API Documentation¶
Base URLs¶
https://user-center-domain/prod-api/
(Contact us if unclear)
POST Generate Live Quality Report for Acceleration Package¶
POST /acdn/volc/hostAcceleratePackRest/getVQUserDataAPI
Generates a live quality report for acceleration packages.
Note:
Request rate limit: 120 requests per minute per user.
Body Parameters
{
"beginTime": "2024-01-14",
"endTime": "2024-01-16",
"users": [
{
"nickname": "Gao Lei",
"source": "联通",
"uid": "7511256778"
}
]
}
Request Parameters¶
Name | Location | Type | Required | Chinese Name | Description |
---|---|---|---|---|---|
Authorization | header | string | Yes | none | |
body | body | GetVQUserDataAPIVO | No | GetVQUserDataAPIVO | none |
Response Examples
OK
201 Response
Response Results¶
Status Code | Status Meaning | Description | Data Model |
---|---|---|---|
200 | OK | OK | Inline |
201 | Created | Created | Inline |
401 | Unauthorized | Unauthorized | Inline |
403 | Forbidden | Forbidden | Inline |
404 | Not Found | Not Found | Inline |
Response Data Structure¶
Status Code 200
Name | Type | Required | Constraints | Chinese Name | Description |
---|---|---|---|---|---|
» additionalProperties | object | false | none | none | |
» status | integer | true | none | Indicates whether the acceleration package live quality report was generated. Report generation result and user ID information. 1:Yes Other values: No |
Data Model¶
GetVQUserDataAPIVO
{
"beginTime": "string",
"endTime": "string",
"users": [
{
"nickname": "string",
"source": "string",
"uid": "string"
}
]
}
GetVQUserDataAPIVO
Properties¶
Name | Type | Required | Constraints | Chinese Name | Description |
---|---|---|---|---|---|
beginTime | string | true | none | Start date | |
endTime | string | true | none | End date | |
users | [QueryVQUser] | true | none | User information |
QueryVQUser
QueryVQUser
Properties¶
Name | Type | Required | Constraints | Chinese Name | Description |
---|---|---|---|---|---|
nickname | string | false | none | nickname | none |
source | string | true | none | ISP name | 包括(联通,移动,电信) |
uid | string | true | none | Douyin UID | Douyin uid |