Upload automation table statement(s) into the specified data set and member.
Usage
zowe znetview-automation upload automation-table <memberName> [options]
Positional Arguments
-
memberName
(string)
- The fully qualified DSIPARM data set and member name.
Required Options
Options
-
--append
| -a
(boolean)
-
Specifies whether to append the new statement(s) to an existing automation table member.
The default value is false, which means that the member will be replaced.
Default value: false
-
--domain
| -D
(string)
NetView Connection Options
-
--host
| -H
(string)
- The host name of your NetView REST Server.
-
--port
| -P
(number)
-
--user
| -u
(string)
- The user name to authenticate to your NetView REST Server.
-
--password
| --pw
(string)
- The password to authenticate to your NetView REST Server.
-
--token-type
| --tt
(string)
- The type of the token to authenticate to your NetView REST Server.
-
--token-value
| --tv
(string)
- The value of the token to authenticate to your NetView REST Server.
-
--base-path
| --bp
(string)
-
The base path for your Zowe API Mediation Layer instance. Specify this option to prepend the base path to NetView REST service when making REST requests to the Zowe API Mediation Layer.
Note: Do not specify this option if you are not using the Zowe API Mediation Layer.
Profile Options
Base Connection Options
-
--reject-unauthorized
| --ru
(boolean)
-
--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