Get Security Policy

Get Security Policy

Returns the SecurityPolicy associated with the given id.

Request
URI
GET
https://{api_host}/iaas-proxy-provider/api/services/{serviceId}/network/security-policies/{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 SecurityPolicy


Responses
200

The security policy is retrieved.

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