Optional
delete?: undefinedOptional
requestBody?: undefinedOptional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedOptional
post?: undefinedOptional
put?: undefinedOptional
trace?: undefinedOptional
delete?: undefined[BETA] Get Index Mapping
Optional
requestBody?: undefinedOptional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedOptional
post?: undefinedOptional
put?: undefinedOptional
trace?: undefinedOptional
delete?: undefined[BETA] Get Field Mapping
Optional
requestBody?: undefinedOptional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedOptional
post?: undefinedOptional
put?: undefinedOptional
trace?: undefinedOptional
delete?: undefinedOptional
get?: undefinedOptional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedIndex Create
Optional
put?: undefinedOptional
trace?: undefinedOptional
delete?: undefinedIndex List
Lookup descriptive information about all indices on which you have write or admin permissions. Returns a list of at most 100 such indices.
The indices will be annotated with a list of permissions which the current user has
on the indices.
By default, all indices where the user has a role are included in the results.
To filter to a subset of roles, pass the `filter_roles` query parameter.
Optional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedOptional
post?: undefinedOptional
put?: undefinedOptional
trace?: undefinedIndex Delete
Delete an Index. This operation is not instantaneous, but marks the index for deletion by putting it into the 'delete-pending' state. Once all active tasks have been cancelled and the index is safe to clean up, it will be deleted.
If an index is non-trial, the deletion will wait for 30 days.
During that time, the index will not be usable, except for the
`POST /v1/index/<index_id>/reopen` operation, which cancels the deletion.
Optional
requestBody?: undefinedIndex Info
Optional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedOptional
post?: undefinedOptional
put?: undefinedOptional
trace?: undefinedOptional
delete?: undefinedOptional
get?: undefinedOptional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedDelete By Subject
Optional
requestBody?: { content: { "application/json": { subjects: string[] } } }Optional
put?: undefinedOptional
trace?: undefinedOptional
delete?: undefinedOptional
get?: undefinedOptional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedDelete By Query
Optional
requestBody?: {Optional
put?: undefinedOptional
trace?: undefinedDelete Entry
Optional
cookie?: undefinedOptional
header?: undefinedOptional
entry_id?: null | stringOptional
requestBody?: undefinedGet Entry
Optional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedUpsert Entry
Optional
requestBody?: {Upsert Entry
Optional
requestBody?: {Optional
trace?: undefinedOptional
delete?: undefinedOptional
get?: undefinedOptional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedIngest
Create or update a single document or a collection of documents. This submits an asynchronous task and returns the task ID.
It is possible for ingest to fail immediately with a non-200 response, but a 200 Ok
does not indicate that the task will succeed. It just means it was accepted for
processing. The status of the resulting task will be given by the state of the task.
Use Get Task to monitor tasks after submission.
Optional
requestBody?: {Optional
put?: undefinedOptional
trace?: undefinedOptional
delete?: undefinedOptional
get?: undefinedOptional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedIndex Reopen
On an index which has a status of delete-pending
, reopen that index and
change its status to open
. This operation is a special case of index
update and requires 'owner' permissions on the index.
Reopening an index is valid on trial and non-trial indices, but trial indices
may be deleted at any time after their deletion.
Therefore, this API is most useful for cancelling the deletion of a non-trial index.
Optional
requestBody?: undefinedOptional
put?: undefinedOptional
trace?: undefinedOptional
delete?: undefinedOptional
get?: undefinedOptional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedRole Create
Optional
put?: undefinedOptional
trace?: undefinedOptional
delete?: undefinedRole List
Optional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedOptional
post?: undefinedOptional
put?: undefinedOptional
trace?: undefinedRole Delete
Optional
get?: undefinedOptional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedOptional
post?: undefinedOptional
put?: undefinedOptional
trace?: undefinedOptional
delete?: undefinedOptional
get?: undefinedOptional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedScroll Query
Optional
requestBody?: {Optional
put?: undefinedOptional
trace?: undefinedOptional
delete?: undefinedSearch Query
Optional
cookie?: undefinedOptional
header?: undefinedOptional
advanced?: booleanOptional
bypass_visible_to?: booleanOptional
filter_principal_sets?: string[]Optional
limit?: numberOptional
offset?: numberOptional
requestBody?: undefinedA Search Result document.
The offset, count, total, and has_next_page fields are computed based on the
number of results which were matched and which results were returned by the
search.
As long as `has_next_page` is True, you can add the count of results to the offset
of a prior query to fetch another page of results.
Optional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedComplex Search Query
Optional
requestBody?: {A Search Result document.
The offset, count, total, and has_next_page fields are computed based on the
number of results which were matched and which results were returned by the
search.
As long as `has_next_page` is True, you can add the count of results to the offset
of a prior query to fetch another page of results.
Optional
put?: undefinedOptional
trace?: undefinedDelete Subject
Optional
cookie?: undefinedOptional
header?: undefinedOptional
requestBody?: undefinedGet Subject
Optional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedOptional
post?: undefinedOptional
put?: undefinedOptional
trace?: undefinedOptional
delete?: undefinedTask List
Optional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedOptional
post?: undefinedOptional
put?: undefinedOptional
trace?: undefinedOptional
delete?: undefinedGet Task
Optional
head?: undefinedOptional
options?: undefinedOptional
patch?: undefinedOptional
post?: undefinedOptional
put?: undefinedOptional
trace?: undefined
[BETA] Get Field Budget Information