查询Landing Zone设置状态
功能介绍
查询Landing Zone的设置状态。
URI
GET https://{endpoint}/v1/landing-zone/status
请求参数
无
响应参数
状态码:200
参数 |
参数类型 |
描述 |
---|---|---|
deployed_version |
String |
部署的Landing Zone版本。 |
landing_zone_status |
String |
Landing Zone的设置状态,包括进行中,已完成。 |
percentage_complete |
Integer |
Landing Zone的完成进度。 |
percentage_details |
Array of PercentageDetail objects |
Landing Zone设置的详细进度信息。 |
landing_zone_action_type |
String |
Landing Zone当前需要执行的动作。 |
message |
Array of LandingZoneErrorMessage objects |
Landing Zone错误消息。 |
regions |
Array of RegionConfigurationList objects |
纳管的区域信息。 |
参数 |
参数类型 |
描述 |
---|---|---|
level |
String |
Landing Zone的错误级别。 |
message |
String |
Landing Zone详细的错误信息。 |
状态码:403
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误信息 |
request_id |
String |
请求唯一标识 |
encoded_authorization_message |
String |
加密的错误信息 |
details |
Array of ForbiddenErrorDetail objects |
跨服务调用无权限错误信息 |
请求示例
查询Landing Zone的设置状态。
GET https://{endpoint}/v1/landing-zone/status
响应示例
状态码:200
请求成功。
{ "deployed_version" : "string", "landing_zone_status" : "string", "percentage_complete" : 100, "percentage_details" : [ { "percentage_name" : "string", "percentage_status" : "string" } ], "landing_zone_action_type" : "string", "message" : [ { "level" : "string", "message" : "string" } ], "regions" : [ { "region" : "string", "region_configuration_status" : "ENABLED" } ] }
状态码
状态码 |
描述 |
---|---|
200 |
请求成功。 |
403 |
请求无权限。 |
错误码
请参见错误码。