Retrieves the change history for an instance.
Operation description
Method
GET
URI
/openapi/ha3/instances/{instanceId}/tasks
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
searchengine:ListTasks |
none |
*Instance
|
None | None |
Request syntax
GET /openapi/ha3/instances/{instanceId}/tasks HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
Yes |
The instance ID. |
ha-cn-ha-cn-pl32rf0**** |
| start |
integer |
No |
The start time. |
1718846192 |
| end |
integer |
No |
The end time. |
1718846192 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
The request ID. |
D39EE0F1-D7EF-5F46-B781-6BF4185308B0 |
| result |
any |
The returned result. |
{} |
Examples
Success response
JSON format
{
"requestId": "D39EE0F1-D7EF-5F46-B781-6BF4185308B0",
"result": "{}"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.