REST Resources

/api/space/device-management/devices/{id}/managed-status

The following operation is supported on this resource:

  • GET - Get Managed Status of Device
GET /devices/{id}/managed-statusVersion 1

This API is used to retrieve the managed status of a device.

Data Notification Support

Whenever the managed status of a device is modified, the data notification corresponding to this API is generated.

.

Sample Usage

GET /devices/{id}/managed-status


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    idIntegerPathThe ID of the device from which to retrieve the managed status. Y
  • Sample Output XML:

    <managed-status uri="/api/space/device-management/devices/229377/managed-status">
       <status>In Sync</status>
    </managed-status>

  • Sample Output JSON:

    {
      "managed-status":{
          "@uri": "/api/space/device-management/devices/229377/managed-status",
          "status":"In Sync"
      }
    }

  • Access Control

    The following capabilities are required to access this API: ReadDevices