Skip to main content

Get Floating IP Options

GET 

/backend/api/openstack/floatingips/create_options

Host: https://core.ocplanet.cloud

Retrieve options for creating a new floating IP. 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 contain all need data which must be specified when you will use POST/PUT requests.

Request

Responses

Schema
    default_region stringrequired
    networks object[]required
  • Array [
  • description stringrequired
    id stringrequired
    name stringrequired
    region stringrequired
  • ]
  • regions object[]required
  • Array [
  • description stringrequired
    id stringrequired
    is_default booleanrequired
  • ]
Loading...