Skip to main content
POST
Assign security group

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

project_id
integer
required

Project ID

region_id
integer
required

Region ID

instance_id
string<uuid4>
required

Instance ID

Body

application/json
name
string

Security group name, applies to all ports

Pattern: ^[a-zA-Z0-9][a-zA-Z 0-9._\-]{1,61}[a-zA-Z0-9._]$
Example:

"some_name"

ports_security_group_names
PortSecurityGroupNamesSerializer · object[]

Port security groups mapping

Example:

Response

204

No Content