Get Storage Domain List

GET https://{{cluster_vip}}/v2/storage-domains

Returns the list of Storage Domains available on your Cohesity cluster along with their Storage Domain IDs and information on the parameters configured for the Storage Domains.

To return information only about a particular Storage Domain, provide the Storage Domain name as the parameter in the API URL:

https://{{cluster_1-ip}}/v2/storage-domains?names={{storage-dommain-name}}

You can either use an available Storage Domain or create a new Storage Domain for protecting your VMware VMs.

The Storage Domain ID is required when you are creating the Protection Group for protecting your VMware VMs.

RESPONSES

status: OK

[{"id":15,"name":"DefaultStorageDomain","clusterPartitionId":13,"clientSubnetWhiteList":[],"storagePolicy":{"deduplicationEnabled":true,"inlineDeduplicate":true,"compressionPolicy":"kCompressionLow","inlineCompress":true,"deduplicateCompressDelaySecs":0,"encryptionPolicy":"kEncryptionNone","numFailuresTolerated":1,"numNodeFailuresTolerated":1},"s3BucketsAllowed":false,"clusterPartitionName":"DefaultPartition","removalState":"kDontRemove"},{"id":2952057,"name":"Automation_Viewbox_1","clusterPartitionId":13,"clientSubnetWhiteList":[],"storagePolicy":{"deduplicationEnabled":true,"inlineDeduplicate":true,"compressionPolicy":"kCompressionLow","inlineCompress":true,"deduplicateCompressDelaySecs":0,"encryptionPolicy":"kEncryptionNone","downTierDelaySecsList":[0,0,5184000,0],"numFailuresTolerated":1,"numNodeFailuresTolerated":1},"physicalQuota":{},"cloudDownWaterfallThresholdSecs":5184000,"defaultViewQuotaPolicy":{},"s3BucketsAllowed":false,"clusterPartitionName":"DefaultPartition","removalState":"kDontRemove"}]