URL
https://cdnsun.com/api/cdns[/ID]
Method
GET
Curl example
curl -i -X GET -u username:password -H 'Accept: application/json' -H 'Content-type: application/json' --url 'https://cdnsun.com/api/cdns[/ID]'
Options
| Option | Data Type | Description |
|---|
| ID | integer | CDN service ID. |
| status | string | CDN service status. |
| service_type | string | CDN service type. |
| service_domain | string | Indicates the domain name for customized streaming CDN URLs. |
| publishing | string | Indicates type of publishing - Pull or Push. |
| origin_url | string | Indicates the origin RTMP URL for Pull publishing. |
| origin_pop_id | integer | Indicates the integer ID of the Origin PoP for Push publishing. |
| service_identifier | string | Ready-to-use domain which serves CDN content. |
| failover_origin_url | string | Indicates the failover origin RTMP URL for Pull publishing. |
| failover_origin_pop_id | integer | Indicates the integer ID of the Failover Origin PoP for Push publishing. |
| username | string | Username for Push publishing. |
| password | string | Password for Push publishing. |
| location_ids | array | The integer ID(s) of subscribed CDN Locations. |