REST Resources

/api/space/device-management

The following operation is supported on this resource:

  • GET - Get methods and collections available
GET /Version 4

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

Sample Usage

GET /


  • Sample Output XML:

    <device-management>
       <collection href="/api/space/device-management/devices" />
       <method href="/api/space/device-management/discover-devices" />
       <method href="/api/space/device-management/get-syslog-events" />
       <method href="/api/space/device-management/stop-syslog-events" />
       <collection href="/api/space/device-management/modeled-device-management" />
       <method href="/api/space/device-management/change-device-credentials" />
       <method href="/api/space/device-management/subscribe-change-notifications" />
       <method href="/api/space/device-management/acknowledge-device-fingerprint" />
    </device-management>

  • Sample Output JSON:

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

  • Access Control

    The following capabilities are required to access this API: DefaultRead

      For other non-deprecated versions of this API, refer to :
    • version 1