Create Storage Policy
This API is Applicable only for Customer Managed Environment
This operation creates a storage policy.
Header Parameters
- Accept string required
- application/json
Request Body required
Request Body to update the storage policy details.
- copyName string required
Name of the storage policy copy.
- numberOfCopies int32 required
Number of copies in the storage policy.
- numberOfStreams int32 required
Number of streams in the storage policy.
storagePolicyCopyInfo object required
active int32 requiredIndicates whether the storage policy copy is active.
copyType int32 requiredType of the storage policy copy.
dedupeFlags object required
enableClientSideDedup int32 requiredProperty that indicates whether to enable client side deduplication.
enableDASHFull int32 requiredProperty that indicates whether to enable DASH full.
enableDeduplication int32 requiredProperty that indicates whether to enable deduplication.
useGlobalDedupStore int32 requiredProperty that indicates whether to use global deduplication store.
isDefault int32 requiredIndicates whether the storage policy copy is the primary copy.
isFromGui boolean requiredIndicates whether the request is from the GUI.
numberOfStreamsToCombine int32 requiredNumber of streams to combine.
retentionRules object required
retainArchiverDataForDays int32 requiredNumber of days to retain archiver data.
retainBackupDataForCycles int32 requiredNumber of backup data cycles to retain.
retainBackupDataForDays int32 requiredNumber of days to retain backup data.
retentionFlags object required
enableDataAging int32 requiredProperty that indicates whether to enable data aging.
storagePolicyFlags object required
blockLevelDedup int32 requiredProperty that indicates whether to enable block level deduplication.
useGlobalPolicy object required
storagePolicyId int32 requiredID of the global storage policy.
storagePolicyName string requiredName of the global storage policy.
- storagePolicyName string required
Name of the storage policy.
- type int32 required
Type of the storage policy.
- 200
OK