Add Interface to Router
POST/backend/api/openstack/routers/:router_id/add_interface
Host: https://core.ocplanet.cloud
Add an interface to the specified router associated with the user's instances. You may not have services or there may not be funds on your balance to complete this operation.
Request
- application/json
Body
ip stringrequired
subnet stringrequired
Responses
- 400
- application/json
- Schema
- Example (from schema)
- Example
Schema
detail stringrequired
{
"detail": "string"
}
{
"detail": "Unable to add interface, please contact support."
}
Loading...