POST
adminstatus-post
It is a request to get the available options for Admin Status for a Circuit Id of the Verizon network. Based on the available Admin Status options you can go to Service Admin Up and Down to change admin status.
Resource URL
Environment | URL |
---|---|
Production |
https://digitalconnectproxy.verizon.com:443/DynamicBandwidth/privateip/adminstatus |
Test |
https://digitalconnectproxyuat.verizon.com/DynamicBandwidthTest/privateip/adminstatus |
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. |
Attribute Name | Type | Description |
---|---|---|
Status | String | |
adminStatusListResponse | Object |
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. |
Attribute Name | Type | Description |
---|---|---|
Status | String | |
adminStatusListResponse | Object |
Body Parameters
Sample Request
Please login to send the sample request and get a reponse back.
Working...