application_routes¶
Overview¶
API to get application routes information
Version information¶
Version : v2
URI scheme¶
Host :
BasePath : /sdwan/nitro/v2/monitor/
Schemes : HTTP
Tags¶
- application_routes : Operations related to application_routes
Paths¶
Get operation for application_routes¶
GET /application_routes
Description¶
Use this operation to get application routes
Responses¶
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | API Successfully executed | application_routes_response_schema |
| 400 | Failed: bad input parameter | ErrorSchema |
| 401 | Unauthorized: Failed Authentication | ErrorSchema |
| 403 | Unauthorized: Forbidden | ErrorSchema |
| 405 | Failed: Data format unacceptable | ErrorSchema |
| 415 | Failed: Data format unacceptable | ErrorSchema |
| 500 | Failed: Internal Server Error | ErrorSchema |
Produces¶
application/json
Tags¶
- application_routes
Definitions¶
ErrorSchema¶
| Name | Schema |
|---|---|
| errorcode optional |
integer |
| errormessage optional |
string |
app_obj_name¶
Application Object Name
Type : string
app_route_type¶
The Application Route type. It can be either static or dynamic
Type : string
application_routes_delete_success_schema¶
| Name | Schema |
|---|---|
| application_routes optional |
application_routes |
| Name | Description | Schema |
|---|---|---|
| message optional |
Example : "resource deleted succesfully" |
string |
application_routes_post_success_schema¶
| Name | Schema |
|---|---|
| application_routes optional |
application_routes |
| Name | Description | Schema |
|---|---|---|
| message optional |
Example : "resource added succesfully" |
string |
application_routes_put_success_schema¶
| Name | Schema |
|---|---|
| application_routes optional |
application_routes |
| Name | Description | Schema |
|---|---|---|
| message optional |
Example : "resource modified succesfully" |
string |
application_routes_response_schema¶
Type : < application_routes_response_schema > array
application_routes_response_schema
| Name | Schema |
|---|---|
| app_obj_name optional |
app_obj_name |
| app_route_type optional |
app_route_type |
| cost optional |
cost |
| eligibility_type optional |
eligibility_type |
| eligibility_value optional |
eligibility_value |
| eligible optional |
eligible |
| firewall_zone optional |
firewall_zone |
| gateway_ip_addr optional |
gateway_ip_addr |
| hit_count optional |
hit_count |
| reachable optional |
reachable |
| routing_domain_name optional |
routing_domain_name |
| service optional |
service |
| site_name optional |
site_name |
cost¶
A weight to determine Route priority. Lower-cost Routes will be preferred over higher-cost Routes.
Type : integer
eligibility_type¶
The Application Route eligibility type
Type : string
eligibility_value¶
The Application Route eligibility value
Type : string
eligible¶
The Application Route eligibility
Type : string
firewall_zone¶
The Application Route firewall zone
Type : string
gateway_ip_addr¶
The Application Route Gateway IP Address
Type : string
hit_count¶
The Application Route Hit count
Type : integer
reachable¶
The Application Route reachablity
Type : string
routing_domain_name¶
The Routing Domain Name
Type : string
service¶
The Application Route Service name
Type : string
site_name¶
Site Name
Type : string