Skip to main content
Infrastructure/Lifecycle

GetBootstrapStatus

Get the current bootstrap phase and transition readiness status

GET/api/v1/lifecycle/bootstrap/status

Operation ID

GetBootstrapStatus

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • mode
    String

    Current bootstrap mode of the system

    Example: bootstrap

  • idpStatus
    String

    Connection status of the identity provider service

    Example: connected

  • transitionReady
    Boolean

    Whether the system is ready to transition to authenticated mode

    Example: true