Queries installation information about all installed applications.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
ram:ListApplicationProvisionInfos | list | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
SourceType | string | No | The source of the applications. Valid values:
| external |
Response elements
Element | Type | Description | Example |
object | |||
| ApplicationProvisionInfos | object | ||
| ApplicationProvisionInfo | array<object> | The information about the installed applications. | |
array<object> | |||
DisplayName | string | The display name of the application. | GiteeAliyun |
AppName | string | The name of the application. | GiteePrd |
UpdateDate | string | The update time. The value is a timestamp. | 1603693518000 |
AppId | string | The ID of the application. | 452392483381546**** |
| DelegatedScope | object | The information about the permissions that are granted to the application. | |
| PredefinedScopes | object | ||
| PredefinedScope | array<object> | The information about the permissions that are granted to the application. | |
object | |||
Description | string | The description of the permission. | Used to obtain user OpenID (default scope, not removable) |
Name | string | The name of the permission. | openid |
AccountId | string | The ID of the Alibaba Cloud account. | 177242285274**** |
CreateDate | string | The time when the application was installed. The value is a timestamp. | 1603693518000 |
RequestId | string | The request ID. | E403EBFD-C997-489D-BFC7-37C05E66D67C |
Examples
Success response
JSON format
{
"ApplicationProvisionInfos": {
"ApplicationProvisionInfo": [
{
"DisplayName": "GiteeAliyun",
"AppName": "GiteePrd",
"UpdateDate": "1603693518000",
"AppId": "452392483381546****",
"DelegatedScope": {
"PredefinedScopes": {
"PredefinedScope": [
{
"Description": "Used to obtain user OpenID (default scope, not removable)",
"Name": "openid"
}
]
}
},
"AccountId": "177242285274****",
"CreateDate": "1603693518000"
}
]
},
"RequestId": "E403EBFD-C997-489D-BFC7-37C05E66D67C"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.