This API is used to query tags of a specified VPC.
Parameter |
Type |
Description |
|---|---|---|
tags |
Array of tag objects |
Specifies the tag object list. For details, see Table 3. |
Attribute |
Type |
Description |
|---|---|---|
key |
String |
|
value |
String |
|
{
"tags": [
{
"key": "key1",
"value": "value1"
},
{
"key": "key2",
"value": "value3"
}
]
}
See Status Codes.
See Error Codes.