As Code

Get connector resource definition

get

Fetches the current target definition for a connector

Authorizations
AuthorizationstringRequired

The bearer token can be obtained by creating a ServiceAccount.

Path parameters
environmentstringRequired
connect-cluster-namestringRequiredExample: cluster
connector-namestringRequiredExample: connector
Responses
200Success
application/yaml
Responsestring · binary
get
/api/v1/environments/{environment}/proxy/api/v1/resource/kafka/connect/{connect-cluster-name}/connector/{connector-name}

Apply a resource spec

put

Applies a given resource spec.

Authorizations
AuthorizationstringRequired

The bearer token can be obtained by creating a ServiceAccount.

Path parameters
environmentstringRequired
Body
string · binaryOptional
Responses
put
/api/v1/environments/{environment}/proxy/api/v1/resource

No content

Apply a resource spec from files

put

Applies a given resource spec.

Authorizations
AuthorizationstringRequired

The bearer token can be obtained by creating a ServiceAccount.

Path parameters
environmentstringRequired
Body
string · binaryOptional
Responses
put
/api/v1/environments/{environment}/proxy/api/v1/resource/resource-file-upload

No content

Last updated

Was this helpful?