Get Security Policy

Get Security Policy

Returns the SecurityPolicy associated with the given id.

Request
URI
GET
https:///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) */*
{
    "internal": "boolean",
    "name": "string",
    "tenantId": "string",
    "securityPolicyTypeId": "string",
    "description": "string",
    "externalId": "string",
    "id": "string",
    "extensionData": {
        "entries": [
            {
                "key": "string"
            }
        ]
    }
}
boolean
internal
Optional

internal

string
name
Optional

name

string
tenantId
Optional

tenantId

string
securityPolicyTypeId
Optional

securityPolicyTypeId

string
description
Optional

description

string
externalId
Optional

externalId

string
id
Optional

id

extensionData
Optional

extensionData