Questo contenuto non è disponibile nella lingua selezionata.
9.3. JSON Representation of a Data Center
Example 9.2. A JSON representation of a data center
{ "data_center" : [ { "local" : "false", "storage_format" : "v3", "version" : { "major" : "3", "minor" : "5" }, "supported_versions" : { "version" : [ { "major" : "3", "minor" : "5" } ] }, "status" : { "state" : "up" }, "mac_pool": { "href": "/api/macpools/00000000-0000-0000-0000-000000000000", "id": "00000000-0000-0000-0000-000000000000" }, "name" : "Default", "description" : "The default Data Center", "href" : "/api/datacenters/00000002-0002-0002-0002-000000000255", "id" : "00000002-0002-0002-0002-000000000255", "link" : [ { "href" : "/api/datacenters/00000002-0002-0002-0002-000000000255/storagedomains", "rel" : "storagedomains" }, { "href" : "/api/datacenters/00000002-0002-0002-0002-000000000255/clusters", "rel" : "clusters" }, { "href" : "/api/datacenters/00000002-0002-0002-0002-000000000255/networks", "rel" : "networks" }, { "href" : "/api/datacenters/00000002-0002-0002-0002-000000000255/permissions", "rel" : "permissions" }, { "href" : "/api/datacenters/00000002-0002-0002-0002-000000000255/quotas", "rel" : "quotas" }, { "href" : "/api/datacenters/00000002-0002-0002-0002-000000000255/iscsibonds", "rel" : "iscsibonds" }, { "href" : "/api/datacenters/00000002-0002-0002-0002-000000000255/qoss", "rel" : "qoss" } ] } ] }
{
"data_center" : [ {
"local" : "false",
"storage_format" : "v3",
"version" : {
"major" : "3",
"minor" : "5"
},
"supported_versions" : {
"version" : [ {
"major" : "3",
"minor" : "5"
} ]
},
"status" : {
"state" : "up"
},
"mac_pool":
{
"href": "/api/macpools/00000000-0000-0000-0000-000000000000",
"id": "00000000-0000-0000-0000-000000000000"
},
"name" : "Default",
"description" : "The default Data Center",
"href" : "/api/datacenters/00000002-0002-0002-0002-000000000255",
"id" : "00000002-0002-0002-0002-000000000255",
"link" : [ {
"href" : "/api/datacenters/00000002-0002-0002-0002-000000000255/storagedomains",
"rel" : "storagedomains"
}, {
"href" : "/api/datacenters/00000002-0002-0002-0002-000000000255/clusters",
"rel" : "clusters"
}, {
"href" : "/api/datacenters/00000002-0002-0002-0002-000000000255/networks",
"rel" : "networks"
}, {
"href" : "/api/datacenters/00000002-0002-0002-0002-000000000255/permissions",
"rel" : "permissions"
}, {
"href" : "/api/datacenters/00000002-0002-0002-0002-000000000255/quotas",
"rel" : "quotas"
}, {
"href" : "/api/datacenters/00000002-0002-0002-0002-000000000255/iscsibonds",
"rel" : "iscsibonds"
}, {
"href" : "/api/datacenters/00000002-0002-0002-0002-000000000255/qoss",
"rel" : "qoss"
} ]
} ]
}