Get Security Tag

Get Security Tag

Returns the SecurityTag associated with the given id.

Request
URI
GET
https://{api_host}/iaas-proxy-provider/api/services/{serviceId}/network/security-tags/{id}
COPY
Path Parameters
string
serviceId
Required

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

string
id
Required

the id of the SecurityTag


Responses
200

The security tag is retrieved.

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"
}