Skip to main content
Infrastructure/Lifecycle
POSTLifecycleSince 1.0SynchronousAuth Required

TransitionToAuthenticated

Transition the system from bootstrap mode to fully authenticated operation

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

This API requires no request parameters.

Responses

200 OK

On success, this API returns an empty JSON object {}.

Endpoint

POST/api/v1/lifecycle/bootstrap/transition

/api/v1/lifecycle/bootstrap/transition

Operation ID

TransitionToAuthenticated

Permalink

Request Example

curl -X POST '{host}/api/v1/lifecycle/bootstrap/transition' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history