查询指定实例上应用安装情况。
使用 GET 方式发起请求。
下表仅列出了接口特有的请求参数和部分公共参数。完整的公共参数列表,参考 公共请求参数。
字段 | 位置 | 类型 | 必填 | 说明 | 值 |
|---|---|---|---|---|---|
| Action | Query | string | 是 | 公共参数,OpenAPI 接口名称 | GetPodAppList |
| Version | Query | string | 是 | 公共参数,OpenAPI 接口版本 | 2022-08-01 |
product_id | Query | string | 是 | 实例所属业务 ID | 可在「云手机控制台-业务管理-业务详情」中获取 |
pod_id | Query | string | 是 | 实例 ID | 例:163571455047xxxx |
install_status | Query | int32 | 否 | 筛选条件,应用安装状态 | 可选项:
|
通用返回参数,请参考 ResponseMetadata 结构说明。
Result 字段包含以下参数:
字段 | 类型 | 说明 |
|---|---|---|
| total | int | 查询结果总量 |
| row | list<PodAppInfo> | 查询到的实例应用安装信息,详细信息,参考 PodAppInfo 定义 |
GET https://open.volcengineapi.com?Action=GetPodAppList &Version=2022-08-01 &product_id=1591495366954xxxxxx &pod_id=7235890322201xxxxxx &install_status=528 &<通过header传入的公共请求参数>
{ "ResponseMetadata": { "Action": "GetPodAppList", "Region": "cn-north-1", "RequestId": "20231026172637E2BE5849C77A2B01A613", "Service": "ACEP", "Version": "2022-08-01" }, "Result": { "row": [ { "app_id": "7249934809013xxxxxx", "package_name": "com.reachauto.cloudaccount", "version_id": 0, "version_code": 1, "version_name": "1.0.9", "rotation": 0, "icon_url": "", "install_type": 0, "install_status": 528, "app_name": "", "app_source": 1 }, { "app_id": "7264916789694749477", "package_name": "com.tencent.fifamobile", "version_id": 0, "version_code": 195, "version_name": "24.0.04", "rotation": 0, "icon_url": "", "install_type": 0, "install_status": 528, "app_name": "", "app_source": 1, "running_state": 1 } ], "total": 2 } }