This API is used to obtain the tags of a specified EVS resource.
This API has been deprecated. Use another API. For details, see Querying Tags of an EVS Disk.
None
None
Parameter |
Type |
Description |
|---|---|---|
tags |
Object |
The key-value pair of the tag. |
{
"tags" : {
"key_0" : "value_0",
"key_1" : "value_1"
}
}
{
"error": {
"message": "XXXX",
"code": "XXX"
}
}
In the preceding example, error indicates a general error, for example, badRequest or itemNotFound. An example is provided as follows:
{
"itemNotFound": {
"message": "XXXX",
"code": "XXX"
}
}
For details, see Error Codes.