Assign Machines To Security Group

Assign Machines To Security Group

Add a list of machines to a security group

Request
URI
POST
https://{api_host}/iaas-proxy-provider/api/services/{serviceId}/network/security-groups/{id}/machines
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 machine(s) to.


Request Body

The list of virtualMachineIds to be assigned to the security group.

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

The machines are successfully assigned to the security group.

Operation doesn't return any data structure