For the complete documentation index, see llms.txt. This page is also available as Markdown.

Variable Discoveries

Get Variable Discovery

get

Returns details for a specific Variable Discovery.

Autorisierungen
AuthorizationstringErforderlich
Pfadparameter
uuidstring · uuidErforderlich
Antworten
200

Successful Response

application/json
uuidstring · uuidErforderlich

Unique identifier for this variable discovery

data_sourcestring · uuidErforderlich

The data source this variable discovery is assigned to.

created_atstring · date-timeErforderlich

Timestamp when this variable discovery was created.

last_modified_atstring · date-timeErforderlich

Timestamp when this variable discovery was last modified, generally the case when its state changes.

stateone ofErforderlich

The current state of the variable discovery.

oder
oder
oder
get/v2/variable-discoveries/{uuid}

Get Variable Discoveries

get

Lists Variable Discovery resources

Autorisierungen
AuthorizationstringErforderlich
Abfrageparameter
data_sourcestring · uuid[] · max: 50 · nullableOptional
machinestring · uuid[] · max: 50 · nullableOptional
sparkstring · uuid[] · max: 50 · nullableOptional
cursorstringOptional
Antworten
200

Successful Response

application/json
get/v2/variable-discoveries

Create Variable Discovery

post

Start a Variable Discovery run on a data source.

Autorisierungen
AuthorizationstringErforderlich
Body
data_sourcestring · uuidErforderlich

The data source this variable discovery is assigned to.

Antworten
201

Successful Response

application/json
uuidstring · uuidErforderlich

Unique identifier for this variable discovery

data_sourcestring · uuidErforderlich

The data source this variable discovery is assigned to.

created_atstring · date-timeErforderlich

Timestamp when this variable discovery was created.

last_modified_atstring · date-timeErforderlich

Timestamp when this variable discovery was last modified, generally the case when its state changes.

stateone ofErforderlich

The current state of the variable discovery.

oder
oder
oder
post/v2/variable-discoveries

Zuletzt aktualisiert