REST Resources

/api/space/device-management/stop-syslog-events

The following operation is supported on this resource:

  • POST - SyslogEJB call to stop subscription to syslog events
POST /stop-syslog-eventsVersion 3

SyslogEJB call to stop subscription to syslog events.

Sample Usage

POST /stop-syslog-events


  • Sample Input XML:
    <stop-syslog-events>
         <taskid>Integer</taskid>
    </stop-syslog-events>

  • Sample Input JSON:
    {
       "stop-syslog-events" : {
         "taskid" : "Integer"
       }
    }

  • Access Control

    The following capabilities are required to access this API: ReadDevices