Domains APIs
This catalog provides a comprehensive list of all available APIs for analytics . 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. |