Verify Storage Domain
GET https://{{cluster_vip}}/irisservices/api/v1/public/viewBoxes
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.
You can run this API to:
- Ensure whether the Storage Domain you configured is created on the Cohesity cluster.
- Obtain the ID of the Storage Domain you want to use for creating the Protection Group.
The Storage Domain ID is required when you are creating the Protection Group for protecting your physical server.
To return information only about a particular Storage Domain, provide the Storage Domain name as the parameter in the API URL:
https://{{cluster_vip}}/v2/storage-domains?names={{storage-dommain-name}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
names | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"storageDomains":[{"id":6246697,"name":"Storage_Domain","clusterPartitionId":3,"clientSubnetWhiteList":[],"storagePolicy":{"deduplicationEnabled":true,"inlineDeduplicate":true,"compressionPolicy":"kCompressionLow","inlineCompress":true,"deduplicateCompressDelaySecs":0,"encryptionPolicy":"kEncryptionNone","downTierDelaySecsList":[0,0,5184000,0],"numFailuresTolerated":0,"numNodeFailuresTolerated":0},"physicalQuota":{},"cloudDownWaterfallThresholdSecs":5184000,"defaultViewQuotaPolicy":{},"s3BucketsAllowed":false,"nisDomainNameVec":[""],"clusterPartitionName":"DefaultPartition","removalState":"kDontRemove"},{"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}}}]}