All Products
Search
Document Center

CloudSSO:GetTask

Last Updated:Mar 29, 2024

Queries information about an asynchronous task.

Operation description

This topic provides an example on how to query the information about the task whose ID is t-shfqw1u1edszvxw5****.

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
cloudsso:GetTaskRead
  • Directory
    acs:cloudsso:{#regionId}:{#accountId}:directory/{#DirectoryId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
DirectoryIdstringYes

The directory ID.

d-00fc2p61****
TaskIdstringYes

The task ID.

t-shfqw1u1edszvxw5****

Response parameters

ParameterTypeDescriptionExample
object

The returned results.

Taskobject

The task information.

Statusstring

The task status. Valid values:

  • InProgress: The task is running.
  • Success: The task is successful.
  • Failed: The task failed.
Success
TaskIdstring

The task ID.

t-shfqw1u1edszvxw5****
EndTimestring

The end time of the task.

2021-11-05T02:58:08Z
PrincipalIdstring

The ID of the CloudSSO identity.

u-00q8wbq42wiltcrk****
TargetPathstring

The path ID of the task object in the resource directory.

rd-3G****/r-Wm****/114240524784****
StartTimestring

The start time of the task.

2021-11-05T02:58:07Z
PrincipalNamestring

The name of the CloudSSO identity.

Alice
TargetNamestring

The name of the task object.

dev-test
TargetIdstring

The ID of the task object.

114240524784****
AccessConfigurationNamestring

The name of the access configuration.

ECS-Admin
TargetPathNamestring

The path name of the task object in the resource directory.

rd-3G****/root/dev-test
TaskTypestring

The task type. Valid values:

  • ProvisionAccessConfiguration: An access configuration is provisioned.
  • DeprovisionAccessConfiguration: An access configuration is de-provisioned.
  • CreateAccessAssignment: Access permissions on an account in the resource directory are assigned.
  • DeleteAccessAssignment: Access permissions on an account in the resource directory are removed.
DeleteAccessAssignment
FailureReasonstring

The cause of the task failure.

Note This parameter is returned only when the value of Status is Failed.
No Permission.
TargetTypestring

The type of the task object. The value is fixed as RD-Account, which indicates the accounts in the resource directory.

RD-Account
AccessConfigurationIdstring

The ID of the access configuration.

ac-00jhtfl8thteu6uj****
PrincipalTypestring

The type of the CloudSSO identity. Valid values:

  • User
  • Group
User
RequestIdstring

The request ID.

923CA5E8-57BF-5E15-8BA6-E75A966B7E3F

Examples

Sample success responses

JSONformat

{
  "Task": {
    "Status": "Success",
    "TaskId": "t-shfqw1u1edszvxw5****",
    "EndTime": "2021-11-05T02:58:08Z",
    "PrincipalId": "u-00q8wbq42wiltcrk****",
    "TargetPath": "rd-3G****/r-Wm****/114240524784****",
    "StartTime": "2021-11-05T02:58:07Z",
    "PrincipalName": "Alice",
    "TargetName": "dev-test",
    "TargetId": "114240524784****",
    "AccessConfigurationName": "ECS-Admin",
    "TargetPathName": "rd-3G****/root/dev-test",
    "TaskType": "DeleteAccessAssignment",
    "FailureReason": "No Permission.",
    "TargetType": "RD-Account",
    "AccessConfigurationId": "ac-00jhtfl8thteu6uj****",
    "PrincipalType": "User"
  },
  "RequestId": "923CA5E8-57BF-5E15-8BA6-E75A966B7E3F"
}

Error codes

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