You need to enable JavaScript to run this app.
导航
获取应用与配置信息
最近更新时间:2025.08.25 19:25:40首次发布时间:2024.06.30 18:36:04
复制全文
我的收藏
有用
有用
无用
无用

请求说明

Path:openapi/v1/metadata/apps
Method: POST
Content-type: application/json

请求参数

Body:

参数

类型

是否必选

示例值

描述

app_ids

list

[
1,
2
]

应用id列表

with_config

bool

null

是否返回配置信息

accessed

bool

null

是否接入成功

{
    "app_ids": [
        1,
        2
    ]
}

返回参数

Response:

  • SaaS-云原生

    {
            "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
            }
    }
    
  • SaaS-非云原生

    {
        "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": "05d9577e67cfd***a",
                    "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
        }
    }