GenerationSummary
One generation of an index.
Example
{ "name": "2", "live": true, "createdAt": "2026-08-16T11:02:07Z"}Properties
namestringName of the generation within its index, which is what follows the
@ when addressing it as products@2.Example
"2"livebooleanWhether the index answers from this generation. Exactly one generation of an index does, unless the index has just been created.
createdAtstringWhen the generation was created, as an ISO 8601 timestamp. Omitted for a generation registered before this was recorded.
Example
"2026-08-16T11:02:07Z"Endpoints
Endpoints where the request or responses uses this type.
- GETList indexes
/v1alpha1/admin/indexes - PUTCreate or replace an index definition
/v1alpha1/admin/indexes/{name} - GETGet an index
/v1alpha1/admin/indexes/{name} - POSTCommit pending changes
/v1alpha1/admin/indexes/{name}/actions/commit - POSTPromote a generation
/v1alpha1/admin/indexes/{name}/actions/promote - POSTPull the latest state
/v1alpha1/admin/indexes/{name}/actions/pull
Other types
Types that reference this one.
Exofind is built by Level Four AB and is available under the Apache License 2.0.