All Products
Search
Document Center

Data Lake Formation:GetRegionStatus

Last Updated:Dec 16, 2025

Queries the DLF activation status of in a region.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET /dlf/v1/service/status HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

Response elements

Element

Type

Description

Example

object

The response body.

status

string

The status.

Valid values:

  • READY :

    DLF is activated.

  • UNINIALIZED :

    DLF is not activated.

  • INITIALIZING :

    DLF is being activated.

  • INITIALIZE_FAILED :

    DLF activation failed.

READY

serviceRoleExists

boolean

Indicates whether DLF's service-linked role has been created.

true

Examples

Success response

JSON format

{
  "status": "READY",
  "serviceRoleExists": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.