Domains API
This catalog provides a comprehensive list of all available APIs for managing domains. APIs are categorized by features, including the essential information such as Request URI, method, and brief descriptions.
API Name | Method | Request URI | Description |
---|---|---|---|
Create a Domain | POST | /lls/v1.0/domain | Create an ingest domain name or a delivery domain name. |
Modify a Domain | PUT | /lls/v1.0/domain/{domain} | Modify the domain. Currently only status can be modified. |
Query a Domain | GET | /lls/v1.0/domain/{domain} | Query a domain name. |
List Domains | GET | /lls/v1.0/domain | List domain names. |
Associate Domains | POST | /lls/v1.0/domain/{domain}/associate | Associate a delivery domain name with an ingest domain name. |
Create a Domain Authentication | POST | /lls/v1.0/domain/{domain}/authentication | Create a token authentication for an ingest domain. |
Modify a Domain Authentication | PUT | /lls/v1.0/domain/{domain}/authentication | Modify the token authentication for an ingest domain. |
Delete a Domain Association | DELETE | /lls/v1.0/domain/associate | Delete the association between a delivery domain name and an ingest domain name. |
Configure Origin of a Domain | POST | /lls/v1.0/domain/{domain}/origin | Create or modify the origin configuration of a streaming domain name, which affects the HTTP-FLV streams of the domain |
Configure a Domain Delay | POST | /lls/v1.0/domain/{domain}/authentication | Modify the delay configuration of a streaming domain name, which affects the HTTP-FLV streams of the domain. |
Configure HLS Configuration of a Domain | POST | /lls/v1.0/domain/{domain}/hls | Modify the HLS configuration of a streaming domain name, including the HLS segment duration and count in playlist m3u8. |