PUT Refresh Secure Plus Node

The Refresh Secure Plus Node API is used to synchronize secure plus node data.

Method URI

PUT

/cdwebconsole/svc/secureplusnode/refresh

The following example shows the Command:
curl -X 'PUT' \
  'https://172.20.186.131:9443/cdwebconsole/svc/secureplusnode/refresh' \
  -H 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbmlzdHJhdG9yOjE3Mi4yMC4xODYuMTMxOjEzNjM6ZWVmN2VhZDktZDExZS00Y2IyLTlkMDctYzFmNGVlZDc4NGE3IiwiZXhwIjoxNzE0MzEyMTEwfQ.D4BCmQabfjDB8xtZhogbI7MWyC48FYQf6ka6xJ7Q8djKNU9ST5lb7_XksU7udyRA9hsN33aYxeaJ2eI_Gyy7eA' \
  -H 'Content-Type: application/json' \
  -H 'X-XSRF-TOKEN: ee01e741-f54b-489d-a807-88cc22b9bc6e'
The following example shows the Sample Response:
[
  {
    "messageCode": 200,
    "message": "Refresh successfully completed"
  }
]