stack_version_all.json 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "href" : "http://162.216.148.202:8080/api/v1/clusters/1/stack_versions?fields=*,repository_versions/*,repository_versions/operatingSystems/repositories/*&_=1417611809864",
  3. "items" : [
  4. {
  5. "href" : "http://162.216.148.202:8080/api/v1/clusters/1/stack_versions/2",
  6. "ClusterStackVersions" : {
  7. "cluster_name" : "1",
  8. "id" : 2,
  9. "stack" : "HDP",
  10. "state" : "CURRENT",
  11. "version" : "2.2",
  12. "host_states" : {
  13. "CURRENT" : [
  14. "ab3test-2.c.pramod-thangali.internal"
  15. ],
  16. "INSTALLED" : [ ],
  17. "INSTALLING" : [ ],
  18. "INSTALL_FAILED" : [ ],
  19. "UPGRADED" : [ ],
  20. "UPGRADE_FAILED" : [ ],
  21. "UPGRADING" : [ ]
  22. }
  23. },
  24. "repository_versions" : [
  25. {
  26. "href" : "http://162.216.148.202:8080/api/v1/clusters/1/stack_versions/2/repository_versions/1",
  27. "RepositoryVersions" : {
  28. "display_name" : "HDP 2.2.1",
  29. "id" : 1,
  30. "repository_version" : "2.2.1.1-885",
  31. "stack_name" : "HDP",
  32. "stack_version" : "2.2",
  33. "upgrade_pack" : "upgrade-2.2"
  34. },
  35. "operating_systems" : [
  36. {
  37. "href" : "http://162.216.148.202:8080/api/v1/clusters/1/stack_versions/2/repository_versions/1/operating_systems/redhat6",
  38. "OperatingSystems" : {
  39. "os_type" : "redhat6",
  40. "repository_version_id" : 1,
  41. "stack_name" : "HDP",
  42. "stack_version" : "2.2"
  43. },
  44. "repositories" : [
  45. {
  46. "href" : "http://162.216.148.202:8080/api/v1/clusters/1/stack_versions/2/repository_versions/1/operating_systems/redhat6/repositories/HDP-2.2",
  47. "Repositories" : {
  48. "base_url" : "http://s3.amazonaws.com/dev.hortonworks.com/HDP/centos5/2.x/updates/2.2.0.0",
  49. "default_base_url" : "",
  50. "latest_base_url" : "",
  51. "mirrors_list" : "",
  52. "os_type" : "redhat6",
  53. "repo_id" : "HDP-2.2",
  54. "repo_name" : "HDP",
  55. "repository_version_id" : 1,
  56. "stack_name" : "HDP",
  57. "stack_version" : "2.2"
  58. }
  59. },
  60. {
  61. "href" : "http://162.216.148.202:8080/api/v1/clusters/1/stack_versions/2/repository_versions/1/operating_systems/redhat6/repositories/HDP-UTILS-1.1.0.20",
  62. "Repositories" : {
  63. "base_url" : "http://s3.amazonaws.com/dev.hortonworks.com/HDP/centos5/2.x/updates/2.2.0.0",
  64. "default_base_url" : "",
  65. "latest_base_url" : "",
  66. "mirrors_list" : "",
  67. "os_type" : "redhat6",
  68. "repo_id" : "HDP-UTILS-1.1.0.20",
  69. "repo_name" : "HDP-UTILS",
  70. "repository_version_id" : 1,
  71. "stack_name" : "HDP",
  72. "stack_version" : "2.2"
  73. }
  74. }
  75. ]
  76. }
  77. ]
  78. }
  79. ]
  80. }
  81. ]
  82. }