Query Delivery HTTP Status Code
Query HTTP status code of delivery requests.
Request
Request-Line
GET /lls/v1.0/analytics/delivery/httpCode
Request Parameters
Query Parameters
Parameter | Type | Required | Description |
---|---|---|---|
domains | Array | Mandatory | Array of delivery domains. |
started | Timestamp | Mandatory | Timestamp of started time. Format yyyyMMddTHHmmssZ UTC time. |
ended | Timestamp | Mandatory | Timestamp of ended time. Format yyyyMMddTHHmmssZ UTC time. Interval between start time and end time cannot be longer than 24 hours. |
Response
Response Body
Parameter | Type | Required | Description |
---|---|---|---|
-- | Array | Mandatory | Array of HTTP Code Summary Object |
Object: HTTP Code Summary
Parameter | Type | Required | Description |
---|---|---|---|
domain | String | Mandatory | Delivery domain name. |
httpCodes | Array | Mandatory | Array of HTTP Code Object |
Object: HTTP Code
Parameter | Type | Required | Description |
---|---|---|---|
timestamp | Timestamp | Mandatory | Exampling timestamp in UTC timezone. |
httpCodeValues | Map | Mandatory | a group of key-value pairs. Each pair contains HTTP Code as the key and the count of the requests as the value. |
Status Codes, Error Codes and Error Messages
Status Code | Error Code | Error Message |
---|---|---|
400 | LLS.Analytics.InvalidTimestamp | Timestamp is empty or invalid. |