Add Tag
POST/backend/api/openstack/instances/:instance_id/tag
Host: https://core.ocplanet.cloud
Add a tag to the specified instance.
Request
- application/json
Body
name stringrequired
Responses
- 200
Response contain all instance tags.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
id integerrequired
name stringrequired
[
{
"id": 0,
"name": "string"
}
]
[
{
"id": 33,
"name": "gggtag"
},
{
"id": 34,
"name": "ddddd"
}
]
Loading...