For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI ReferenceRelease notes
DocumentationAPI ReferenceRelease notes
  • Introduction
    • Overview
    • Authentication
  • Guides
    • Integration API routes
    • Operations Manager search APIs
    • Search API
    • URL query parameters
    • Use query parameters in API requests
  • Reference
        • GETGet device count history
        • POSTRefresh device count history
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceDevice Counts

Refresh device count history

POST
http://localhost:3000/device-counts/refresh
POST
/device-counts/refresh
$curl -X POST http://localhost:3000/device-counts/refresh \
> -u "<username>:<password>"
Refreshes device count history.
Was this page helpful?
Previous

Delete a link

Next
Built with

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Response

Refresh device count history

Errors

500
Internal Server Error