Get Security Group Policy

Get Security Group Policy

Returns the SecurityGroup associated with the given id.

Request
URI
GET
https://{api_host}/iaas-proxy-provider/api/services/{serviceId}/network/security-groups/{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 SecurityGroup to be retrieved.


Responses
200

The security group policy is retrieved.

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