POST
increasedecreaseportspeed-post
API provides capability to update Port Speed for a specific Verizon Circuit which is entitled for dynamic change, Multiple transactions in a day are supported for VRD circuits, but for legacy circuits you must wait for 24 hours after the a transaction is issued.
In case of multiple transections Maximum speed for the day will be considered for billing and speed from last successful transaction will be carried over to next day.
Note: Available Port Speeds API can be used to provide list of available port speeds for a given circuit.
Resource URL
Environment | URL |
---|---|
Production |
https://digitalconnectproxy.verizon.com:443/DynamicBandwidth/privateip/increasedecreaseportspeed |
Test |
https://digitalconnectproxyuat.verizon.com/DynamicBandwidthTest/privateip/increasedecreaseportspeed |
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. |
portSpeed (required) | string(50) | The Port speed need to update for the mentioned circuitId. |
Attribute Name | Type | Description |
---|---|---|
Status | String | It Gives Success or Failure status of the request |
userNote | String | Gives an additional note to User with Order Number |
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. |
portSpeed (required) | string(50) | The Port speed need to update for the mentioned circuitId. |
Attribute Name | Type | Description |
---|---|---|
Status | String | It Gives Success or Failure status of the request |
userNote | String | Gives an additional note to User with Order Number |
Body Parameters
Sample Request
Please login to send the sample request and get a reponse back.
Working...