Assign Security Polices To Security Group

Assign Security Polices To Security Group

Add a list of security policies to a security group

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

The ID of the IaaS service as registered in the component registry service.

string
id
Required

The id that identifies the Security Group to add security policies to


Request Body

The list of security policy ids to be assigned to the security group.

Array of string of type(s) application/json
Optional
[
    {}
]
Responses
201

The machines are assigned to the security group.

Operation doesn't return any data structure