[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Update Cisco Switch Wan Config

Description

Update WAN config for Cisco switch data source. This will only work for Cisco ASR and ISR data sources.

Request

Request

URL

URL


put
https://vrni.example.com/api/ni/data-sources/cisco-switches/{id}/wan-config
Copy

Path Parameters

Path Parameters

string
id Required

The Entity ID of object requestion information on


Request Body

Request Body

WANConfig of type(s) application/json Optional
{
    "region": "US East",
    "site": "Washington DC"
}
interfaces Optional

Interface mappings for MPLS, INTERNET, or OTHER connections


string
region Optional

Region name of the WAN router


string
site Optional

Site name of the WAN router

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns WANConfig of type(s) application/json
{
    "region": "US East",
    "site": "Washington DC"
}
interfaces Optional

Interface mappings for MPLS, INTERNET, or OTHER connections


string
region Optional

Region name of the WAN router


string
site Optional

Site name of the WAN router

Errors

Errors

ApiError
400

Bad Request


401

Unauthorized


403

Forbidden


404

Not Found


500

Internal Error

Code Samples

Code Samples

cURL Command

curl -X PUT -H "Content-Type: application/json" -d '{"region":"US East","site":"Washington DC"}' https://vrni.example.com/api/ni/data-sources/cisco-switches/{id}/wan-config


[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Data Sources Operations
Feedback

Was this page helpful?