DescribeUniqueVisitor
1. API Description
This API (DescribeUniqueVisitor) is used to query the number of unique visitors for a CDN.
2. Request Parameters
The following table lists the required request parameters for the API:
Parameter Name | Required | Type | Description |
---|---|---|---|
startTime | Yes | String | The beginning of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. |
endTime | Yes | String | The end of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. Note: The end time must be later than the start time. |
domain | Yes | String | Accelerated domain |
3. Output Parameterss
Parameter Name | Type | Description |
---|---|---|
dataSet | Array of VisitData | Number of unique visitors. |
requestId | String | Unique request ID, which is returned with every request. This request ID is needed to locate issues. |
4. Code Example
Query CDN Unique Visitors.
5. Error Codes
The following includes error codes encountered in business logic. For other error codes, see Common Error Codes.
Last updated