Associate Domains
Associate a delivery domain name with an ingest domain name.
Request
Request-Line
POST /lls/v1.0/domain/{domain}/associate
Request Parameters
Path Parameters
Parameter | Type | Required | Description |
---|---|---|---|
domain | String | Mandatory | delivery domain name. |
Body Parameters
Parameter | Type | Required | Description |
---|---|---|---|
deliveryDomain | String | Mandatory | delivery domain name |
ingestDomain | String | Mandatory | ingest domain name |
Response
Response Body
Parameter | Type | Required | Description |
---|---|---|---|
Parameter | Type | Required | Description |
----------- | -------- | ----------- | ------------------------------------------------------------ |
ingestDomain | String | Mandatory | ingest domain name |
Status Codes, Error Codes and Error Messages
Status Code | Error Code | Error Message |
---|---|---|
400 | LLS.Domain.NotFound | Domain name is not found. |
Examples
Associate a delivery domain name with an ingest domain name
Request
POST /lls/v1.0/domain/delivery.example.com/associate HTTP/1.1
{
"ingestDomain": "ingest.example.com"
}
Successful Response Body
{
"deliveryDomain": "delivery.example.com",
"ingestDomain": "ingest.example.com"
}
Best Practices
Rate Limiting
Rate Limits
Rate limiting is posed upon the API, please kindly check your API calls to ensure complying with the rate limit below:
- 100 requests per minute
- 1000 requests per hour