流控信息
请求参数
字段名称 | 字段详情 |
---|---|
NextTokeninteger<int32> | 结果值的分页页码不能小于最小值 1,不能大于最大值 10000。 示例值:1取值 <= 10000 |
MaxResultsinteger<int32> | 结果值的分页大小不能小于最小值 1,也不能大于最大值 50。 示例值:10取值 <= 50 |
Keywordstring | 应用名称中的关键字 示例值:test |
OrderTypeinteger<int64> | 1 更新时间 注意
该字段类型为 Long,在序列化/反序列化的过程中可能导致精度丢失,请注意数值不得大于 9007199254740991。 示例值:1取值 <= 10 |
Statusstring | 应用的状态。 示例值:该参数可选值有“success”和“release”。
如果输入值是“success”,返回的应用列表包括所有部署成功(Deployed_Success)状态的应用;
如果输入值是“release”,返回的应用列表包括所有释放成功(Destroyed_Success)和释放失败(Destroyed_Failure)状态的应用;
如果置空该参数,返回的应用列表包括所有状态的应用。If the input value is "success", the returned application list includes all applications in the Deployed_Success state of successful deployment.
If the input value is release, the returned application list includes all applications in the release success (Destroyed_Success) and release failure (Destroyed_Failure) status.
If this parameter is left blank, the returned app list includes apps in all states.
|
ResourceGroupIdstring | 资源组的 ID。 示例值:default |
ResourceIdstring | 资源 ID 示例值:vsw-xxxxxxxxxxxx参考取值来源: GetResource4ModifyRecord |
TemplateIdstring | 模板 ID 示例值:0KSXXX6SJU03TXXX参考取值来源: ListTemplate |
返回参数
字段名称 | 字段详情 |
---|---|
TotalCountinteger<int32> | 返回的条目总数。 示例值:123 |
Messagestring | 接口返回信息。 示例值:Success |
NextTokeninteger<int32> | 返回的当前页码。 示例值:2 |
RequestIdstring | 应用的 ID。 示例值:BFB7F5C8-FE7A-06CA-9F87-ABBF6B848F0C |
Dataarray<object> | 应用列表信息 |
Codeinteger<int32> | HTTP 状态代码。 示例值:200 |
返回说明
应用状态列表:
Creating 创建中
Modified 已修改
Verifying 校验中
Verified_Failure 校验失败
Verified_Success 校验成功
Valuating 计价中
Valuating_Failure 计价失败
Valuating_Success 计价成功
Deploying 部署中
Deployed_Failure 部署失败
Partially_Deployed_Success 部分部署成功
Deployed_Success 部署成功
Destroying 释放中
Delayed_Destroy 延时销毁
Destroyed_Failure 释放失败
Partially_Destroyed_Success 部分释放成功
Destroyed_Success 释放成功
Revised 架构调整
Verifying_In_Revision 资源验证(架构调整)
Verified_Failure_In_Revision 资源验证失败(架构调整)
Verified_Success_In_Revision 资源验证成功(架构调整)
Valuating_In_Revision 询价中(架构调整)
Valuating_Failure_In_Revision 询价失败(架构调整)
Valuating_Success_In_Revision 询价成功(架构调整)
返回示例
错误码
变更历史
变更时间 | 变更内容概要 | 操作 | |
---|---|---|---|
2024-01-25 | |||
2023-05-25 | |||
2023-03-14 | |||
2022-09-29 |