You need to enable JavaScript to run this app.
导航
获取应用与配置信息
最近更新时间:2025.08.25 19:30:20首次发布时间:2025.07.16 15:56:14
复制全文
我的收藏
有用
有用
无用
无用

请求说明

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
        }
}