v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Create a new configuration.

post/configuration

Request body

namestring required

User-friendly name for the configuration.

descriptionstring

Optional description for the configuration.

tagsobject

Optional tags for the configuration.

requestIdstring required

Optional request idempotency token. If not specified, a universally unique identifier (UUID) will be automatically generated for the request.

Response

Success

arnstring

Unique resource identifier for the configuration.

uuidstring

Unique identifier for the configuration.

namestring

User-friendly name for the configuration.

descriptionstring

Description for the configuration.

status'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'DELETED' | 'FAILED'

Current configuration status.

creationTimestring date-time

Configuration creation timestamp.

tagsobject

Tags for the configuration.