Help Center/ Content Delivery Network/ API Reference/ API/ Analytics/ Querying Special Configurations of a Tenant
Updated on 2025-11-27 GMT+08:00

Querying Special Configurations of a Tenant

Function

This API is used to query the special configurations of a tenant.

Calling Method

For details, see Calling APIs.

URI

GET /v1.0/cdn/statistics/special-user

Request Parameters

None

Response Parameters

Status code: 200

Table 1 Response body parameters

Parameter

Type

Description

status

Long

1 indicates that the tenant can query the enumeration of total request duration, and 0 indicates that the tenant cannot.

metric

Long

Conversion base.

flux_metric

Long

Traffic conversion base.

cy

Long

Whether the tenant can view the country/region interface. 1 indicates that the tenant can view the interface, and 0 indicates that the tenant cannot.

h6

Long

1 indicates that the tenant can query IPv6 traffic and HTTPS traffic, and 0 indicates that the tenant cannot.

c

Long

1 indicates that the tenant can query the statistics of a specific status code, and 0 indicates that the tenant cannot.

sc

Long

1 indicates that the tenant can obtain the statistics of HTTP status codes when querying the top URLs, and 0 indicates that the tenant cannot.

bhc

Long

1 indicates that the tenant can query the statistics of origin status codes, and 0 indicates that the tenant cannot.

pi

Long

1 indicates that the tenant can query the statistics of protocols and IP versions, and 0 indicates that the tenant cannot.

exp5

Long

1 indicates that the tenant can query 5-minute statistics on the tenant portal, and 0 indicates that the tenant cannot.

m1

Long

1 indicates that the tenant can query 1-minute statistics, and 0 indicates that the tenant cannot.

is_month_m5

Long

1 indicates that the tenant can query 5-minute statistics for one month, and 0 indicates that the tenant cannot.

exp_agy

Long

1 indicates that the tenant can specify the availability scope of download links on the tenant portal, and 0 indicates that the tenant cannot.

ces_report_site

Long

1 indicates that the tenant can report data to Cloud Eye on the International website, and 0 indicates that the tenant cannot.

float

Long

1 indicates that the tenant can view data adjusted by an uplift coefficient, and 0 indicates that the tenant cannot.

is_show_up_bw

Long

1 indicates that the tenant can query inbound bandwidth, and 0 indicates that the tenant cannot.

Status code: default

Table 2 Response body parameters

Parameter

Type

Description

error

ErrMsg object

Error code and error message.

Table 3 ErrMsg

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

Success response.

default

Error response.

Error Codes

See Error Codes.