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": 666***, "tea_app_id": 666***, "app_name": "\系\统\使\用\监\控", "app_en_name": "system_usage_monitor", "app_type": "web", "data_center": 1, "scale": 1, "entrance_type": 4, "products": 1, "app_key": "6a74bf2bcdbf767e4b310abd2c***d89c5a", "status": 1, "description": null, "project_id": 666***, "subject_id": 1, "creator_id": "admin", "updator_id": "admin", "created_at": 1754283944, "updated_at": 1754283944, "configs": null }, { "app_id": 666667, "tea_app_id": 666667, "app_name": "Tester\使\用\监\控", "app_en_name": "tester_usage_monitor", …… }], "total": null } }