Optionaldelete?: undefinedOptionalrequestBody?: undefinedOptionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedOptionalpost?: undefinedOptionalput?: undefinedOptionaltrace?: undefinedOptionaldelete?: undefined[BETA] Get Index Mapping
OptionalrequestBody?: undefinedOptionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedOptionalpost?: undefinedOptionalput?: undefinedOptionaltrace?: undefinedOptionaldelete?: undefined[BETA] Get Field Mapping
OptionalrequestBody?: undefinedOptionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedOptionalpost?: undefinedOptionalput?: undefinedOptionaltrace?: undefinedOptionaldelete?: undefinedOptionalget?: undefinedOptionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedIndex Create
Optionalput?: undefinedOptionaltrace?: undefinedOptionaldelete?: 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.
Optionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedOptionalpost?: undefinedOptionalput?: undefinedOptionaltrace?: 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.
OptionalrequestBody?: undefinedIndex Info
Optionalhead?: undefinedOptionaloptions?: undefinedIndex Update Metadata
Optionalpost?: undefinedOptionalput?: undefinedOptionaltrace?: undefinedOptionaldelete?: undefinedOptionalget?: undefinedOptionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedDelete By Subject
OptionalrequestBody?: { content: { "application/json": { subjects: string[] } } }Optionalput?: undefinedOptionaltrace?: undefinedOptionaldelete?: undefinedOptionalget?: undefinedOptionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedDelete By Query
OptionalrequestBody?: {Optionalput?: undefinedOptionaltrace?: undefinedDelete Entry
Optionalcookie?: undefinedOptionalheader?: undefinedOptionalentry_id?: string | nullOptionalrequestBody?: undefinedGet Entry
Optionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedUpsert Entry
OptionalrequestBody?: {Upsert Entry
OptionalrequestBody?: {Optionaltrace?: undefinedOptionaldelete?: undefinedOptionalget?: undefinedOptionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: 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.
OptionalrequestBody?: {Optionalput?: undefinedOptionaltrace?: undefinedOptionaldelete?: undefinedOptionalget?: undefinedOptionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: 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.
OptionalrequestBody?: undefinedOptionalput?: undefinedOptionaltrace?: undefinedOptionaldelete?: undefinedOptionalget?: undefinedOptionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedRole Create
Optionalput?: undefinedOptionaltrace?: undefinedOptionaldelete?: undefinedRole List
Optionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedOptionalpost?: undefinedOptionalput?: undefinedOptionaltrace?: undefinedRole Delete
Optionalget?: undefinedOptionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedOptionalpost?: undefinedOptionalput?: undefinedOptionaltrace?: undefinedOptionaldelete?: undefinedOptionalget?: undefinedOptionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedScroll Query
OptionalrequestBody?: {Optionalput?: undefinedOptionaltrace?: undefinedOptionaldelete?: undefinedSearch Query
Optionalcookie?: undefinedOptionalheader?: undefinedOptionaladvanced?: booleanOptionalbypass_visible_to?: booleanOptionalfilter_principal_sets?: string[]Optionallimit?: numberOptionaloffset?: numberOptionalrequestBody?: 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.
Optionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedComplex Search Query
OptionalrequestBody?: {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.
Optionalput?: undefinedOptionaltrace?: undefinedDelete Subject
Optionalcookie?: undefinedOptionalheader?: undefinedOptionalrequestBody?: undefinedGet Subject
Optionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedOptionalpost?: undefinedOptionalput?: undefinedOptionaltrace?: undefinedOptionaldelete?: undefinedTask List
Optionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedOptionalpost?: undefinedOptionalput?: undefinedOptionaltrace?: undefinedOptionaldelete?: undefinedGet Task
Optionalhead?: undefinedOptionaloptions?: undefinedOptionalpatch?: undefinedOptionalpost?: undefinedOptionalput?: undefinedOptionaltrace?: undefined
[BETA] Get Field Budget Information