POST
serviceshapingadjustupdate-post
It is a request to update the Shaping adjust of a Circuit Id of the Verizon network. The Ethernet cards handle shaping and policing based on L2 overhead. In the case of Ethernet encapsulation when shaping, the router does not include Inter-Frame Gap (IFG), Preamble, Start Frame Delimiter (SFD). The total Ethernet overhead that is not included when shaping on the PEs is 20 bytes per frame on ESRs, and 24 bytes for frame on GSRs. When dealing with small frames, this overhead could be considerable. The marketed sold Ethernet speeds and the transmission equipment assumes L1 payload. To adjust for this discrepancy, the shaping rate on the PEs can be adjusted to compensate for the Ethernet overhead depending on the type of service that the customer is buying (voice, voice/data combined, data).
Note: Refer to Shaping Adjusts API to get the available Shaping adjust options.
Resource URL
Environment | URL |
---|---|
Production |
https://digitalconnectproxy.verizon.com:443/DynamicBandwidth/privateip/serviceshapingadjustupdate |
Test |
https://digitalconnectproxyuat.verizon.com/DynamicBandwidthTest/privateip/serviceshapingadjustupdate |
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. |
shapingAdjust (required) | string(50) | The Shaping Adjust to update for the mentioned circuitId. |
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. |
shapingAdjust (required) | string(50) | The Shaping Adjust to update for the mentioned circuitId. |
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...