Querying Push Records
Function
This API is used to query the last 10 certificate push records, which are to be pushed to another HUAWEI CLOUD service.
URI
Request
Request parameters
None
Response
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| push_history_list | Yes | Array of push_history_list objects | Push record list. For details, see Table 1. |
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| push_time | Yes | String | Push time, in milliseconds. |
| push_remote_project | Yes | String | Push project. |
| push_service | Yes | String | Push service type.
|
Example
- Example request
- Example response
{ "push_history_list": [ { "push_time": "1556257820000", "push_remote_project": null, "push_service": "CDN" }, { "push_time": "1556257447000", "push_remote_project": "cn-north-7_test", "push_service": "WAF" } ] }or
{ "error_code": "SCM.XXXX", "error_msg": "XXXX" }
Status Codes
For details about error code, see Error Code
Last Article: Pushing a Certificate
Next Article: Canceling Authorization for Privacy Information
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.