Load Security Policy

Load Security Policy

Load a security policy

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

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


Request Body

The SecurityPolicy to be loaded.

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

successful operation

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

201

The security policy is loaded.

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