Querying Operations Report Subscription Tasks by Page
Function
query subscription task
Calling Method
For details, see Calling APIs.
URI
GET /v1/cdn/statistics/subscription-tasks
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
limit |
No |
Integer |
|
offset |
No |
Integer |
Offset, which is the position where the query starts. The value must be greater than or equal to 0 (default value). |
Request Parameters
None
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
total |
Integer |
Total number of subscription tasks. |
data |
Array of SubscriptionTask objects |
Subscription task. |
Parameter |
Type |
Description |
---|---|---|
id |
Long |
Subscription task ID. |
create_time |
Long |
Creation time. |
update_time |
Long |
Last update time. |
name |
String |
|
period_type |
Integer |
|
emails |
String |
Email addresses for receiving operations reports. Email addresses are separated by commas (,). |
domain_name |
String |
List of subscribed domain names, which are separated by commas (.). If this parameter is set to all, operations reports are subscribed to for all domain names under the account. |
report_type |
String |
|
Status code: default
Parameter |
Type |
Description |
---|---|---|
error |
ErrMsg object |
Error code and error message. |
Example Requests
None
Example Responses
None
Status Codes
Status Code |
Description |
---|---|
200 |
Success response |
default |
Abnormal response |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot