Start the specified resource. The desired state of the resource willbe set to the appropriate UP state and SSM will take actions to start the resource.
Usage
zowe ops start resource <resourcename> [options]
Positional Arguments
-
resourcename
(string)
- The name of the resource.
Options
OPS WEB SERVICES CONNECTION OPTIONS
-
--user
(string)
- Your z/OS user name used to authenticate to OPS Web Services
-
--password
| --pass
(string)
- Your z/OS password used to authenticate to OPS Web Services
-
--host
(string)
- The hostname of the server where OPS Web Services is running.
-
--port
| -p
(number)
- The port number for OPS Web Services.
-
--reject-unauthorized
| --ru
(boolean)
-
--protocol
| --prot
(string)
-
The protocol used for connecting to OPS Web Services
Default value: https
Allowed values: http, https
-
--subsystem
| --subs
(string)
- Specifies the subsystem id of the OPS/MVS instance to which commands will be directed.
Profile Options
Base Connection Options
-
--token-type
| --tt
(string)
- The type of token to get and use for the API. Omit this option to use the default token type, which is provided by 'zowe auth login'.
-
--token-value
| --tv
(string)
- The value of the token to pass to the API.
-
--cert-file
(local file path)
- The file path to a certificate file to use for authentication
-
--cert-key-file
(local file path)
- The file path to a certificate key file to use for authentication
Examples