doc-exports/docs/evs/api-ref/evs_04_2026.html
zhangyue ccbf63b495 EVS API DOC
Reviewed-by: Muller, Martin <martin.muller@t-systems.com>
Reviewed-by: Sabelnikov, Dmitriy <dmitriy.sabelnikov@t-systems.com>
Co-authored-by: zhangyue <zhangyue164@huawei.com>
Co-committed-by: zhangyue <zhangyue164@huawei.com>
2024-05-16 09:08:21 +00:00

79 lines
4.7 KiB
HTML

<a name="evs_04_2026"></a><a name="evs_04_2026"></a>
<h1 class="topictitle1">Obtaining All Tags of an EVS Resource Type</h1>
<div id="body1501053401642"><div class="section" id="evs_04_2026__section5299350116935"><h4 class="sectiontitle">Function</h4><p id="evs_04_2026__p6461522216935">This API is used to obtain all tags of an EVS resource type.</p>
</div>
<div class="section" id="evs_04_2026__section4466609116935"><h4 class="sectiontitle">Constraints</h4><p id="evs_04_2026__p6118358516935">None</p>
</div>
<div class="section" id="evs_04_2026__section1378135716935"><h4 class="sectiontitle">URI</h4><ul id="evs_04_2026__ul4254812316935"><li id="evs_04_2026__li4738879116935">URI format<p id="evs_04_2026__p2384594216935"><a name="evs_04_2026__li4738879116935"></a><a name="li4738879116935"></a>GET /v2/{project_id}/os-vendor-tags/{resource_type}</p>
</li><li id="evs_04_2026__li1328688716935">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="evs_04_2026__table5247312516935" frame="border" border="1" rules="all"><thead align="left"><tr id="evs_04_2026__row1996914916935"><th align="left" class="cellrowborder" valign="top" width="28.57%" id="mcps1.3.3.2.2.1.1.4.1.1"><p id="evs_04_2026__p688839816935">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="26.529999999999998%" id="mcps1.3.3.2.2.1.1.4.1.2"><p id="evs_04_2026__p2108940416935">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="44.9%" id="mcps1.3.3.2.2.1.1.4.1.3"><p id="evs_04_2026__p3052017416935">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="evs_04_2026__row5621505316935"><td class="cellrowborder" valign="top" width="28.57%" headers="mcps1.3.3.2.2.1.1.4.1.1 "><p id="evs_04_2026__p5712544016935">project_id</p>
</td>
<td class="cellrowborder" valign="top" width="26.529999999999998%" headers="mcps1.3.3.2.2.1.1.4.1.2 "><p id="evs_04_2026__p6375793616935">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="44.9%" headers="mcps1.3.3.2.2.1.1.4.1.3 "><p id="evs_04_2026__p6411917216935">The project ID.</p>
</td>
</tr>
</tbody>
</table>
</div>
</li></ul>
</div>
<div class="section" id="evs_04_2026__section5573802716935"><h4 class="sectiontitle">Request</h4><p id="evs_04_2026__p1848634016935">None</p>
</div>
<div class="section" id="evs_04_2026__section3215934016935"><h4 class="sectiontitle">Response</h4><ul id="evs_04_2026__ul5476973316935"><li id="evs_04_2026__li2316555316935">Response parameters
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="evs_04_2026__table716338716935" frame="border" border="1" rules="all"><thead align="left"><tr id="evs_04_2026__row2937460716935"><th align="left" class="cellrowborder" valign="top" width="19.05%" id="mcps1.3.5.2.1.1.1.4.1.1"><p id="evs_04_2026__p3053299616935">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="23.810000000000002%" id="mcps1.3.5.2.1.1.1.4.1.2"><p id="evs_04_2026__p5725363416935">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="57.14%" id="mcps1.3.5.2.1.1.1.4.1.3"><p id="evs_04_2026__p3278200616935">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="evs_04_2026__row3809682916935"><td class="cellrowborder" valign="top" width="19.05%" headers="mcps1.3.5.2.1.1.1.4.1.1 "><p id="evs_04_2026__p6594430016935">tags</p>
</td>
<td class="cellrowborder" valign="top" width="23.810000000000002%" headers="mcps1.3.5.2.1.1.1.4.1.2 "><p id="evs_04_2026__p3988810816935">Object</p>
</td>
<td class="cellrowborder" valign="top" width="57.14%" headers="mcps1.3.5.2.1.1.1.4.1.3 "><p id="evs_04_2026__p4842047816935">The tag information of all disks.</p>
</td>
</tr>
</tbody>
</table>
</div>
</li></ul>
<ul id="evs_04_2026__ul3313111816935"><li id="evs_04_2026__li2974460716935">Example response<pre class="screen" id="evs_04_2026__screen6637487416935">{
"tags": {
"key_0": [
"value_0"
],
"key_1": [
"value_1",
"value_2",
"value_3",
"value_4"
]
}
}</pre>
</li></ul>
</div>
<div class="section" id="evs_04_2026__section6050296116935"><h4 class="sectiontitle">Status Codes</h4><ul id="evs_04_2026__ul179279516935"><li id="evs_04_2026__li1613516116935">Normal<p id="evs_04_2026__p1099872616935"><a name="evs_04_2026__li1613516116935"></a><a name="li1613516116935"></a>200</p>
</li></ul>
</div>
<div class="section" id="evs_04_2026__section431317151242"><h4 class="sectiontitle">Error Codes</h4><p id="evs_04_2026__evs_04_2013_p783819215242">For details, see <a href="evs_04_0038.html">Error Codes</a>.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="evs_04_2024.html">Tag Management</a></div>
</div>
</div>