Get Storage Domains 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 physical server.

The Storage Domain ID from the response is required when you are creating the Protection Group for protecting your physical server.

Request Params

KeyDatatypeRequiredDescription
namesstring

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"storageDomains":[{"id":24,"name":"DefaultStorageDomain","clusterPartitionId":22,"clusterPartitionName":"DefaultPartition","subnetWhitelist":null,"s3BucketsEnabled":true,"nisDomainNames":null,"tenantIds":null,"schemas":null,"fileCountBySize":null,"storagePolicy":{"deduplicationCompressionDelaySecs":0,"encryptionType":"None","numDiskFailuresTolerated":0,"numNodeFailuresTolerated":0,"compressionParams":{"type":"Low","inlineEnabled":true},"deduplicationParams":{"enabled":true,"inlineEnabled":true}}}]}