Skip to main content

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 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.
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}/authenticationModify 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
Configure a Domain DelayPOST /lls/v1.0/domain/{domain}/authenticationModify 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}/hlsModify the HLS configuration of a streaming domain name, including the HLS segment duration and count in playlist m3u8.