/api/aes67/source-apply
Use the interface to apply AES67 source configuration.
Request Mode
POST /api/aes67/source-apply
| Name | Description |
|---|---|
| uid | Unique ID. |
| name | AES67 source name. |
| enable | True: enable AES67 source; False: disable AES67 source. |
| dst-ip | Source destination IP address. |
| depth | Sampling bit depth, options are L16, and L24. |
| channel-num | Number of channels. |
| ttl | TTL within [0, 255]. |
| dscp | DSCP value, options are BE, AF31, AF41, EF |
Response Body
{
"status": 0
}
| Name | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |