Parameter and Description |
password Optional. Specifies the password to use for authentication on the Command Central or Platform Manager server. For example: password="secret" The following lists the order used to determine the value used for the password: 1. Value set with the cc task. 2. Value set with the ccsetup task. 3. Value defined in the CC_PASSWORD environment variable. |
server Optional. Identifies the Command Central or Platform Manager server on which to execute the command. For example: server="https://localhost:8092/spm" The following lists the order used to determine the value used for the server: 1. Value set with the cc task. 2. Value set with the ccsetup task. 3. Value https://localhost:8090/cce |
username Optional. Specifies the user name to use for authentication. For example: username="Administrator" The following lists the order used to determine the value used for the user name: 1. Value set with the cc task. 2. Value set with the ccsetup task. 3. Value defined in the CC_USERNAME environment variable. 4. “Administrator” |
trustAllHosts Optional. Specifies whether to trust all hosts. When the parameter is included, Command Central does not verify the name of the server host. For example: trustAllHosts="true" The following lists the order used to determine the value for the truststore file: 1. Value set in the custom cc.properties file located in the user_home\.sag directory. 2. Value set in the Command Central default cc.properties file located in the CC_CLI_HOME\conf directory. |
sslTruststoreFile Optional. Specifies the location of the truststore file. For example: sslTruststoreFile=="${cce.cli.truststore.file.location}" The following lists the order used to determine the value for the truststore file: 1. Value set in the custom cc.properties file located in the user_home\.sag directory. 2. Value set in the Command Central default cc.properties file located in the CC_CLI_HOME\conf directory. |
sslTruststorePassword Required. Specifies the password for the truststore. sslTruststorePassword="${cce.cli.truststore.password}" The following lists the order used to determine the value for the truststore password: 1. Value set in the custom cc.properties file located in the user_home\.sag directory. 2. Value set in the Command Central default cc.properties file located in the CC_CLI_HOME\conf directory. |