Domain name for API request: organization.tencentcloudapi.com.
This API is used to query the async task list.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: ListTasks. |
Version | Yes | String | Common Params. The value used for this API: 2021-03-31. |
Region | No | String | Common Params. This parameter is not required. |
ZoneId | Yes | String | Space ID. |
PrincipalId | No | String | Identity ID for the CAM user synchronization. Valid values: When the PrincipalType value is Group, it is the CIC user group ID (g-). When the PrincipalType value is User, it is the CIC user ID (u-). |
NextToken | No | String | Token for querying the next page of returned results. During use of the API for the first time, NextToken is not needed. When you call the API for the first time, if the total number of returned data entries exceeds the MaxResults limit, the data is truncated and only MaxResults data entries are returned. Meanwhile, the return parameter IsTruncated is true and a NextToken is returned. You can use the NextToken returned last time to continue calling the API with other request parameters unchanged, to query the truncated data. You can use this method for multiple queries until IsTruncated is false, indicating that all data has been queried. |
MaxResults | No | Integer | Maximum number of data entries per page. Value range: 1-100. Default value: 10. |
PrincipalType | No | String | Identity type for the CAM user synchronization. Valid values: User: indicates that the identity for the CAM user synchronization is a CIC user; Group: indicates that the identity for the CAM user synchronization is a CIC user group. |
TargetUin | No | Integer | UIN of the synchronized target account of the Tencent Cloud Organization. |
TargetType | No | String | Type of the synchronized target account of the Tencent Cloud Organization. ManagerUin: admin account; MemberUin: member account. |
RoleConfigurationId | No | String | Permission configuration ID. |
Status | No | String | InProgress: The task is being executed; Success: The task execution succeeded; Failed: The task execution failed. |
TaskType | No | String | Task type. |
Parameter Name | Type | Description |
---|---|---|
NextToken | String | Token for querying the next page of returned results. Note: This parameter is displayed only when IsTruncated is true. |
TotalCounts | Integer | Total number of data entries that meet the request parameter conditions. |
MaxResults | Integer | Maximum number of data entries per page. |
IsTruncated | Boolean | Whether the returned result is truncated. Valid values: true: truncated; false: not truncated. |
Tasks | Array of TaskInfo | Task details. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to query the async task list.
POST / HTTP/1.1
Host: organization.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ListTasks
<Common request parameters>
{
"ZoneId": "z-djwidnwidj",
"PrincipalId": "u-xj8sncidnc",
"NextToken": "xownw8db38dbe8fne==-",
"MaxResults": 1,
"PrincipalType": "User",
"TargetUin": 1000023423,
"TargetType": "Member",
"RoleConfigurationId": "rc-xjw9dsmw",
"Status": "InProgress",
"TaskType": "CreateRoleAssignment"
}
{
"Response": {
"NextToken": "abc",
"TotalCounts": 0,
"MaxResults": 0,
"IsTruncated": true,
"Tasks": [
{
"TaskId": "t-xsinsxinsdk",
"RoleConfigurationId": "rc-xmw9xjdsd",
"RoleConfigurationName": "Configuration",
"TargetUin": 1000232234,
"TargetType": "User",
"PrincipalId": "u-xm89dnsujs",
"PrincipalType": "Member",
"TaskType": "CreateRoleAssignment",
"Status": "InProgress",
"FailureReason": "test"
}
],
"RequestId": "e297543a-80de-4039-83c8-9d35d4545"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation.IdentityCenterNotOpen | The CIC service is not enabled. |
FailedOperation.ZoneIdNotExist | The user zoneId of the CIC service does not exist. |
InvalidParameter.NextTokenInvalid | Invalid nextToken. |
本页内容是否解决了您的问题?