获取 App 列表。
请求方法为 GET。
您需要 对请求进行鉴权。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListApp | 要执行的操作,取值:ListApp。 |
Version | String | 是 | 2023-09-01 | API的版本,取值:2023-09-01。 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
AppInfos | Array of Object | 无 | App 列表。 |
GET https://open.volcengineapi.com/?Action=ListApp&Version=2023-09-01
{ "ResponseMetadata": { "RequestId": "20241016171504072059212140BC705B", "Action": "ListApp", "Version": "2023-09-01", "Service": "httpdns", "Region": "cn-beijing" }, "Result": { "AppInfos": [ { "AppIndex": "637", "AppName": "multiapp_test4", "Description": "", "Condition": { "AppId": "2225", "Platform": "*", "Extends": [] }, "CreateTime": "2023-08-29T16:26:26+08:00", "UpdateTime": "2023-08-29T16:26:26+08:00" }, { "AppIndex": "636", "AppName": "multiapp_test3", "Description": "", "Condition": { "AppId": "2225", "Platform": "ios", "Extends": [] }, "CreateTime": "2023-08-29T16:25:01+08:00", "UpdateTime": "2023-08-29T16:25:01+08:00" }, ] } }
您可访问公共错误码,获取更多错误码信息。