Allow All Traffic
POST
/api/v1/security_group/{vm_id}/allow-all-traffic-node/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
- non-empty string
example{{api_key}}locationQuerystringrequiredSpecifies the location for the request
- must be a non-empty string
- should be a valid location identifier
example{{location}}
Responses
200Successful response
HTTP status code of the response
example
200- must be an integer
- value should be a valid HTTP status code (100-599)
String payload of the response, typically empty for allow-all traffic
example
- must be a string
- may be empty
Human-readable status message for the operation.
example
Security Group attached successfully.- Must be a non-empty string
- Maximum length of 255 characters