Get Add Interface Options to Router
GET/backend/api/openstack/routers/:router_id/create_add_interface_options
Host: https://core.ocplanet.cloud
Retrieve options for adding an interface to the specified router associated with the instances, identified by its unique ID.
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
subnets object[]required
id uuidrequired
name stringrequired
network_name stringrequired
cidr stringrequired
{
"subnets": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"network_name": "string",
"cidr": "string"
}
]
}
{
"subnets": [
{
"id": "96ba4fff-f76c-4498-83cb-b4f4502c3cad",
"name": "subnet21175",
"network_name": "network95065",
"cidr": "10.0.1.0/24"
}
]
}
Loading...