Transform Tags

Transform Tags

Transform old tags to key:value format and add to the list of tags created by Tad Admins

Request
URI
POST
https://{api_host}/tca/tags/api/v1/transform
COPY
Request Body
tagTransformRequest of type(s) application/json
Required
{
    "objects": [
        "string"
    ]
}
array of string
objects
Optional

objects

Possible values are : Network Function Catalog, Virtual Infrastructure,
Authentication
This operation uses the following authentication methods.
Responses
200

Get tags by filter

Returns tagList of type(s) application/json
{
    "items": [
        {
            "id": "string",
            "key": "string",
            "description": "string",
            "values": [
                "string"
            ],
            "associableObjects": [
                "string"
            ]
        }
    ]
}
array of tag
items
Optional

items