URL:https://[endpoint].ctapi.ctyun.cn/v1/application
Method: GET
请求:
参数名 | 是否必填 | 参数类型 | 说明 |
customInfo | 是 | Header String | 公共信息 |
regionId | 是 | Header String | 资源池Id |
accountId | 是 | Header String | PaaS组件实例所归属天翼云账号标识 |
响应:
成功:
{
"statusCode":0,
"message":"操作成功",
"returnObj":[
{
"appName":"应用1",
"appCode":"myapp1",
"appDesc":"应用1",
"iconPath":"应用描述1",
"tenantId":1,
"statusCd":"S0A",
"createTime":"2019-11-01 14:32:21",
"updateTime":"2019-11-02 15:32:12"
}
]
}
失败:
{
"statusCode":900,
"message":"操作异常",
"returnObj":null
}