Create a new route for an existing network
Parameters
Name | In | Type | Required | Description |
|---|---|---|---|---|
body | body | object | true | body |
networkId | path | string | true | networkId |
{
"allowEmbeddedIp": true,
"description": "string",
"value": "string"
}
Responses
200 | OK | |
201 | Entity created | |
400 | Bad Request | |
401 | Unauthorized | |
403 | Access Forbidden | |
404 | Not Found | |
406 | Not Acceptable | |
429 | Too Many Requests | |
500 | Internal Server Error |
To perform this operation, you must be authenticated by means of one of the following methods: OAuth_authorization
{
"description": "string",
"id": "string",
"subnet": "string",
"type": "IP_V4"
}