...
REST query | Body example | Response example | Response states | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
/cdn/stream/access_list/add |
| 200 – OK 400 - Bad request 404 - Stream not found 500 – Internal Server Error | Add keys to stream ACL | |||||||||||||||
/cdn/stream/access_list/remove |
| 200 – OK 400 - Bad request 404 - Stream not found 500 – Internal Server Error | Remove keys from stream ACL | |||||||||||||||
/cdn/stream/access_list/delete |
| 200 – OK 400 - Bad request 404 - Stream not found 500 – Internal Server Error | Clean stream ACL | |||||||||||||||
/cdn/stream/access_list/print |
|
| 200 – OK 404 - ACL not found 500 – Internal Server Error | Show stream ACL |
...
Parameters
Name | Description | Example |
---|---|---|
name | CDN stream name | test |
keys | Stream access keys list | ["key1","key2","key3"] |
...