Queries the details of a scheduled task for an OpenSearch application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:DescribeScheduledTask |
*ScheduledTask
|
None | None |
Request syntax
GET /v4/openapi/app-groups/{appGroupIdentity}/scheduled-tasks/{taskId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The name of the application. |
my_app_group_name |
| taskId |
string |
Yes |
The ID of the task. |
2f12c585-5873-11ea-974a-7cd30ad3e268 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| result |
object |
The details of the scheduled task. |
{} |
| requestId |
string |
The ID of the request. |
922DC0D9-31B5-45F9-47B7-37DC678D61A8 |
Examples
Success response
JSON format
{
"result": {},
"requestId": "922DC0D9-31B5-45F9-47B7-37DC678D61A8"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.