Queries the binding information between users and resources.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
appstreaming:ListBindInfo |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| UserIdList |
array |
No |
The list of user IDs. You can specify 1 to 100 IDs. Note
If you specify this parameter, only the binding information of the specified users is returned. |
|
|
string |
No |
The user ID. |
Alice |
|
| WyIdList |
array |
No |
The list of WUYING user IDs. You can specify 1 to 100 IDs. Note
If you specify this parameter, only the binding information of the specified WUYING users is returned. |
|
|
string |
No |
The WUYING user ID. |
2ca6f5a93536**** |
|
| AppInstanceGroupIdList |
array |
No |
The list of delivery group IDs. You can specify 1 to 100 IDs. Note
If you specify this parameter, only the binding information of the specified delivery groups is returned. |
|
|
string |
No |
The delivery group ID. |
aig-4xz0oy8x4ipyv**** |
|
| AppInstanceIdList |
array |
No |
The list of application instance IDs. You can specify 1 to 100 IDs. Note
If you specify this parameter, only the binding information of the specified application instances is returned. |
|
|
string |
No |
The application instance ID. |
ai-azn3kmwruh1vl**** |
|
| AppIdList |
array |
No |
The list of application IDs. You can specify 1 to 100 IDs. Note
If you specify this parameter, only the binding information of the specified applications is returned. |
|
|
string |
No |
The application ID. |
ca-fq738or6vd854**** |
|
| PageSize |
integer |
No |
The number of query results per page. Maximum value: |
10 |
| PageNumber |
integer |
No |
The page number of the query results to display. Default value: |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
AD2D0761-1FE5-549D-B169-D3F8D19C**** |
| TotalCount |
integer |
The total number of query results. |
15 |
| PageSize |
integer |
The number of query results per page. |
10 |
| PageNumber |
integer |
The page number of the query results currently displayed. |
1 |
| BindInfoModels |
array<object> |
The list of binding information returned. |
|
|
object |
The binding information. |
||
| AppId |
string |
The application ID. |
ca-fq738or6vd854**** |
| AppVersion |
string |
The application version number. |
1.0 |
| RegionId |
string |
The region ID. |
cn-shanghai |
| UserId |
string |
The user ID. |
Alice |
| WyId |
string |
The WUYING user ID. |
2ca6f5a93536**** |
| AccountType |
string |
The account type. Valid values:
|
simple |
| AppInstanceGroupId |
string |
The delivery group ID. |
aig-0abxhr6ce35w8**** |
| AppInstanceId |
string |
The application instance ID. |
ai-83oe276fre4l3**** |
| ProductType |
string |
The product type. Valid values:
|
CloudApp |
Examples
Success response
JSON format
{
"RequestId": "AD2D0761-1FE5-549D-B169-D3F8D19C****",
"TotalCount": 15,
"PageSize": 10,
"PageNumber": 1,
"BindInfoModels": [
{
"AppId": "ca-fq738or6vd854****",
"AppVersion": "1.0",
"RegionId": "cn-shanghai",
"UserId": "Alice",
"WyId": "2ca6f5a93536****",
"AccountType": "simple",
"AppInstanceGroupId": "aig-0abxhr6ce35w8****",
"AppInstanceId": "ai-83oe276fre4l3****",
"ProductType": "CloudApp"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.