REST Resources

/api/space/device-management/devices/{id}/configurations

The following operation is supported on this resource:

  • GET - Get Configuration options for device
GET /devices/{id}/configurationsVersion 1

This API is used to access configuration options for a single device.

Sample Usage

GET /devices/{id}/configurations


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    device-idIntegerPathThe ID of the device from which to retrieve the configuration options. Y
  • Sample Output XML:

    <configurations>
       <expanded-configuration href="/api/space/device-management/devices/229377/configurations/expanded" rel="expanded configuration"/>
       <raw-configuration href="/api/space/device-management/devices/229377/configurations/raw" rel="raw configuration"/>
    </configurations>

  • Sample Output JSON:

    {
      "configurations": {
        "expanded-configuration":{
          "@href": "/api/space/device-management/devices/229377/configurations/expanded",
          "@rel":"expanded configuration"
        },
        "raw-configuration":{
          "@href": "/api/space/device-management/devices/229377/configurations/raw",
          "@rel":"raw configuration"
        }
      }
    }

  • Access Control

    The following capabilities are required to access this API: DeviceConfiguration