Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Here's how to find which host components have stale configs (need to be restarted or have config refreshed).

 Request:

Code Block
curl -uadmin:admin http://localhost:8080/api/v1/clusters/c1/host_components?HostRoles/stale_configs=true&fields=HostRoles/service_name,HostRoles/state,HostRoles/host_name,HostRoles/stale_configs,&minimal_response=true

...