Queries the information about one or more applications based on application IDs.
Operation description
You can specify multiple accelerated domain names in a request.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AppIds | string | Yes | The IDs of applications. You can obtain application IDs from the response to the CreateAppInfo or ListAppInfo operation.
| app-**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "25818875-5F78-4A13-4DC4-D7393642****",
"NonExistAppIds": [
"app-12****"
],
"AppInfoList": [
{
"Type": "System",
"Status": "Normal",
"CreationTime": "2019-03-01T08:00:00Z",
"AppName": "test",
"Description": "my first app.",
"AppId": "app-****",
"ModificationTime": "2019-03-01T09:00:00Z"
}
],
"Code": "200"
}
Error codes
For a list of error codes, visit the Service error codes.