123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "href" : "http://localhost:8080/api/v1/clusters/test1",
- "Clusters" : {
- "cluster_name" : "test1",
- "cluster_id" : 1,
- "version" : "HDP-1.2.1"
- },
- "requests" : [ ],
- "services" : [
- {
- "href" : "http://localhost:8080/api/v1/clusters/test1/services/GANGLIA",
- "ServiceInfo" : {
- "cluster_name" : "test1",
- "service_name" : "GANGLIA"
- }
- },
- {
- "href" : "http://localhost:8080/api/v1/clusters/test1/services/MAPREDUCE",
- "ServiceInfo" : {
- "cluster_name" : "test1",
- "service_name" : "MAPREDUCE"
- }
- },
- {
- "href" : "http://localhost:8080/api/v1/clusters/test1/services/HDFS",
- "ServiceInfo" : {
- "cluster_name" : "test1",
- "service_name" : "HDFS"
- }
- }
- ],
- "hosts" : [
- {
- "href" : "http://localhost:8080/api/v1/clusters/test1/hosts/r01mgt",
- "Hosts" : {
- "cluster_name" : "test1",
- "host_name" : "r01mgt"
- }
- },
- {
- "href" : "http://localhost:8080/api/v1/clusters/test1/hosts/r01hn01",
- "Hosts" : {
- "cluster_name" : "test1",
- "host_name" : "r01hn01"
- }
- },
- {
- "href" : "http://localhost:8080/api/v1/clusters/test1/hosts/r01wn03",
- "Hosts" : {
- "cluster_name" : "test1",
- "host_name" : "r01wn03"
- }
- },
- {
- "href" : "http://localhost:8080/api/v1/clusters/test1/hosts/r01wn02",
- "Hosts" : {
- "cluster_name" : "test1",
- "host_name" : "r01wn02"
- }
- },
- {
- "href" : "http://localhost:8080/api/v1/clusters/test1/hosts/r01wn01",
- "Hosts" : {
- "cluster_name" : "test1",
- "host_name" : "r01wn01"
- }
- }
- ],
- "configurations" : [
- {
- "href" : "http://localhost:8080/api/v1/clusters/test1/configurations?type=mapred-site&tag=version1",
- "tag" : "version1",
- "type" : "mapred-site",
- "Config" : {
- "cluster_name" : "test1"
- }
- },
- {
- "href" : "http://localhost:8080/api/v1/clusters/test1/configurations?type=global&tag=version1",
- "tag" : "version1",
- "type" : "global",
- "Config" : {
- "cluster_name" : "test1"
- }
- },
- {
- "href" : "http://localhost:8080/api/v1/clusters/test1/configurations?type=hdfs-site&tag=version1",
- "tag" : "version1",
- "type" : "hdfs-site",
- "Config" : {
- "cluster_name" : "test1"
- }
- },
- {
- "href" : "http://localhost:8080/api/v1/clusters/test1/configurations?type=core-site&tag=version1",
- "tag" : "version1",
- "type" : "core-site",
- "Config" : {
- "cluster_name" : "test1"
- }
- }
- ]
- }
|