Skip to main content

Domains API

This catalog provides a comprehensive list of all available APIs for managing domains. APIs are categorised by features, including the essential information such as request URI, method, and descriptions.

API Name Method Request URI Description
Create a DomainPOST /lls/v1.0/domainCreate an ingest domain name or a delivery domain name.
Modify a DomainPUT /lls/v1.0/domain/{domain}Modify the domain. Currently only status can be modified.
Delete a DomainDELETE /lls/v1.0/domain/{domain}Delete the domain. All configuration of the domain will be deleted. Meanwhile, the streams of the ingest domain will be stopped.
Query a DomainGET /lls/v1.0/domain/{domain}Query a domain name.
List DomainsGET /lls/v1.0/domainList domain names.
Associate DomainsPOST /lls/v1.0/domain/{domain}/associateAssociate a delivery domain name with an ingest domain name.
Create a Domain AuthenticationPOST /lls/v1.0/domain/{domain}/authenticationCreate a token authentication for an ingest domain.
Modify a Domain AuthenticationPUT /lls/v1.0/domain/{domain}/authenticationConfigure the token authentication for an ingest domain.
Delete a Domain AssociationDELETE /lls/v1.0/domain/associateDelete the association between a delivery domain name and an ingest domain name.
Configure Origin of a DomainPOST /lls/v1.0/domain/{domain}/originCreate or modify the origin configuration of a streaming domain name, which affects the HTTP-FLV streams of the domain
Query Origin of a DomainGET /lls/v1.0/domain/{domain}/originQuery the origin configuration of a streaming domain name, which affects the HTTP-FLV streams of the domain
Query a Domain DelayGET /lls/v1.0/domain/{domain}/authenticationQuery delay configuration of a streaming domain name.
Configure a Domain DelayPOST /lls/v1.0/domain/{domain}/authenticationConfigure the delay configuration of a streaming domain name, which affects the HTTP-FLV streams of the domain.
Configure HLS Configuration of a DomainPOST /lls/v1.0/domain/{domain}/hlsCreate or modify the HLS configuration of a streaming domain name, including the HLS segment duration and count in playlist m3u8.
Delete Origin of a DomainDELETE /lls/v1.0/domain/{domain}/originDelete the origin configuration of a streaming domain name.