You need to enable JavaScript to run this app.
云手机

云手机

复制全文
【旧版】实例管理
【旧版】获取实例应用列表 GetPodAppList
复制全文
【旧版】获取实例应用列表 GetPodAppList

查询指定实例上应用安装情况。

请求方式

使用 GET 方式发起请求。

请求参数

下表仅列出了接口特有的请求参数和部分公共参数。完整的公共参数列表,参考 公共请求参数

字段
位置
类型
必填
说明
ActionQuerystring公共参数,OpenAPI 接口名称GetPodAppList
VersionQuerystring公共参数,OpenAPI 接口版本2022-08-01

product_id

Query

string

实例所属业务 ID

可在「云手机控制台-业务管理-业务详情」中获取

pod_id

Query

string

实例 ID

例:163571455047xxxx
可通过调用 ListPod 接口获取

install_status

Query

int32

筛选条件,应用安装状态

可选项:

  • 513 => 正在安装

  • 516 => 正在下载

  • 528 => 安装完成

  • 1024 => 安装失败

  • 1280 => 卸载中

  • 1281 => 已卸载

返回结果

通用返回参数,请参考 ResponseMetadata 结构说明

Result 字段包含以下参数:

字段
类型
说明
totalint查询结果总量
rowlist<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
    }
}
最近更新时间:2024.06.17 19:36:17
这个页面对您有帮助吗?
有用
有用
无用
无用