Get Associate Security Group Options
GET/backend/api/openstack/instances/:instance_id/associate_security_group_create_options
Host: https://core.ocplanet.cloud
Retrieve options for associating a security group with the specified instance. Through a GET request with create_options, data about the service options is obtained before ordering it. You can see what the characteristics may be. These options must be specified when using POST/PUT requests.
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
groups object[]required
id stringrequired
name stringrequired
{
"groups": [
{
"id": "string",
"name": "string"
}
]
}
Loading...