/inspect
The whitelisted /inspect JSON endpoints — the backend console's machine-readable projection, used by the test suite and by monitoring.
Instance
GET /inspect/ — Instance overview (home dashboard).
GET /inspect/ — Instance overview (home dashboard).Returns the instance overview. The whitelisted JSON exposes the compiled base configuration and the list of connected storage backends.
Send application/json to receive the whitelisted JSON projection
instead of the HTML dashboard. Equivalent to the ?accept=application/json
query parameter.
The whitelisted instance overview.
The compiled base configuration of the instance (sensitive values removed).
The connected storage backends (file / S3 / Azure).
The whitelisted instance overview.
Data & model
GET /inspect/config/ — Compiled base configuration.
GET /inspect/config/ — Compiled base configuration.Send application/json to receive the whitelisted JSON projection
instead of the HTML dashboard. Equivalent to the ?accept=application/json
query parameter.
The whitelisted config dump.
The effective, merged base configuration.
The individual config layers that were merged.
The whitelisted config dump.
GET /inspect/plugins/ — Installed plugins.
GET /inspect/plugins/ — Installed plugins.Send application/json to receive the whitelisted JSON projection
instead of the HTML dashboard. Equivalent to the ?accept=application/json
query parameter.
The whitelisted plugin dump.
The installed plugins and their manifest metadata.
The whitelisted plugin dump.
GET /inspect/tags/ — Tags and tag groups.
GET /inspect/tags/ — Tags and tag groups.Send application/json to receive the whitelisted JSON projection
instead of the HTML dashboard. Equivalent to the ?accept=application/json
query parameter.
The whitelisted tag dump.
The configured tags and tag groups.
The whitelisted tag dump.
GET /inspect/objecttypes/{objecttype}/ — Statistics for one objecttype.
GET /inspect/objecttypes/{objecttype}/ — Statistics for one objecttype.Objecttype name or id.
Send application/json for the whitelisted JSON projection.
The whitelisted objecttype stats.
Per-objecttype statistics (object counts, index state and related figures).
The whitelisted objecttype stats.
GET /inspect/pools/{pool}/ — Statistics for one pool.
GET /inspect/pools/{pool}/ — Statistics for one pool.Pool id.
The whitelisted pool stats.
Statistics for the pool.
Statistics for each sub-pool.
The whitelisted pool stats.
GET /inspect/objects/ — Paged object id list for an objecttype.
GET /inspect/objects/ — Paged object id list for an objecttype.Objecttype to list.
The whitelisted object-list dump.
The system object ids on this page.
Offset of the previous page, if any.
Offset of the next page, if any.
Set when the request parameters could not be parsed.
The whitelisted object-list dump.
GET /inspect/objects/list/ — Objects indexed by read table.
GET /inspect/objects/list/ — Objects indexed by read table.Send application/json to receive the whitelisted JSON projection
instead of the HTML dashboard. Equivalent to the ?accept=application/json
query parameter.
The whitelisted index read map.
Map of read table name to the objects indexed under it.
The whitelisted index read map.
GET /inspect/objects/{systemObjectId}/ — Render one object against a datamodel version.
GET /inspect/objects/{systemObjectId}/ — Render one object against a datamodel version.System object id.
The whitelisted single-object dump.
System object ids scheduled for re-index by this render.
The datamodel versions selectable for rendering.
The current (live) datamodel id.
The datamodel id used to render this response.
The datamodel id the object was last written with.
The latest linked-object state.
A rendering warning, if any.
The whitelisted single-object dump.
GET /inspect/collections/ — Paged, searchable collection tree.
GET /inspect/collections/ — Paged, searchable collection tree.Filter collections by name or reference.
The whitelisted collection-tree dump.
The collections on this page, with parent/child links.
The whitelisted collection-tree dump.
GET /inspect/customdata/{id}/ — Custom-data-type event.
GET /inspect/customdata/{id}/ — Custom-data-type event.System & maintenance
GET /inspect/system/status/ — Server statistics.
GET /inspect/system/status/ — Server statistics.Send application/json to receive the whitelisted JSON projection
instead of the HTML dashboard. Equivalent to the ?accept=application/json
query parameter.
The whitelisted server statistics.
Object counts per objecttype and basetype, index- and file-queue depth and per-index storage sizes.
The whitelisted server statistics.
GET /inspect/system/janitor/ — Janitor events.
GET /inspect/system/janitor/ — Janitor events.Send application/json to receive the whitelisted JSON projection
instead of the HTML dashboard. Equivalent to the ?accept=application/json
query parameter.
The whitelisted janitor dump.
The selected janitor event.
The query behind the current janitor view.
The whitelisted janitor dump.
GET /inspect/sqlquery/ — Run an SQL query (debug builds only).
GET /inspect/sqlquery/ — Run an SQL query (debug builds only).The SQL statement to run.
The whitelisted query result.
The query, its columns and the result rows.
The whitelisted query result.
GET /inspect/recalcterms/ — Term-recalculation status.
GET /inspect/recalcterms/ — Term-recalculation status.Send application/json to receive the whitelisted JSON projection
instead of the HTML dashboard. Equivalent to the ?accept=application/json
query parameter.
The whitelisted recalculation status.
The current state of the term recalculation (running / idle, progress and per-objecttype detail).
The whitelisted recalculation status.
GET /inspect/migration/ — List backups.
GET /inspect/migration/ — List backups.Send application/json to receive the whitelisted JSON projection
instead of the HTML dashboard. Equivalent to the ?accept=application/json
query parameter.
The whitelisted backup list.
The available backups.
The whitelisted backup list.
GET /inspect/migration/{backup}/ — One backup and its file listing.
GET /inspect/migration/{backup}/ — One backup and its file listing.Backup name.
The whitelisted backup detail.
The backup's metadata.
Directory listing of the backup at SubPath.
The sub-path within the backup being listed.
The whitelisted backup detail.
Last updated