Skip to main content
Infrastructure/Lifecycle
POSTLifecycleSince 1.0SynchronousAuth Required

ImportBootstrapConfig

Import an initial configuration JSON to pre-populate bootstrap settings

Execution Availability

Try It Out

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

Request Inputs

Body Fields

  • configJsonStringRequired

    Config json

    Example: value

Responses

200 OK

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

Endpoint

POST/api/v1/lifecycle/bootstrap/config

/api/v1/lifecycle/bootstrap/config

Operation ID

ImportBootstrapConfig

Permalink

Request Example

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

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history