Skip to main content

Create Routers

POST 

/backend/api/openstack/routers

Host: https://core.ocplanet.cloud

Create router associated with the user's instance.

Request

Body

    admin_state_up booleanrequired
    description stringrequired
    external_network_id uuidrequired
    name stringrequired
    region stringrequired

Responses

Schema
    admin_state_up booleanrequired
    description stringrequired
    external_network_id stringrequired
    id stringrequired
    name stringrequired
    region stringrequired
Loading...