/api/space/device-management (v1)

The following operation is supported on this resource:

  • GET - Get methods available in the Service
GET /Version 1

This resource provides HATEOAS links to collections and methods available in this service.

Sample Usage

GET /


  • Sample Output XML:

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <device-management>
       <collection href="/api/space/device-management/devices" rel="devices"/>
       <method href="/api/space/device-management/discover-devices" rel="discover-devices"/>
       <method href="/api/space/device-management/devices/get-syslog-events" rel="get-syslog-events"/>
       <method href="/api/space/device-management/devices/stop-syslog-events" rel="stop-syslog-events"/>
       <method href="/api/space/device-management/devices/subscribe-change-notifications" rel="subscribe-change-notifications"/>
       <collection href="/api/space/device-management/modeled-device-management" rel="modeled-device-management"/>
    </device-management>

  • Sample Output JSON:

    {
      "device-management": {
        "collection": {
          "@href":"/api/space/device-management/devices",
          "@rel":"devices"
        },
        "method": [
           {
              "@href": "/api/space/device-management/discover-devices",
              "@rel": "discover-devices"
           },
           {
              "@href": "/api/space/device-management/devices/get-syslog-events",
              "@rel": "get-syslog-events"
           },
           {
              "@href": "/api/space/device-management/devices/stop-syslog-events",
              "@rel": "stop-syslog-events"
           },
           {
              "@href": "/api/space/device-management/devices/subscribe-change-notifications",
              "@rel": "subscribe-change-notifications"
           }
        ],
        "collection": {
          "@href":"/api/space/device-management/modeled-device-management",
          "@rel":"modeled-device-management"
        }
      }

  • Access Control

    The following capabilities are required to access this API: DefaultRead

      For the current version of this API, refer to :
    • version 5