Load Security Tag

Load Security Tag

Load a security tag

Request
URI
POST
https://{api_host}/iaas-proxy-provider/api/services/{serviceId}/network/security-tag-load
COPY
Path Parameters
string
serviceId
Required

The ID of the IaaS service as registered in the Component Registry service.


Request Body

The security tag object to be loaded.

securityTag of type(s) application/json
Required
This request body class requires all of the following: networkObject , InlinesecurityTag1
{
    "name": "string",
    "description": "string",
    "externalId": "string",
    "id": "string",
    "extensionData": {
        "entries": [
            {
                "key": "string"
            }
        ]
    },
    "securityTagTypeId": "string"
}
Responses
200

successful operation

Returns securityTag of type(s) */*
This response body class contains all of the following: networkObject , InlinesecurityTag1
{
    "name": "string",
    "description": "string",
    "externalId": "string",
    "id": "string",
    "extensionData": {
        "entries": [
            {
                "key": "string"
            }
        ]
    },
    "securityTagTypeId": "string"
}

201

The security tag is loaded.

Returns securityTag of type(s) */*
This response body class contains all of the following: networkObject , InlinesecurityTag1
{
    "name": "string",
    "description": "string",
    "externalId": "string",
    "id": "string",
    "extensionData": {
        "entries": [
            {
                "key": "string"
            }
        ]
    },
    "securityTagTypeId": "string"
}