Register External Target
POST https://{{cluster_vip}}/irisservices/api/v1/public/vaults
Registers an external target with the Cohesity cluster for archival.
The external target ID from the response is required to create the policy with archival enabled.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: Created
{"id":6999187,"name":"aws_s3_standard_target","externalTargetType":"kAmazon","config":{"bucketName":"s3-bucket","amazon":{"accessKeyId":"{{accessKeyId}}","credentialBlob":null,"region":"us-east-1","tierType":"kAmazonS3Standard","tiers":["kAmazonS3Glacier","kAmazonS3GlacierDeepArchive","kAmazonS3Standard","kAmazonS3StandardIA","kAmazonS3OneZoneIA","kAmazonS3IntelligentTiering"]}},"compressionPolicy":"kCompressionLow","encryptionPolicy":"kEncryptionStrong","usageType":"kArchival","dedupEnabled":true,"incrementalArchivesEnabled":true,"fullArchiveIntervalDays":90,"customerManagingEncryptionKeys":false,"desiredWalLocation":null,"removalState":"kDontRemove","kmsServerId":0,"vaultOwnership":"kOwnershipContextLocal"}