All Products
Search
Document Center

Elastic High Performance Computing:ListActionPlanActivities

Last Updated:Oct 30, 2025

Queries the execution status of an execution plan.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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
ehpc:ListActionPlanActivitieslist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ActionPlanIdstringNo

The ID of the execution plan.

ap-hz036ubmx2qmw93k****
NextTokenstringNo

A pagination token.

1d2db86scXXXXXXXXXX
MaxResultsintegerNo

The maximum number of entries per page.

Valid values: 1 to 100.

Default value: 20.

100

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

TotalCountinteger

Total data count under the current request conditions (optional; not returned by default).

40
RequestIdstring

The request ID.

896D338C-E4F4-41EC-A154-D605E5DE****
NextTokenstring

Indicates the read position returned by the current call. An empty value means all data has been read.

1d2db86scXXXXXXXXXX
MaxResultsinteger

The maximum number of records returned in this request.

100
ActionPlanActivitiesarray<object>

The list of execution details of the execution plan.

ActionPlanActivityobject

The execution details of the execution plan.

Statusstring

The implementation status of the execution plan activity. Valid values:

  • InProcess
  • Completed
  • Failed
InProcess
EndTimestring

The end time of the execution plan activity.

2025-08-10 18:28:05
CreatedCapacityfloat

The increased capacity of this execution plan activity.

100
Jobsarray<object>

The list of Instant jobs involved in the execution plan.

Jobobject

The information about the Instant jobs involved in the execution plan.

RegionIdstring

The region ID.

cn-hangzhou
JobOperationTypestring

The operation type of the execution plan activity on the job. Possible values are as follows:

  • Create
  • Delete
Create
JobIdstring

The ID of the job.

job-hz12dqq8y3ormo1hz49h
StartTimestring

The start time of the implementation of the planned activity.

2025-08-10 18:28:05
ActionPlanActivityIdstring

The activity ID of the execution plan.

et-4119e3f60eb34fc4
DestroyCapacityfloat

The capacity released by this execution plan activity.

0

Examples

Sample success responses

JSONformat

{
  "TotalCount": 40,
  "RequestId": "896D338C-E4F4-41EC-A154-D605E5DE****",
  "NextToken": "1d2db86scXXXXXXXXXX",
  "MaxResults": 100,
  "ActionPlanActivities": [
    {
      "Status": "InProcess",
      "EndTime": "2025-08-10 18:28:05\n",
      "CreatedCapacity": 100,
      "Jobs": [
        {
          "RegionId": "cn-hangzhou",
          "JobOperationType": "Create",
          "JobId": "job-hz12dqq8y3ormo1hz49h"
        }
      ],
      "StartTime": "2025-08-10 18:28:05\n",
      "ActionPlanActivityId": "et-4119e3f60eb34fc4",
      "DestroyCapacity": 0
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400NotExisted.ActionPlanThe specified action plan does not exist.The specified execution plan does not exist.

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