Let the platform do the work

/Administration/elasticsearch/queue GET

Overview

[ADMIN] Elasticsearch queue statistics

Summary

This endpoint returns the queue statistics for the Elasticsearch backend. This endpoint is only available to administrators.

Response

{
    "total":2238,
    "queued":{
        "Cases":"250",
        "KBDocuments":"5",
        "Notes":"50",
        "Quotes":"2",
        "Accounts":"51",
        "Contacts":"201",
        "Leads":"201",
        "Opportunities":"150",
        "RevenueLineItems":"578",
        "Bugs":"50",
        "Contracts":"2",
        "Manufacturers":"2",
        "ProductCategories":"43",
        "Tasks":"200",
        "Calls":"50",
        "Emails":"200",
        "Meetings":"200",
        "Products":"3"
    }
}

Change Log

Version Change
v10 Added /Administration/elasticsearch/queue GET endpoint.