All Products
Search
Document Center

SchedulerX:ReadSchedulerxDesignateDetail

Last Updated:Nov 20, 2025

Queries detailed information of the workers specified by a job.

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
edas:ReadSchedulerxDesignateDetailget
*AppGroup
acs:edas:{#regionId}:{#accountId}:namespace/{#Namespace}/JobGroup/{#GroupId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
JobIdlongYes

The job ID. You can obtain the ID on the Tasks page in the SchedulerX console.

368
NamespacestringYes

The unique identifier (UID) of the namespace. You can obtain the namespace UID on the Namespaces page in the SchedulerX console.

adcfc35d-e2fe-4fe9-bbaa-20e90ffc****
NamespaceSourcestringNo

The source of the namespace. This parameter is required only for a special third party.

schedulerx
GroupIdstringYes

The ID of the application. You can obtain the application ID on the Applications page in the SchedulerX console.

test.defalutGroup
RegionIdstringYes

The ID of the region.

cn-hangzhou
DesignateTypeintegerNo

The information type of the specified workers that you want to query. Valid values: 1 and 2.

1: the IP address of the specified workers. 2: the tags of the specified workers.

1

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

Th status code.

200
Messagestring

The additional information returned only if an error occurs.

Invalid parameter: jobId=368 invalid
RequestIdstring

The request ID.

883AFE93-FB03-4FA9-A958-E750C6DE120C
Successboolean

Indicates whether the request was successful.

true
Dataobject
DesignateDetailVosarray<object>
designateDetailVoobject
Offlineboolean

Indicates whether the workers are offline.

fasle
Sizeinteger

The number of workers.

1
Starterstring

The startup method of the workers.

pod
Busystring

The status of the workers. Valid values:

FREE: idle. LOAD5_BUSY: The average of the latest five values of CPU workload is too high. HEAP5_BUSY: The average of the latest five values of heap memory usage is too high. DISK_BUSY: The disk usage is too high.

FREE
Checkedboolean

Indicates whether the workers are specified. Valid values: true and false.

true
Versionstring

The version of the workers.

1.12.5
Keystring

The information returned based on the value of the DesignateType parameter.

  • If you set the DesignateType parameter to 2, the tags of the workers are returned.
  • If you set the DesignateType parameter to 1, the IP addresses of the workers are returned.
10.52.169.25
Metricsobject

The metric values.

CpuLoad1double

The most recent value of CPU workload.

0
CpuLoad5double

The average of the latest five values of CPU workload.

0
CpuProcessorsinteger

The number of available CPU processors.

1
Heap1Usagedouble

The most recent value of heap memory usage.

0.06072874493927125
Heap5Usagedouble

The average of the latest five values of heap memory usage.

0.06477732793522267
Heap1Useddouble

The most recent value of used heap memory in MB.

14
HeapMaxinteger

The maximum heap memory in MB.

500
DiskUsagedouble

The disk usage.

0.19142496008515167
DiskUsedinteger

The used disk space in MB.

0.14865875
DiskMaxinteger

The total disk capacity in MB.

1024
SharePoolQueueSizeinteger

The queue size in the shared pool.

1
SharePoolAvailableSizeinteger

The number of available resources in the shared pool.

72
ExecCountlong

The number of job executions.

56
AccessDeniedDetailobject

The access denial details.

AuthActionstring

The authentication operation.

edas:ReadSchedulerxDesignateDetail
AuthPrincipalDisplayNamestring

The principal name.

209312833131416xxx
AuthPrincipalOwnerIdstring

The account of the principal.

1827811800526xxx
AuthPrincipalTypestring

The principal type.

SubUser
EncodedDiagnosticMessagestring

The encoded diagnostic message.

AQFn/cLPZ/3Cz0YxQkZBMjVGLTY0REUtNTlGNS05NzUwLTgyMUE4M0MwMTFDRQ==
NoPermissionTypestring

The permission denial type.

ImplicitDeny
PolicyTypestring

The policy type.

AccountLevelIdentityBasedPolicy

Examples

Sample success responses

JSONformat

{
  "Code": 200,
  "Message": "Invalid parameter: jobId=368 invalid ",
  "RequestId": "883AFE93-FB03-4FA9-A958-E750C6DE120C",
  "Success": true,
  "Data": {
    "DesignateDetailVos": [
      {
        "Offline": true,
        "Size": 1,
        "Starter": "pod",
        "Busy": "FREE",
        "Checked": true,
        "Version": "1.12.5",
        "Key": "10.52.169.25",
        "Metrics": {
          "CpuLoad1": 0,
          "CpuLoad5": 0,
          "CpuProcessors": 1,
          "Heap1Usage": 0.06072874493927125,
          "Heap5Usage": 0.06477732793522267,
          "Heap1Used": 14,
          "HeapMax": 500,
          "DiskUsage": 0.19142496008515167,
          "DiskUsed": 0.14865875,
          "DiskMax": 1024,
          "SharePoolQueueSize": 1,
          "SharePoolAvailableSize": 72,
          "ExecCount": 56
        }
      }
    ]
  },
  "AccessDeniedDetail": {
    "AuthAction": "edas:ReadSchedulerxDesignateDetail",
    "AuthPrincipalDisplayName": "209312833131416xxx",
    "AuthPrincipalOwnerId": "1827811800526xxx",
    "AuthPrincipalType": "SubUser",
    "EncodedDiagnosticMessage": "AQFn/cLPZ/3Cz0YxQkZBMjVGLTY0REUtNTlGNS05NzUwLTgyMUE4M0MwMTFDRQ==",
    "NoPermissionType": "ImplicitDeny",
    "PolicyType": "AccountLevelIdentityBasedPolicy"
  }
}

Error codes

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