GET All Secure Plus Node Details

Get node or node alias of secure plus parmfile.

Method URI

GET

/cdwebconsole/svc/secureplusnode

The following example shows the Command:
curl -X 'GET' \ 'https://172.20.186.131:9443/cdwebconsole/svc/secureplusnode?sortOrder=ASC&offset=5&limit=8&secureNodeName=CDWBM-01' \
  -H 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbmlzdHJhdG9yOjE3Mi4yMC4xODYuMTMxOjEzNjM6ZWVmN2VhZDktZDExZS00Y2IyLTlkMDctYzFmNGVlZDc4NGE3IiwiZXhwIjoxNzE0MzEyMTEwfQ.D4BCmQabfjDB8xtZhogbI7MWyC48FYQf6ka6xJ7Q8djKNU9ST5lb7_XksU7udyRA9hsN33aYxeaJ2eI_Gyy7eA' \
  -H 'Content-Type: application/json' \
  -H 'X-XSRF-TOKEN: ee01e741-f54b-489d-a807-88cc22b9bc6e'
Table 1. Input Parameters
Parameter Name Required/Optional Description Valid values

sortOrder

Optional

Specifies the Sort Order. This sort is depending upon sortColumn field.

Valid Values are: ASC, DESC.

Offset Optional Specifies the Start Index. It should be greater than or equal to 0.
Limit Optional Specifies the number of records to be returned. Default limit is 10
secureNodeName Optional Specifies the name of the node. Either in lower case or upper case or mixed case
The following example shows the Sample Response:
[
  {
    "authenticationTimeout": 120,
    "enableDataEncryption": "DefaultToLN",
    "cipherSuites": "DefaultToLN",
    "securityModes": "DefaultToLN",
    "enableExternalAuthentication": "DefaultToLN",
    "clientAuthentication": "DefaultToLN",
    "override": "No",
    "type": "r",
    "securePlusProtocol": "DefaultToLN",
    "secureNodeName": "CDWBM-01",
    "baseName": "CDWBM-01"
  }
]