Query parameters
-
Starting offset (default: 0)
-
Specifies a max number of results to get
-
A comma-separated list of connector index names to fetch connector documents for
-
A comma-separated list of connector names to fetch connector documents for
-
A comma-separated list of connector service types to fetch connector documents for
-
A flag to indicate if the desired connector should be fetched, even if it was soft-deleted.
-
A wildcard query string that filters connectors with matching name, description or index name
Responses
-
Hide response attributes Show response attributes object
-
Hide results attributes Show results attributes object
-
Hide configuration attribute Show configuration attribute object
-
Hide custom_scheduling attribute Show custom_scheduling attribute object
-
Hide * attributes Show * attributes object
-
-
Hide features attributes Show features attributes object
-
Hide filtering attributes Show filtering attributes object
last_access_control_sync_scheduled_at
string | number A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
-
Values are
canceling
,canceled
,completed
,error
,in_progress
,pending
, orsuspended
. last_incremental_sync_scheduled_at
string | number A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
last_sync_scheduled_at
string | number A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
-
Values are
canceling
,canceled
,completed
,error
,in_progress
,pending
, orsuspended
. -
Hide scheduling attributes Show scheduling attributes object
-
Values are
created
,needs_configuration
,configured
,connected
, orerror
.
GET _connector
resp = client.connector.list()
const response = await client.connector.list();
response = client.connector.list
$resp = $client->connector()->list();
curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/_connector"