forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Zaoxu, Li <lizaoxu@huawei.com> Co-committed-by: Zaoxu, Li <lizaoxu@huawei.com>
7.5 KiB
7.5 KiB
Querying Tags of an EVS Disk
Function
This API is used to query the tags of the specified EVS disk.
Constraints
None
URI
Request
None
Response
- Parameter description
Parameter
Type
Description
tags
List<resource_tag>
Specifies the tag list. For details, see Parameters in the tags field.
- Parameters in the tags field
Parameter
Type
Description
key
String
Specifies the tag key.
value
String
Specifies the tag value.
- Example response
{ "tags": [ { "value": "value1", "key": "key1" }, { "value": "value2", "key": "key2" } ] }
Error Codes
For details, see Error Codes.
Parent topic: EVS Tag