
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@ibm/znetview-automation-for-zowe-cli
Advanced tools
The IBM Z NetView plug-ins extend Zowe CLI to allow you to perform NetView operations leveraging the REST APIs available with the NetView REST Server in a familiar, off-platform manner. The functional areas include Canzlog, task management, automation table management, and network management, along with the ability to issue most NetView commands.
NetView provides three plug-ins to allow you to select which capabilities you want to use:
The following software is required for the NetView plug-ins:
zowe plugins install <my-plugin>
Note: Replace <my-plugin> with the installation command syntax in the following table:
| Plug-in | Installation Command Syntax |
|---|---|
| IBM NetView Base Plug-in for Zowe CLI | @ibm/znetview-base-for-zowe-cli |
| IBM NetView Automation Plug-in for Zowe CLI | @ibm/znetview-automation-for-zowe-cli |
| IBM NetView Network Plug-in for Zowe CLI | @ibm/znetview-network-for-zowe-cli |
unzip <plugin-name>-v.r.m.zip
zowe plugins install <plugin-name>-v.r.m.tgz
<plugin-name> with the Plug-in Name listed in the following table:
| Plug-in | Plug-in Name |
|---|---|
| IBM NetView Base Plug-in for Zowe CLI | ibm-znetview-base-for-zowe-cli |
| IBM NetView Automation Plug-in for Zowe CLI | ibm-znetview-automation-for-zowe-cli |
| IBM NetView Network Plug-in for Zowe CLI | ibm-znetview-network-for-zowe-cli |
zowe plugins uninstall <my-plugin>
zowe plugins list
If you are using the NetView Plug-ins V1 and Zowe CLI V1, choose one of the following migration methods to use NetView Plug-ins V2 and Zowe CLI V2:
Complete uninstall
Combination migration
Note: Consider updating node.js if you haven't done that in a while
Zowe CLI (V2) introduces the concept of team profiles which helps to improve the initial setup of Zowe CLI by making service connections details easier to share and easier to store within projects.
Note: After the configuration file is in place (by using either the zowe config init command or a file provided by a system administrator), the zowe profile commands used in Zowe V1 no longer function. Zowe CLI returns errors when deprecated profile commands are issued.
Complete the following steps to add NetView team profiles (see Zowe documentation for more information on creating team/user profiles):
Issue the following command after the NetView base Zowe CLI plug-in is installed:
zowe config init --global-config
The zowe config init --global-config command adds the NetView plug-in profile to the configuration file in the .zowe home directory
Open the zowe.config.json file and confirm that the NetView plug-in profile (znetview) is included
Note: As an application developer, you can optionally generate a user-specific configuration file that overrides the values defined in the global zowe.config.json file.
Complete the following steps to add NetView team profiles (see Zowe documentation for more information on creating team/user profiles):
Issue the following commands after the NetView base Zowe CLI plug-in is installed:
zowe config auto-init --global-config --ru false
zowe config set "profiles.znetview.type" "znetview" --global-config
zowe config set "profiles.znetview.properties.basePath" "/netviewrestserver/api/v1" --global-config
zowe config set "defaults.znetview" "znetview" --global-config
Open the zowe.config.json file and confirm that the NetView plug-in profile (znetview) is included
| IBM Shopz* or Fix Central | npmjs.org | Comments |
|---|---|---|
| v6.4.0.3 | v1.0.5 | APAR OA66823 Zowe CLI V2 |
| v6.4.0.2 | v1.0.4 | APAR OA64250 |
| v6.4.0.1 | v1.0.3 | APAR OA63969 |
| v6.4.0* | v1.0.2 | GA level |
FAQs
IBM Z NetView Automation plugin for Zowe CLI
We found that @ibm/znetview-automation-for-zowe-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.