Create Tag
Create tag
Request
URI
POST
https://{api_host}/tca/tags/api/v1/orgs/{orgId}/tags
COPY
Path Parameters
string
orgId
Optional
The identifier of the tenant
Request Body
tag
of type(s)
application/json
Required
{
"id": "string",
"key": "string",
"description": "string",
"values": [
"string"
],
"associableObjects": [
"string"
]
}
string
id
Optional
id
string
As ^[A-Za-z0-9_.-]*$
key
Required
key
string
description
Optional
description
array of
string
values
Required
values
array of
string
associableObjects
Optional
associableObjects
Possible values are :
Network Function Catalog,
Network Service Catalog,
Network Function Instance,
Network Service Instance,
Virtual Infrastructure,
Compute Profile,
Workflow,
Responses
200
create tag
Returns
tag
of type(s)
application/json
{
"id": "string",
"key": "string",
"description": "string",
"values": [
"string"
],
"associableObjects": [
"string"
]
}
string
id
Optional
id
string
As ^[A-Za-z0-9_.-]*$
key
Required
key
string
description
Optional
description
array of
string
values
Required
values
array of
string
associableObjects
Optional
associableObjects
Possible values are :
Network Function Catalog,
Network Service Catalog,
Network Function Instance,
Network Service Instance,
Virtual Infrastructure,
Compute Profile,
Workflow,
On This Page
Tags Operations
POST
Create Tag
DELETE
Delete Tag
POST
Get Tags By Filter
PUT
Update Tag