GET Netmap Path

The Get Netmap Path API is used to retrieve the specifications for a requested path entry.

Method URI

GET

/cdwebconsole/svc/netmapcommpaths

The following example shows the Command:
curl -X 'GET' \
  'https://172.20.186.254:9443/cdwebconsole/svc/netmapcommpaths?nodeDetails=y&communicationPathName=path' \
  -H 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbmlzdHJhdG9yOjE3Mi4yMC4xODYuMjU0OjIzNjM6MDU5YTU0MWMtN2U1ZS00NWZjLTkyY2YtMmMwZjY3MmJjZTFhIiwiZXhwIjoxNzE1OTI3NjgxfQ.BDNQwaDKk3OenHWXjjucQ54EMw14YsqO17-EyACVoybDyhuFtfTeE9P4kR__HdVa98MIpL_2HHrVK8XVYRKX-A' \
  -H 'Content-Type: application/json' \
  -H 'X-XSRF-TOKEN: 4d33b01d-c58f-443f-84c6-1f5337f67db7'
Table 1. Input Parameters
Parameter Name Required/Optional Description Valid values
nodeDetails  Optional

Specifies the detail.

Valid values (Either in lower case or upper case or mixed case): y or n or yes or no.
communicationPathName Required Specifies the name of the path entry mode definition. path
The following example shows the Sample Response:
[
  {
    "lusl": 0,
    "ladr": 0,
    "localSNANetwork": "",
    "modeType": "abc12",
    "protocol": "TCP/IP",
    "puName": "",
    "trpt": 0,
    "luName": "",
    "adapterNumber": "0",
    "communicationPathName": "path",
    "remoteAddress": "000000000000"
  }
]