Resource Center/Network Resource/Route Resource Operations/vRouter Route Table Operations
POSTvRouter Route Table OperationsSince 2.1SynchronousAuth Required
CreateVRouterRouteTable
CreateVRouterRouteTable
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
paramsObjectRequiredRequest body parameter object.
nameStringRequiredThe resource name.
descriptionStringOptional. The detailed description of the resource.
resourceUuidStringOptional. The resource UUID.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
POST/zstack/v1/vrouter-route-tables
/zstack/v1/vrouter-route-tables
Request Example
curl -X POST 'http://{host}/zstack/v1/vrouter-route-tables' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"params":{"name":"<name>","description":"<description>","resourceUuid":"<resourceUuid>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "name": "test-route-table", "description": "Test route table", "attachedRouterRefs": [], "routeEntries": [] } }Change History
This API has no change history records yet.
