Updated on 2026-02-27 GMT+08:00

Checking Landing Zone Updates

Function

This API is used to check whether the landing zone needs to be updated.

Authorization Information

Each account root user has all the permissions required to call all APIs, but IAM users must be assigned the following required identity policy-based permissions. For details about the required permissions, see Permissions Policies and Supported Actions.

Action

Access Level

Resource Type (*: required)

Condition Key

Alias

Dependencies

rgc:availableUpdate:get

Read

-

-

-

-

URI

GET /v1/landing-zone/available-updates

Request Parameters

None

Response Parameters

Status code: 200

Table 1 Response body parameters

Parameter

Type

Description

baseline_update_available

Boolean

Whether the current landing zone version is the latest.

control_update_available

Boolean

Controls if a new governance policy is enabled for the current account.

landing_zone_update_available

Boolean

Whether the landing zone can be updated.

service_landing_zone_version

String

Latest version of the landing zone.

user_landing_zone_version

String

Current version of the landing zone.

Status code: 403

Table 2 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

request_id

String

Unique ID of the request.

encoded_authorization_message

String

Encrypted error message.

details

Array of ForbiddenErrorDetail objects

Error message indicating no permissions for cross-service invoking.

Table 3 ForbiddenErrorDetail

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

Example Requests

Checking whether the landing zone needs to be updated

GET https://{endpoint}/v1/landing-zone/available-updates

Example Responses

Status code: 200

Request succeeded.

{
  "baseline_update_available" : true,
  "control_update_available" : true,
  "landing_zone_update_available" : true,
  "service_landing_zone_version" : "string",
  "user_landing_zone_version" : "string"
}

Status Codes

Status Code

Description

200

Request succeeded.

403

No permissions.

Error Codes

See Error Codes.