Enterprise Get Enterprise Route Configuration

Enterprise Get Enterprise Route Configuration

Gets all global routing preferences for the specified enterprise, incuding enterprise route advertisement, routing preferences, OSPF, and BGP advertisement policy.

Privileges required:

READ ENTERPRISE_PROFILE

Request
URI
POST
https://{api_host}/portal/rest/enterprise/getEnterpriseRouteConfiguration
COPY
Request Body
{
    "enterpriseId": 0
}
integer
enterpriseId
Optional

enterpriseId

Responses
200

Request was successfully processed

Returns enterprise_get_enterprise_route_configuration_result of type(s) application/json
This response body class contains all of the following: Inlineenterprise_get_enterprise_route_configuration_result0
{
    "id": 0,
    "created": "string",
    "operatorId": 0,
    "networkId": 0,
    "enterpriseId": 0,
    "edgeId": 0,
    "gatewayId": 0,
    "parentGroupId": 0,
    "description": "string",
    "object": "string",
    "name": "string",
    "type": "string",
    "logicalId": "string",
    "alertsEnabled": 0,
    "operatorAlertsEnabled": 0,
    "status": "string",
    "statusModified": "string",
    "previousData": {},
    "previousCreated": "string",
    "draftData": "string",
    "draftCreated": "string",
    "draftComment": "string",
    "data": {},
    "lastContact": "string",
    "version": "string",
    "modified": "string"
}

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/enterprise/getEnterpriseRouteConfiguration