Skip to main content

Get Router Creation Options

GET 

/backend/api/openstack/routers/create_options

Host: https://core.ocplanet.cloud

Retrieve options for creating a new router associated with the instances, identified by its unique ID. 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
    availability_zones string[]required
    external_networks object[]required
  • Array [
  • id stringrequired
    name stringrequired
    region stringrequired
  • ]
  • has_hidden_regions booleanrequired
    regions object[]required
  • Array [
  • description stringrequired
    id stringrequired
  • ]
  • selected_region stringrequired
Loading...