host_component_stale_configs.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "href" : "http://192.168.56.101:8080/api/v1/clusters/cl/host_components?fields=HostRoles/component_name&HostRoles/stale_configs=true",
  3. "items" : [
  4. {
  5. "href" : "http://192.168.56.101:8080/api/v1/clusters/cl/hosts/dev01.hortonworks.com/host_components/HBASE_CLIENT",
  6. "HostRoles" : {
  7. "cluster_name" : "cl",
  8. "component_name" : "HBASE_CLIENT",
  9. "host_name" : "dev01.hortonworks.com",
  10. "stale_configs" : true
  11. },
  12. "host" : {
  13. "href" : "http://192.168.56.101:8080/api/v1/clusters/cl/hosts/dev01.hortonworks.com"
  14. }
  15. },
  16. {
  17. "href" : "http://192.168.56.101:8080/api/v1/clusters/cl/hosts/dev01.hortonworks.com/host_components/HBASE_MASTER",
  18. "HostRoles" : {
  19. "cluster_name" : "cl",
  20. "component_name" : "HBASE_MASTER",
  21. "ha_status" : "passive",
  22. "host_name" : "dev01.hortonworks.com",
  23. "stale_configs" : true
  24. },
  25. "host" : {
  26. "href" : "http://192.168.56.101:8080/api/v1/clusters/cl/hosts/dev01.hortonworks.com"
  27. }
  28. },
  29. {
  30. "href" : "http://192.168.56.101:8080/api/v1/clusters/cl/hosts/dev01.hortonworks.com/host_components/HBASE_REGIONSERVER",
  31. "HostRoles" : {
  32. "cluster_name" : "cl",
  33. "component_name" : "HBASE_REGIONSERVER",
  34. "host_name" : "dev01.hortonworks.com",
  35. "stale_configs" : true
  36. },
  37. "host" : {
  38. "href" : "http://192.168.56.101:8080/api/v1/clusters/cl/hosts/dev01.hortonworks.com"
  39. }
  40. }
  41. ]
  42. }