Cisco Evolved Programmable Network Manager API
Evolved Programmable Network Manager API Documentation

POST ptppreference/system/quality

Set which SyncE quality level is regarded by EPNM is OK. SyncE Quality levels which are defined using this API will be regarded by EPNM as OK. Any other Quality level which is not defined in this list will be regarded by EPNM as Degraded.
Example: op/ptppreference/system/quality
Payload example:{"PtpPreferenceFacade_SetSynceQualityLevel_In": {"qualityLevel":"{\"option1\":\"INV14(19)\",\"option2\":\" INV8(13)\",\"option3\":\"INV5(10)\"}"}}

Since Product Version: 1.0

Resource Information

Rate Limiting?

No

Sorting?

No

Paging?

No

Filtering?

No

Group Filtering?

No

Aggregation?

No

Response Formats

xml

json

User Group

NBI Write

HTTP Methods

POST

Resource URL

/webacs/api/v4/op/ptppreference/system/quality

Unmodified

This resource has not been modified since the previous API version.

Sample Payloads

Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.

Sample XML Request Payload

https://10.56.58.149/webacs/api/v4/op/ptppreference/system/quality

<?xml version="1.0" ?>
<PtpPreferenceFacade_SetSynceQualityLevel_In>
  <qualityLevel>String value</qualityLevel>
</PtpPreferenceFacade_SetSynceQualityLevel_In>

Sample JSON Request Payload

https://10.56.58.149/webacs/api/v4/op/ptppreference/system/quality.json

{
  "PtpPreferenceFacade_SetSynceQualityLevel_In" : {
    "qualityLevel" : "String value"
  }
}