Skip to main content

Get Associate IP Create Options

GET 

/backend/api/openstack/instances/:instance_id/associate_ip_create_options

Host: https://core.ocplanet.cloud

Retrieve options for associating an IP 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
    ports object[]required
  • Array [
  • id stringrequired
    fixed_ips object[]required
  • Array [
  • subnet_id stringrequired
    ip_address stringrequired
  • ]
  • created_at stringrequired
    name stringrequired
    description stringrequired
    admin_state_up booleanrequired
    device_id stringrequired
    device_owner stringrequired
    mac_address stringrequired
    security_groups stringrequired
    port_security_enabled booleanrequired
    extra stringrequired
    status stringrequired
    network stringrequired
    project stringrequired
  • ]
  • free_ips object[]required
  • Array [
  • id uuidrequired
    floating_network objectrequired
    id string
    name string
    description string
    region string
    port nullstringrequired
    router objectrequired
    id stringrequired
    name namerequired
    associated_object nullrequired
    floating_ip_address stringrequired
    status stringrequired
    description stringrequired
    fixed_ip_address stringrequired
    created_at stringrequired
    updated_at stringrequired
    project uuidrequired
  • ]
Loading...