POST
availableportspeeds-post
It is a request to get the Available Port Speeds for a Circuit Id of the Verizon network. Before sending Port 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: You can make use this response to work with Bandwidth, Increase Decrease Port Speed and Mass Service Speed Change Ondemand APIs to change port speed.
Resource URL
Environment | URL |
---|---|
Production |
https://digitalconnectproxy.verizon.com:443/DynamicBandwidth/privateip/availableportspeeds |
Test |
https://digitalconnectproxyuat.verizon.com/DynamicBandwidthTest/privateip/availableportspeeds |
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 | |
availablePortSpeeds | List of Port Speeds |
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 | |
availablePortSpeeds | List of Port Speeds |
Body Parameters
Sample Request
Please login to send the sample request and get a reponse back.
Working...