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
    • Operations Manager search APIs
    • Search API
    • URL query parameters
    • Use query parameters in API requests
  • Reference
        • GETGet a list of toggles
        • GETGet Itential Platform configuration property
        • GETGet the full Itential Platform configuration
LogoLogo
Open sourceSupportFAQsDocs Home
Referenceserver

Get a list of toggles

GET
http://localhost:3000/server/toggles/
GET
/server/toggles/
$curl http://localhost:3000/server/toggles/
1{
2 "results": [
3 {
4 "toggleType": "string",
5 "name": "string",
6 "value": "string"
7 }
8 ],
9 "total": 1
10}
Returns a list of toggles.
Was this page helpful?
Previous

Get Itential Platform configuration property

Next
Built with

Response

Returns all configured toggles
resultslist of objects
totalinteger
Total number of toggles.

Errors

500
Internal Server Error