Skip to main content

Add Tag

POST 

/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
  • ]
Loading...