Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
project_id |
Yes |
String |
Project ID |
resource_type |
Yes |
String |
Resource type Only smn_topic (topic) is supported. |
GET https://{SMN_Endpoint}/v2/{project_id}/{resource_type}/tags
Parameter |
Type |
Description |
|---|---|---|
tags |
Tags structure array |
Tag list. For details, see Table 1. |
{
"tags": [
{
"key": "key1",
"values": [
"value1",
"value2"
]
},
{
"key": "key2",
"values": [
"value1",
"value2"
]
}
]
}
See Returned Value.
See Error Codes.