Register VMware Source
POST https://helios.cohesity.com/v2/mcm/data-protect/sources/registrations
Introduction
Use this API call to register a VMware source on Cohesity DMaaS
This will return the source registration Id which will be used in the future.
The response from this API call is used to set the
VMwareSourceRegistrationId
andVMwareSourceRegistrationShortId
Collection Variable that is used in the subsequent API calls
Request Body
{"environment"=>"kVMware", "vmwareParams"=>{"type"=>"kVCenter", "vCenterParams"=>{"endpoint"=>"vcenter.com", "password"=>"password", "username"=>"administrator@vsphere.local"}}, "connectionId"=>1234}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
regionId | string |