Create Tags
Select
SaaS
Customer Managed
This operation creates a new tag or multiple tags for a given entity or multiple entities.
- application/json
Request Body
entityTag object[] required
entityType integer requiredThis value defines the type of entity which can be used for tag association
Valid Values are
- 3, CLIENT_ENTITY
- 5, INSTANCE_ENTITY
- 7, SUBCLIENT_ENTITY
- 28, CLIENT_GROUP_ENTITY
- 64, PROVIDER_ENTITY
- 158, PLAN_ENTITY
- 61, COMPANY_ENTITY
entityId integer requiredId of the entity such as client, instance, subclient and so on.
tag object[]
Tag object
name string requiredTag Name
value string requiredTag value
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
error object
errorMessage stringerrorCode integer
{
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
{
"error": {
"errorMessage": "Successfully executed given operation",
"errorCode": 0
}
}
Loading...