Administrator
- Administrator
- All Products
Parameter
| Argument
| Description
|
---|---|---|
username
| -u
| Required. The user name to log in to Informatica Intelligent Cloud Services.
|
password
| -p
| Required. The password or encrypted password string to log in to Informatica Intelligent Cloud Services.
|
baseUrl
| -bu
| Required. Informatica Intelligent Cloud Services MA service URL. Default is https://dm-us.informaticacloud.com/ma.
|
paramsetbaseUrl
| -psbu
| Base URL of Informatica Cloud Data Integration suffixed with active-bpel.
For example, https://na1.dm-us.informaticacloud.com/active-bpel
You can provide the paramset base URL in the
restenv.properties file or you can pass it through the CLI using the
-psbu argument. If it is available in both locations, the
-psbu value in the action command takes precedence.
|
debug
| -d
| Optional. Displays debugging information.
|
insecure
| -k
| Optional. Enables the insecure mode.
|
action
| -a
| Required. Defines the action to be performed on the parameter set. You can specify one of the following actions:
upload- Upload a parameter set to the cloud-hosted repository by using the unique name. Optionally, you can specify the
-f force argument to override the existing parameter set.
download- Download a parameter set from the cloud-hosted repository by using the unique name of an uploaded parameter set. If the specified file already exists on your local machine, the CLI does not download the parameter set. To forcefully download and overwrite the existing file, you can use the
-f force argument.
list- List the parameter sets with basic information such as created by, creation date, parameter set name, parameter file name, and parameter directory available in the cloud-hosted repository.
delete- Permanently delete the specified parameter set from the cloud-hosted repository.
|
Force
| -f
| Optional. Enables you to force upload or download the parameter set.
|
Parameter Set Unique Name
| -un
| Required. A name used to identify a parameter set when performing different operations such as upload, download, or delete a parameter set, or use it in a taskflow. The name must be unique within the IICS organization.
|
Parameter directory
| -pd
| Specifies the directory where the parameter files are located.
|
Parameter file name
| -pf
| Parameter file name.
|
Parameter Set List Page
| -page
| Optional. Page number. Specifies the page number that you want to list.
|
Page size
| -ps
| Optional. Specifies the number of entries per page. The default and the maximum number of entries that you can list is 50 per page.
|