Skip to main content

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

Schema
    groups object[]required
  • Array [
  • id stringrequired
    name stringrequired
  • ]
Loading...