Create Tag Assignment Request

Create Tag Assignment Request

Only Solution users, Container admins, and System admins can create TagAssignmentRequests.

Request
URI
POST
https://{api_host}/container-service/api/resources/tag-assignment
COPY
Request Body
TagAssignmentRequest of type(s) application/json
Required
{
    "documentExpirationTimeMicros": "string",
    "external": false,
    "documentSelfLink": "string",
    "tagLinks": [
        "string"
    ],
    "tenantLinks": [
        "string"
    ],
    "resourceLink": "string",
    "tagsToUnassign": [
        {
            "value": "string",
            "key": "string"
        }
    ],
    "documentUpdateTimeMicros": "string",
    "tagsToAssign": [
        {
            "value": "string",
            "key": "string"
        }
    ]
}
string
documentExpirationTimeMicros
Optional

documentExpirationTimeMicros

boolean
external
Optional

external

string
documentSelfLink
Optional

documentSelfLink

array of string
tagLinks
Optional

tagLinks

array of string
tenantLinks
Optional

tenantLinks

string
resourceLink
Optional

resourceLink

array of KeyValue
tagsToUnassign
Optional

tagsToUnassign

string
documentUpdateTimeMicros
Optional

documentUpdateTimeMicros

array of KeyValue
tagsToAssign
Optional

tagsToAssign

Responses
200

successful operation

Returns TagAssignmentRequest of type(s) */*
{
    "documentExpirationTimeMicros": "string",
    "external": false,
    "documentSelfLink": "string",
    "tagLinks": [
        "string"
    ],
    "tenantLinks": [
        "string"
    ],
    "resourceLink": "string",
    "tagsToUnassign": [
        {
            "value": "string",
            "key": "string"
        }
    ],
    "documentUpdateTimeMicros": "string",
    "tagsToAssign": [
        {
            "value": "string",
            "key": "string"
        }
    ]
}
string
documentExpirationTimeMicros
Optional

documentExpirationTimeMicros

boolean
external
Optional

external

string
documentSelfLink
Optional

documentSelfLink

array of string
tagLinks
Optional

tagLinks

array of string
tenantLinks
Optional

tenantLinks

string
resourceLink
Optional

resourceLink

array of KeyValue
tagsToUnassign
Optional

tagsToUnassign

string
documentUpdateTimeMicros
Optional

documentUpdateTimeMicros

array of KeyValue
tagsToAssign
Optional

tagsToAssign


201

'Created' is returned for the new state with the state url in the location header of the response;

Operation doesn't return any data structure

Create Operations
POST
Create Auth Credentials Service State
POST
Create Closure Description
POST
Create Closure State
POST
Create Composite Component
POST
Create Composite Description
POST
Create Compute Description
POST
Create Compute Network
POST
Create Compute Network Description
POST
Create Compute Profile
POST
Create Compute State
POST
Create Configuration State
POST
Create Container Description
POST
Create Container Network Description
POST
Create Container Network State
POST
Create Container State
POST
Create Container Type
POST
Create Container Volume Description
POST
Create Container Volume State
POST
Create Deployment Policy
POST
Create Disk State
POST
Create Elastic Placement Zone Configuration State
POST
Create Elastic Placement Zone State
POST
Create Endpoint State
POST
Create Event Log State
POST
Create Group Resource Placement State
POST
Create Image Enumeration Task State
POST
Create Image State
POST
Create Network Interface Description
POST
Create Network Interface State
POST
Create Network Profile
POST
Create Network State
PUT
Create Or Update Container Type
POST
Create Profile State
POST
Create Registry State
POST
Create Request Broker State
POST
Create Resource Group State
POST
Create Resource Pool State
POST
Create Service Document Delete Task State
POST
Create Ssl Trust Certificate State
POST
Create Ssl Trusted Certificate State
POST
Create Storage Profile
POST
Create Subnet State
POST
Create Tag Assignment Request
POST
Create Tag State