servicestaticrouteupdate-post
POST
servicestaticrouteupdate-post
It is a request to update the Static Route of a Circuit Id of the Verizon network. Static routes can be added or removed with any routing protocol.
Resource URL
Environment | URL |
---|---|
Production |
https://digitalconnectproxy.verizon.com:443/DynamicBandwidth/privateip/servicestaticrouteupdate |
Test |
https://digitalconnectproxyuat.verizon.com/DynamicBandwidthTest/privateip/servicestaticrouteupdate |
Header Parameters
Name | Values | Description |
---|---|---|
Content-Type |
|
Request Body Parameters
Attribute Name | Type | Description |
---|---|---|
circuitId (required) | string(50) | Circuit Id of the user. Example: WXXX4XXX. |
pvcId (required) | string(50) | Pvc Id of the mentioned circuitId. |
addRemoveStaticRoute (required) | string(50) | |
routingProtocol (required) | string(50) | |
staticRoutesAddArray (required) | string(50) | |
staticRoutesRemoveArray (required) | string(50) | . |
Attribute Name | Type | Description |
---|---|---|
OrderId | Number | |
schedulerEnabled | Boolean | |
Status | String |
Response Body Parameters
Attribute Name | Type | Description |
---|---|---|
circuitId (required) | string(50) | Circuit Id of the user. Example: WXXX4XXX. |
pvcId (required) | string(50) | Pvc Id of the mentioned circuitId. |
addRemoveStaticRoute (required) | string(50) | |
routingProtocol (required) | string(50) | |
staticRoutesAddArray (required) | string(50) | |
staticRoutesRemoveArray (required) | string(50) | . |
Attribute Name | Type | Description |
---|---|---|
OrderId | Number | |
schedulerEnabled | Boolean | |
Status | String |
Body Parameters
Sample Request
Please login to send the sample request and get a reponse back.
Working...