POST
cardetails-post
It is a request to get the Available Car Speeds for a Circuit Id of the Verizon network. Before sending Car Speed list Verizon is checking for Network constraints to see if there is enough capacity to support these speeds and sending only the filtered values.
Note: The output of this API can be used to change CAR on Bandwidth, Ondemand Quality of Service Change APIs.
Resource URL
Environment | URL |
---|---|
Production |
https://digitalconnectproxy.verizon.com:443/DynamicBandwidth/privateip/cardetails |
Test |
https://digitalconnectproxyuat.verizon.com/DynamicBandwidthTest/privateip/cardetails |
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 | |
goldCarList | List of CARs |
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 | |
goldCarList | List of CARs |
Body Parameters
Sample Request
Please login to send the sample request and get a reponse back.
Working...