Enterprise Update Enterprise Route
Updates the specified enterprise route, set advertisement, and cost values. Required parameters include the original route, as returned by enterprise/getEnterpriseRouteTable
, and the updated route with modified advertisement and route preference ordering.
Privileges required:
UPDATE
ENTERPRISE_PROFILE
Request
URI
POST
https://{api_host}/portal/rest/enterprise/updateEnterpriseRoute
COPY
Request Body
{
"enterpriseId": 0,
"action": "string",
"original": {
"eligableExits": [
{
"type": "string",
"exitType": "string",
"edgeId": 0,
"edgeName": "string",
"profileId": 0,
"cidrIp": "string",
"cost": 0,
"advertise": false,
"order": 0
}
],
"preferredExits": [
{
"type": "string",
"exitType": "string",
"edgeId": 0,
"edgeName": "string",
"profileId": 0,
"cidrIp": "string",
"cost": 0,
"advertise": false,
"order": 0
}
],
"subnet": "string",
"ipVersion": "string"
},
"updated": "enterprise_route_collection Object"
}
integer
enterpriseId
Optional
enterpriseId
string
action
Optional
action
Responses
200
Request was successfully processed
Returns
enterprise_update_enterprise_route_result
of type(s)
application/json
This response body class contains all of the following:
Inlineenterprise_update_enterprise_route_result0
"enterprise_update_enterprise_route_result Object"
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/enterprise/updateEnterpriseRoute
All Operations
POST
Enterprise Get Enterprise Alert Definitions
POST
Enterprise Delete Enterprise
POST
Enterprise Delete Enterprise Gateway Records
POST
Enterprise Delete Enterprise Network Allocation
POST
Enterprise Delete Enterprise Network Segment
POST
Enterprise Delete Enterprise Service
POST
Enterprise Get Enterprise Addresses
POST
Enterprise Get Enterprise Alert Configurations
POST
Enterprise Get Enterprise Alerts
POST
Enterprise Get Enterprise All Alert Recipients
POST
Enterprise Get Enterprise Configurations
POST
Enterprise Get Enterprise Network Allocations
POST
Enterprise Get Enterprise Network Segments
POST
Enterprise Get Enterprise Operator Configuration
POST
Enterprise Get Enterprise Route Configuration
POST
Enterprise Get Enterprise Route Table
POST
Enterprise Get Enterprise Services
POST
Enterprise Get Enterprises Missinggateway
POST
Enterprise Insert Enterprise Service
POST
Enterprise Insert Or Update Enterprise Alert Configurations
POST
Enterprise Set Enterprise All Alert Recipients
POST
Enterprise Set Enterprise Operator Configuration
POST
Enterprise Log Export Test Connectivity
POST
Enterprise Update Enterprise Route
POST
Enterprise Update Enterprise Route Configuration
POST
Enterprise Update Enterprise Service
POST
Get Functional Roles By Enterprise