V4.2 Fix Pack 7:

Retrieving domain data

You can use the Topology API to extract a list of the domains defined in the ncim.domainMgr NCIM database table.

Syntax

Specify the following parameters within a REST client.
Table 1. Parameters to retrieve data for all domains

Parameter

Value
Method GET
URL
https://HOST:PORT/ROOT-CONTEXT/nm_rest/topology/devices/meta/domains
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. This path is usually ibm/console.
For example:
https://myHost:16311/ibm/console/nm_rest/topology/devices/meta/domains
Content Type application/json

This API call retrieves only the domains that the user can access. For more information, see Restricting access to domains in the GUI.