Allow All Traffic
POST
/api/v1/security_group/{vm_id}/allow-all-traffic-node/Path parameters
vm_idPathstringrequiredPath parameter
vm_id.
Query parameters
project_idQuerystringoptionalIdentifier of the project to scope the request to. Optional; if omitted, the account's default project is used.
- optional
- if omitted, the request is applied to the default project
example{{project_id}}apikeyQuerystringoptionalAPI key used for authentication
- required
- non-empty string
example{{api_key}}locationQuerystringoptionalSpecifies 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