Attached Security Group
GET
/api/v1/security_group/{vm_id}/attach/Path parameters
vm_idPathstringrequiredPath parameter
vm_id.
Query parameters
project_idQueryintegerrequiredIdentifier of the project to scope the request to. Required integer project ID.
- required
- must be a valid integer project ID
example{{project_id}}apikeyQuerystringrequiredAPI key used for authentication
- required
- must be a valid API key
example{{api_key}}locationQuerystringrequiredLocation filter for the attached security group query
- must be a non-empty string
- should be a valid location identifier (e.g., region code)
example{{location}}
Responses
200Successful response
HTTP status code indicating the result of the request
example
200- required
- must be a valid HTTP status code (100-599)
Status message indicating the result of attaching a security group
example
Success- must be a non-empty string
- maximum length of 255 characters