| { |
| "createStoragePool": { |
| "createstoragepoolresponse": { |
| "storagepool": { |
| "id": "3fd44942-4881-3fb0-95f1-5d7b7ae64cfb", |
| "zoneid": "6ebc7a1c-ff98-425c-ac0d-b6c2e3ae6e33", |
| "zonename": "TestZone", |
| "podid": "6a1dbf48-8b8e-45ab-8249-cf43a86f012d", |
| "podname": "TestPod", |
| "name": "testPrimary1", |
| "ipaddress": "10.1.1.2", |
| "path": "/export/primary1", |
| "created": "2021-10-04T08:17:38+0000", |
| "type": "NetworkFilesystem", |
| "clusterid": "a73fb4a4-642b-4ea4-92b8-b74ec8908534", |
| "clustername": "TestCluster", |
| "disksizetotal": 1099511627776, |
| "disksizeallocated": 0, |
| "state": "Up", |
| "scope": "CLUSTER", |
| "overprovisionfactor": "2.0", |
| "provider": "DefaultPrimary" |
| } |
| } |
| }, |
| "listStoragePools": { |
| "liststoragepoolsresponse": { |
| "count": 1, |
| "storagepool": [ |
| { |
| "clusterid": "a73fb4a4-642b-4ea4-92b8-b74ec8908534", |
| "clustername": "TestCluster", |
| "created": "2021-10-04T08:17:38+0000", |
| "disksizeallocated": 0, |
| "disksizetotal": 1099511627776, |
| "disksizeused": 0, |
| "id": "3fd44942-4881-3fb0-95f1-5d7b7ae64cfb", |
| "ipaddress": "10.1.1.2", |
| "name": "testPrimary1", |
| "overprovisionfactor": "2.0", |
| "path": "/export/primary1", |
| "podid": "6a1dbf48-8b8e-45ab-8249-cf43a86f012d", |
| "podname": "TestPod", |
| "provider": "DefaultPrimary", |
| "scope": "CLUSTER", |
| "state": "Up", |
| "storagecapabilities": { |
| "VOLUME_SNAPSHOT_QUIESCEVM": "false" |
| }, |
| "type": "NetworkFilesystem", |
| "zoneid": "6ebc7a1c-ff98-425c-ac0d-b6c2e3ae6e33", |
| "zonename": "TestZone" |
| } |
| ] |
| } |
| }, |
| "deleteStoragePool": { |
| "deletestoragepoolresponse": { |
| "success": true |
| } |
| } |
| } |