Skip to main content

Query Delay Configuration of a Domain

Query the delay configuration of a streaming domain name, which affects the HTTP-FLV streams of the domain.

Request

Request-Line

GET /lls/v1.0/domain/{domain}/delay

Request Parameters

Path Parameters

ParameterTypeRequiredDescription
domainStringMandatoryDomain name.

Request Body

ParameterTypeRequiredDescription
delayStringMandatoryIndicates the delay, in ms. valid values are: low, medium, high. Default value is 'medium'.

Response

Response Body

Status Codes, Error Codes and Error Messages

Status CodeError CodeError Message
400LLS.Domain.NotFoundDomain name is not found.

Examples

Query the delay configuration of a domain name

Request

GET /lls/v1.0/domain/delivery.example.com/delay HTTP/1.1

Successful Response Body

{
"domain": "delivery.example.com",
"delay": "medium"
}

Best Practices

Rate Limiting

Rate Limits

Rate limiting is posed upon the API, check API calls to comply with the rate limit below:

  • 100 requests per minute
  • 1000 requests per hour