The NetView profile is the profile that you created to communicate with the NetView REST Server. It is required to use Z NetView Plug-ins, including Z NetView Base Plug-in, Z NetView Automation Plug-in and Z NetView Network Plug-in.
Usage
zowe profiles update znetview-profile <profileName> [options]
Positional Arguments
-
profileName
(string)
- Specifies the name of the new znetview profile. You can load this profile by using the name on commands that support the "--znetview-profile" option.
Options
NetView Connection Options
-
--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.
-
--host
| -H
(string)
- The host name of your NetView REST Server.
-
--password
| --pw
(string)
- The password to authenticate to your NetView REST Server.
-
--port
| -P
(number)
- The port number of your NetView REST Server.
-
--token-type
| --tt
(string)
- The type of the token to authenticate to your NetView REST Server. The only token type that is valid when using NetView REST Server authentication is JSESSIONID.
-
--token-value
| --tv
(string)
- The value of the token to authenticate to your NetView REST Server.
-
--user
| -u
(string)
- The user name to authenticate to your NetView REST Server.