All Products
Search
Document Center

CloudOps Orchestration Service:ListExecutionLogs

Last Updated:Mar 03, 2024

Queries the logs of an execution.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
oos:ListExecutionLogsLIST
  • execution
    acs:oos:{#regionId}:{#accountId}:execution/{#executionId}
  • oos:tag
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringNo

The ID of the region in which you want to query the logs of the execution.

cn-hangzhou
ExecutionIdstringYes

The ID of the execution.

exec-xxx
TaskExecutionIdstringNo

The execution ID of the task.

exec-1234567zxcvb.t0010
LogTypestringNo

The type of the log.

System
MaxResultsintegerNo

The number of entries to return on each page.

50
NextTokenstringNo

The token that is used to retrieve the next page of results.

MTRBMDc0NjAtRUJFNy00N0NBLTk3NTctMTJDQzQ3NjFENDdB

Response parameters

ParameterTypeDescriptionExample
object
NextTokenstring

A pagination token. It can be used in the next request to retrieve a new page of results.

gAAAAABdpsGWjX8dJ-a6dl_pvoS7AFxNHSNJKHLCAJJ0ylgA53nWW5V4HTEZKCYTaEPNOrxFir4z43UTOjE150cFr8AGTifA==
RequestIdstring

The request ID.

14A07460-EBE7-47CA-9757-12CC4761D47A
IsTruncatedboolean

Indicates whether the log is truncated.

true
MaxResultsinteger

The number of entries per page.

50
ExecutionLogsobject []

The logs of the execution.

TaskExecutionIdstring

The task execution ID.

exec-1234567zxcvb.t0010
Messagestring

The details of the task execution.

The task CheckDiskCategory completed.
LogTypestring

The log type.

System
Timestampstring

The timestamp when the task was run.

2019-05-24T:02:29:07Z

Examples

Sample success responses

JSONformat

{
  "NextToken": "gAAAAABdpsGWjX8dJ-a6dl_pvoS7AFxNHSNJKHLCAJJ0ylgA53nWW5V4HTEZKCYTaEPNOrxFir4z43UTOjE150cFr8AGTifA==",
  "RequestId": "14A07460-EBE7-47CA-9757-12CC4761D47A",
  "IsTruncated": true,
  "MaxResults": 50,
  "ExecutionLogs": [
    {
      "TaskExecutionId": "exec-1234567zxcvb.t0010",
      "Message": "The task CheckDiskCategory completed.",
      "LogType": " System",
      "Timestamp": "2019-05-24T:02:29:07Z"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.