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) */*
{
"internal": false,
"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
Network Component Operations
POST
Add A list Of security policies To An on-demand security group
POST
Apply To Machine Security Tags
POST
Assign the security group To the specified machine(s)
POST
Create Network
POST
Create Security Group
DELETE
Delete Network
DELETE
Delete Security Group
GET
Get Load Balancer
GET
Get Network
GET
Get Security Group
GET
Get Security Policy
GET
Get Security Tags
GET
List Load Balancers
GET
List Networks
GET
List Security Groups
GET
List Security Groups For Tenant
GET
List Security Policy
GET
List Security Policy For Tenant
GET
List Security Tags
GET
List Security Tags For Tenant
PUT
Update Security Group
PUT
Update Security Policy
PUT
Update Security Tag