v1

latestOpenAPI 3.0.12026-07-26152262362.2 KB
Connections

Create a connection

Creates a new cloud provider connection. Exactly one of gcpConfig or awsConfig must be supplied. Returns 400 invalid_connection_config when both or neither are present.

post/cloudflow/v1/connections

Request body

namestring required

Human-readable connection name.

descriptionstring

Optional description.

enabledboolean

When false, the connection is created in a disabled state.

Response

Created

connectionIdstring

Unique identifier for the connection.

namestring
descriptionstring
enabledboolean

false when the connection is disabled.

statusstring

Overall connection status.

createdAtstring date-time
updatedAtstring date-time