/api/space/device-management/modeled-device-management

The following operation is supported on this resource:

GET /modeled-device-managementVersion 2

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

Sample Usage

GET /modeled-device-management


  • Sample Output XML:
    <modeled-device-management>
         <connection-profiles href="/api/space/device-management/modeled-device-management/connection-profiles" />
         <create-connection-profile href="/api/space/device-management/modeled-device-management/create-connection-profile" />
         <modeled-instances href="/api/space/device-management/modeled-device-management/modeled-instances" />
    </modeled-device-management>

  • Sample Output JSON:
    {
      "modeled-device-management" : {
        "connection-profiles" : {
          "@href" : "/api/space/device-management/modeled-device-management/connection-profiles"
        },
        "create-connection-profile" : {
          "@href" : "/api/space/device-management/modeled-device-management/create-connection-profile"
        },
        "modeled-instances" : {
          "@href" : "/api/space/device-management/modeled-device-management/modeled-instances"
        }
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead

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