Installer Download from Cloud Storage
You can use an API command from the Provision service to obtain URLs of S3 cloud storage locations for download of Control-M component installers.
provision installer:url::get
The provision installer:url::get command enables you to get a URL for download of a Control-M component installer from an S3 cloud storage location.
Currently, this API command is available for the Control-M Automation API CLI component.
-
CLI
-
REST
ctm provision installer:url::get <component> <OS>
The following example shows the REST API syntax for the provision installer:url::get command in cURL.
component=cli
OS=Linux
curl -H "x-api-key: $token" -X GET "$endpoint/provision/installer/url/$component/$OS"
The following table describes the provision installer:url::get command parameters.
|
Parameter |
Description |
|---|---|
|
component |
Determines the Control-M component that you want to install. Currently, this command supports only Control-M Automation API CLI, with cli as the parameter value. |
|
OS |
Determines the operating system where you plan to install the Control-M component:
|
