Get Security Policy

Get Security Policy

Returns the security policy associated with the given id

Request
URI
GET
https://{api_host}/network-service//api/security-policies/{id}
COPY
Path Parameters
string
id
Required

Security policy ID


Responses
200

Security policy returned successfully

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