本接口用于获取边缘应用列表。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListApplications | 要执行的操作。取值:ListApplications。 |
name | String | 否 | name**** | 边缘应用名称,模糊匹配。 |
identity | String | 否 | veecc-**** | 边缘应用 ID,模糊匹配。 |
status | String | 否 | Normal,Abnormal | 应用状态。多个值用英文逗号分隔。取值范围:
|
page | int32 | 否 | 1 | 边缘应用列表的页码。
|
limit | Int32 | 否 | 10 | 分页查询时设置的每页行数。
|
order_by | Int32 | 是 | 1 | 查询出来的边缘应用按创建时间的排列顺序。取值范围:
|
order_key | String | 否 | create_time | 排序字段,默认按照创建时间进行排序。取值范围:
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
applications | [ ] ApplicationResp | 请参见返回示例 | 应用列表。 |
total_count | Int64 | 100 | 应用总数。 |
GET https://veecc.volcengineapi.com/?Action=ListApplications &identity=veecc-2022000207700029**** &page=1 &limit=10 &order_by=1 &order_key=create_time &<公共请求参数>
{ "ResponseMetadata": { "RequestId": "2021102215554401022511001102AB****", "Action": "ListApplications", "Version": "2022-10-01", "Service": "veecc", "Region": "cn-north-1" }, "Result": { "applications": [ { "identity": "veecc-2022000207700029****", "name": "test_****", "remark": "", "billing_mode": 1, "workload_count": 1, "cluster_count": 1, "running_cluster_count": 0, "create_time": 1662555721, "update_time": 1662555920, "status": "ScheduleFailed" } ], "total_count": 1 } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见公共错误码。