Skip to main content

Add Tag

POST 

https://core-pl.ocplanet.cloud/backend/api/openstack/instances/:instance_id/tag

Host: https://core.ocplanet.cloud

Add a tag to the specified instance.

Request

Body

    name stringrequired

Responses

Response contain all instance tags.

Schema
  • Array [
  • id integerrequired
    name stringrequired
  • ]

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: Use 'OpenAPIToken {token}' as the value
curl -L -X POST 'https://core-pl.ocplanet.cloud/backend/api/openstack/instances/:instance_id/tag' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
--data-raw '{
"name": "string"
}'
Request Collapse all
Base URL
https://core-pl.ocplanet.cloud
Auth
Body
{
  "name": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!