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>165209</taskid>
    </stop-syslog-events>

  • Sample Output XML:
    <stop-syslog-events-response>
      <value>false</value>
    </stop-syslog-events-response>

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

  • Sample Output JSON:
    {
      "stop-syslog-events-response": {
        "value": "false"
      }
    }

  • Access Control

    The following capabilities are required to access this API: ReadDevices