IBM® Z NetView™ Plug-ins for Zowe Command Line Interface (CLI)

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.

Overview of the NetView Plug-ins

NetView provides three plug-ins to allow you to select which capabilities you want to use:

Base Plug-in

Automation Plug-in

Network Plug-in

Software Requirements

The following software is required for the NetView plug-ins:

NetView Plug-in Installation

NetView Plug-in Migration

Use the following migration method to update the plug-ins:

Team Profile Configuration

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.

Configuration Needed to Authenticate with NetView REST Server

Complete the following steps to add NetView team profiles (see Zowe documentation for more information on creating team/user profiles):

  1. Issue the following command after the NetView base Zowe CLI plug-in is installed:
    zowe config init --global-config
    
  2. The zowe config init --global-config command adds the NetView plug-in profile to the configuration file in the .zowe home directory

  3. 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.

Configuration Needed to Authenticate with Zowe APIML

Complete the following steps to add NetView team profiles (see Zowe documentation for more information on creating team/user profiles):

  1. 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
    
  2. Open the zowe.config.json file and confirm that the NetView plug-in profile (znetview) is included

Version History

IBM Shopz* or Fix Central npmjs.org Comments
v6.5.0* v1.0.0 GA level