Skip to main content

Get Subnet Creation Options

GET 

/backend/api/openstack/subnets/create_options

Host: https://core.ocplanet.cloud

Retrieve options for creating a new subnet in user's account. 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

Query Parameters

    network_id string

Responses

Schema
    ipv6_modes string[]required
    pools object[]required
  • Array [
  • default_prefixlen integerrequired
    id stringrequired
    ip_version integerrequired
    is_default booleanrequired
    max_prefixlen integerrequired
    min_prefixlen integerrequired
    name stringrequired
    prefixes string[]required
  • ]
Loading...