中心化角色:创建App
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| AppName |
string |
是 |
App 名称 |
App1 |
| AppTags |
array<object> |
是 |
用户自定义标签,多个标签用 |
default |
|
object |
否 |
|||
| TagKey |
string |
否 |
标签键。 |
controlledBy |
| TagValue |
string |
否 |
专属集群的标签值。 |
ear |
| SubscribeStatus |
string |
是 |
App 使用报告订阅状态,可选:
|
Subscribe |
| SubscribePeriod |
string |
是 |
App 使用报告发送间隔,可选:
|
Weekly |
| Description |
string |
否 |
App 简介 |
test |
| ReportSendEnabled |
boolean |
否 |
发送报告到邮箱和站内信 |
false |
| RegionId |
string |
否 |
地域 ID。您可以调用 DescribeRegions 查看最新的阿里云地域列表。 |
cn-hangzhou |
| Owner |
string |
否 |
基线责任人的阿里云 uid。 |
1/0 |
| ClientToken |
string |
否 |
服务端生成的一串字符串,作为客户端进行请求的一个标识。 |
123e4567-e89b-12d3-a456-42665544**** |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
LensResponse |
||
| RequestId |
string |
请求 ID。 |
E604ABBF-FD0F-5080-BE2B-BCF674A9E941 |
| Code |
string |
状态码。返回 200 代表成功。 |
OK |
| UserCode |
string |
状态码。 |
OK |
| Message |
string |
附加信息。取值说明如下:请求正常,返回 success。请求异常,返回具体异常错误码。 |
successful |
| Success |
boolean |
创建应用是否成功。取值说明如下:true:创建成功。false:创建失败。 |
True |
| HttpStatusCode |
integer |
错误码描述 |
200 |
| DynamicCode |
string |
动态错误码。 |
200 |
| DynamicMessage |
string |
动态消息,暂无使用,请忽略 |
- |
| AccessDeniedDetail |
string |
访问被拒绝的详细原因。 |
None |
| AppId |
string |
应用 ID。 |
app-bd5e3533 |
| AppName |
string |
App 名称。 |
TestApp_g5t |
示例
正常返回示例
JSON格式
{
"RequestId": "E604ABBF-FD0F-5080-BE2B-BCF674A9E941",
"Code": "OK",
"UserCode": "OK",
"Message": "successful",
"Success": true,
"HttpStatusCode": 200,
"DynamicCode": "200",
"DynamicMessage": "-",
"AccessDeniedDetail": "None",
"AppId": "app-bd5e3533",
"AppName": "TestApp_g5t"
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | InvalidParameter | The parameter %s is invalid. | 参数错误 |
| 400 | InvalidParameter.Conflict | The specified parameter %s and %s are not blank at the same time. | 参数冲突 |
| 400 | InvalidParameter.Format | Specified parameter format is not valid. | 返回值格式不正确(Format 不支持)。返回格式支持 XML 与 JSON,默认为 XML。 |
| 400 | MissingParameter | The input parameter %s that is mandatory for processing this request is not supplied. | 参数缺失。 |
| 400 | App.NumberExceed | The number of apps exceeded. | app数量超过限制 |
| 500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | 内部错误。 |
| 403 | Forbidden | User is not authorized to operate. | 当前用户无权限对当前资源执行任何操作。请检查您的账号权限或者咨询您的主账号管理员。 |
| 403 | Forbidden.Action | User is not authorized to operate this action. | 当前用户无权限执行该操作。请检查您的账号权限或者咨询您的主账号管理员。 |
| 403 | InvalidAccountStatus.NotEnoughBalance | Your account does not have enough balance. | 您的账户余额不足。 |
| 403 | LastTokenProcessing | The last token request is processing. | 相同clientToken的请求正在执行,请稍后再重试。 |
| 403 | NoPermission.SLR | The RAM user does not have the permission to create service linked role: AliyunServiceLinkedRoleForEBS. | 当前用户无权限创建SLR。 |
| 403 | OperationDenied | The operation is not allowed. | 当前操作不允许执行。 |
| 404 | InvalidApi.NotFound | Specified api is not found, please check your url and method. | |
| 404 | NoSuchResource | The specified resource does not exist. | 指定的资源不存在。 |
| 504 | RequestTimeout | The request is timeout, please try again later. | 该请求超时,请稍后再重试。 |
| 429 | BLOCK.LimitedRequest | Request was denied due to user flow control. |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。