Path:openapi/v1/metadata/apps
Method: POST
Content-type: application/json
Body:
Parameter | Type | Description | Required |
---|---|---|---|
app_ids | list | 应用id列表 | true |
with_config | bool | 是否返回配置信息 | false |
accessed | bool | 是否接入成功 | false |
{ "app_ids": [ 1, 2 ] }
Response:
{ "code": 200, "message": "success", "data": { "app_infos": [ { "app_id": 1, "tea_app_id": 1, "app_name": "test1", "app_en_name": "test1", "app_type": "web", "data_center": 1, "scale": 1, "entrance_type": 4, "app_key": "05d9577e67cfd7fc7fceb9df7672573a", "status": 1, "description": null, "configs": null, "creator_id": "demo", "updator_id": "demo", "created_at": 1606985484, "updated_at": 1624342801 }, { "app_id": 2, "tea_app_id": 2, ... } ], "total": null } }