Config for upgrading connections.

Updates the upgrade configuration for the data source connections. This supports both upgrade and patch operations. Upgrade can be used to set the connector to the specified version whereas patch can be used to update a connector within the same version. Connectors within a connection would be upgraded or patched in a rolling manner. Specific operation status for a connection can be fetched using GET data-source-connection. If the connection is removed from the config after the upgrade or patch is issued internally by the system, the connection's operation status would not be updated for success or failure. Note that this is a config and action would be taken asynchronously at a later point in time, accordingly. Fields suffixed with UpgradePackageUrl must be used to upgrade connectors and those suffixed with PatchPackageUrl must be used to patch connectors.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Specifies the config to upgrade connections.

string | null

Specifies the default upgrade package url for the connections unless an override is specified for a tenant or connection. All connections will be upgraded using this URL if specified.

string | null

Specifies the patch package url for the connections. If no overrides are mentioned, this URL will be used. This URL will be used to download the package by connector. It can be http or https and must be IPv4 address or hostname (must be resolvable by the connector).

tenantUpgradeConfigsOverride
array of objects | null

Specifies the upgrade config of tenants for which the connections would be upgraded. If this is provided, it will override defaultUpgradePackageUrl for the tenant.

tenantUpgradeConfigsOverride
connectionUpgradeConfigsOverride
array of objects | null

Specifies the upgrade config of connections to be upgraded. If the tenantUpgradeConfigs is provided, connections in the tenantUpgradeConfigs would be upgraded along with the connections in connectionUpgradeConfigs. If this is provided, it will override upgradePackageUrl and tenantUpgradeConfigsOverride for the connection.

connectionUpgradeConfigsOverride
Headers
int64

This field uniquely represents a Cohesity Cluster and is used for making on-prem calls from Helios.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json