Mutation
Variables
Response
Mutations
saveCliHealthSettings
Replaces the global custom CLI health check settings.
MUTATION
saveCliHealthSettings(checks: [CustomCliHealthCheckInput!]!): InstallationStatus!Arguments
checks
required
Complete ordered list of custom check settings.
Returns
version
String!
Version of the running server package.
dependencies
Versions of dependencies bundled with the control agent and web application.
customChecks
Global custom CLI health check settings, including disabled checks.
agents
CLI health and version information for every registered agent.
Mutation
Variables
Response