创建应用。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Region | string | 是 | 应用所属的区域。 | cn-hangzhou |
Namespace | string | 是 | MSE 命名空间名字。 | prod |
AppName | string | 是 | 应用名。 | spring-cloud-a |
Source | string | 否 | 应用的部署方式,ACK 表示阿里云容器服务 K8s。 | ACK |
Language | string | 否 | 应用的编程语言。 | JAVA |
SentinelEnable | string | 否 | 是否开启 Sentinel。 | true |
SwitchEnable | string | 否 | 是否开始 Switch。 | true |
AcceptLanguage | string | 否 | 返回信息的语言类型:
| zh |
返回参数
示例
正常返回示例
JSON
格式
{
"Message": "success",
"RequestId": "68D91223-CCE9-5F9C-B538-20F617DA48B1",
"Data": {
"Status": 1,
"ExtraInfo": "{\\\"rpcTypes\\\":[\\\"dubbo\\\",\\\"springCloud\\\"]}",
"AppName": "spring-cloud-a",
"UpdateTime": 1632979237663,
"LicenseKey": "xxxxxxxx@xxxxxxxxxx",
"CreateTime": 1631001140913,
"AppId": "xxxxxxxx@xxxxxxxxxx",
"UserId": "1888888888",
"Source": "ACK",
"Language": "JAVA",
"RegionId": "cn-hangzhou",
"Namespace": "prod",
"Version": "1.0.0"
},
"Code": 200,
"Success": "true",
"HttpStatusCode": 200
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IllegalRequest | Invalid request:%s | 非法请求: %s |
400 | InvalidParameter | Parameter error:%s | 请求参数错误:%s |
403 | NoPermission | You are not authorized to perform this operation:%s | 没有权限使用此接口:%s |
404 | NotFound | Not found:%s | 资源不存在:%s |
500 | InternalError | Console error. Try again later:%s | 控制台错误.稍后重试:%s |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-05-17 | API 内部配置变更,不影响调用 | 查看变更详情 |
2023-05-06 | API 内部配置变更,不影响调用 | 查看变更详情 |