pronghorn-core

On this page:

checkIndexes

Summary

Check the status of a collection's indexes in Mongo

Description

Check the status of pre-defined indexes for a specific collection.

Route

GET /indexes/:collection/status

Roles

admin apiread

Parameters

DetailsExampleSchema
Name Type Required Description
collection string yes The name of a collection in Mongo.

Return

DetailsExampleSchema
Name Type Description
result object The current statuses of the indexes on the specified collection.