Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
project_id |
Yes |
String |
Project ID |
resource_type |
Yes |
String |
Resource type Only smn_topic (topic) is supported. |
resource_id |
Yes |
String |
Resource ID Obtain a resource ID:
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
tag |
Yes |
Resource_tag structure |
Tag to be added. For details, see Table 1. |
POST https://{SMN_Endpoint}/v2/{project_id}/{resource_type}/{resource_id}/tags
{
"tag":
{
"key": "DEV",
"value": "DEV1"
}
}
None
See Returned Value.
See Error Codes.