/api/aes67/ptp-settings
Use the interface to set PTP service.
Request Mode
POST /api/aes67/ptp-settings
| Name | Description |
|---|---|
| version | PTP version, options are PTPV1, and PTPV2. |
| priority1 | Priority 1 |
| priority2 | Priority 2 |
| domain | PTP domain range is [0,127] |
| role | PTP role can be master or slaver. Options are Auto, and Slaver. |
| delay-mech | Delay mechanism. Options are E2E, and P2P. |
| announce | Value range is [-3,1]. |
| sync | Value range is [-3,1]. |
Response Body
{
"status": 0
}
| Name | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |