zowe › profiles › update › rse-profile
A profile to issue commands to a z/OS system with a working Zowe REST server,Mediation Layer, or IBM RSE (Remote System Explorer) API server installation.
Usage
zowe profiles update rse-profile <profileName> [options]
Positional Arguments
-
profileName
(string)- Specifies the name of the new rse profile. You can load this profile by using the name on commands that support the "--rse-profile" option.
Zowe REST Connection Options
-
--host
|-H
(string)- The z/OS host name running the Zowe REST API.
-
--port
|-P
(number)- The server port used by the REST API.
-
--user
|-u
(string)- The user name for the Zowe REST API operations.
-
--password
|--pass
(string)- The password of the user for the Zowe REST API operations.
-
--reject-unauthorized
|--ru
(boolean)- Reject self-signed certificates.
-
--base-path
|--bp
(string)- The base path of the API for the REST API operations.
-
--protocol
|--protocol
(string)- http or https, depending whether a TLS handshake is required to access REST API.
-
--encoding
|--ec
(string)- The encoding for download and upload of z/OS data set and USS files. The encoding should be specified in the form of "IBM-1047".