更新时间:2022-12-05 GMT+08:00

根据应用ID获取应用详细信息

功能介绍

此API通过应用ID获取应用详细信息。

URI

GET /v2/{project_id}/cas/applications/{application_id}

表1 路径参数

参数

参数类型

必选

描述

project_id

String

租户项目ID。

application_id

String

应用ID。

请求消息

响应消息

表2 响应参数

参数

参数类型

描述

id

String

应用ID

name

String

应用名称

description

String

应用描述

creator

String

创建人

project_id

String

项目ID

enterprise_project_id

String

企业项目ID

create_time

Integer

创建时间

update_time

Integer

修改时间

unified_model

String

是否开启企业项目

component_count

Integer

包含组件个数

示例

请求示例

响应示例

{
	"id": "e5213b62-0e3c-476f-9960-3e4108787350",
	"name": "app-test",
	"description": "test",
	"project_id": "e7d2e9c589e5445e808a8ff0d1235aca",
	"enterprise_project_id": "0",
	"creator": "ss-test",
	"create_time": 1610432385245,
	"update_time": 1610433070875,
	"unified_model": null,
	"component_count": 0
}

状态码

表3 状态码说明

状态码

描述

200

操作成功。

400

错误的请求。

404

请求对象不存在。

500

内部错误。

错误码

错误码格式为:SVCSTG.00100.[Error_ID],例如:SVCSTG.00100400。错误码说明请参考应用管理API错误码