Source Registration - Step 1
POST https://helios.cohesity.com/v2/mcm/dms/tenants/regions/aws-cloud-source
AWS Source registration is a two-step process. This API request will generate a CF template. (step 1)
Registration can be verified by running the template (generated in step 1) in AWS console.
In the Source registration step 2, source registration is registered to the cluster successfully.
Request Body
{"useCases"=>["EC2", "RDS"], "tenantId"=>"{{tenantId}}", "destinationRegionId"=>"{{regionId}}", "awsAccountNumber"=>"{{accountId}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
apiKey | string |