URL:https://[endpoint].ctapi.ctyun.cn/v1/application/create
Method: POST
请求:
参数名 | 是否必填 | 参数类型 | 说明 |
customInfo | 是 | Header String | 公共信息 |
regionId | 是 | Header String | 资源池Id |
accountId | 是 | Header String | PaaS组件实例所归属天翼云账号标识 |
request | 是 | RequestBody ApplicationCreateVO | 应用信息 |
ApplicationCreateVO:
参数名 | 是否必填 | 参数类型 | 说明 |
appCode | 是 | String | 应用编码 |
appName | 是 | String | 应用名称 |
appDesc | 否 | String | 应用描述 |
iconPath | 否 | String | 应用图标地址 |
响应:
成功:
{
"statusCode":800,
"message":"操作成功"
}
失败:
{
"statusCode":2204,
"message":"应用编码已存在,请重新填写其他的应用名称"
}