Extracting topology data for all chassis devices within specified domains

You can use the Topology API to extract topology data from the NCIM topology database for all chassis devices within a specified domain or set of domains, or that do not belong to a specified set of domains.

Syntax

Specify the following parameters within a REST client in order to extract topology data for all chassis devices within a specified domain.
Table 1. Parameters to extract topology data for all chassis devices within a specified domain
Parameter Value
Method GET
URL
https://HOST:PORT/ROOT-CONTEXT/nm_rest/topology/devices/domains?domains=DOMAIN_NAME&include=true|false
Where:
  • HOST is the hostname or IP address of the Dashboard Application Services Hub server.
  • PORT is the secure port number of the Dashboard Application Services Hub server. By default, this is 16311.
  • ROOT-CONTEXT is the path from the root of your file system to the Topology API.
  • DOMAIN_NAME is a comma-separated list of the names of the domains from which you want to extract chassis device data.
  • include=true|false is a domain filter. The filter considers the list of domains passed to the URL. If include=true, only devices in those domains are retrieved. If include=false the filter excludes all devices in those domains.
For example:
https://myHost:16311/ibm/console/nm_rest/topology/devices/domains?domains=NCOMS1,NCOMS2,NCOMS3&include=true
Content Type application/json