API Guide

Table Of Contents
/ManagedDevice/{refId}
Desciption
Delete Device from Inventory -- this operation is idempotent
Method
delete
Response Class
ManagedDevice
Response Content-Type: application/xml, application/json
Parameters
Table 109. Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
refId (required) Reference Id N/A path string
forceDelete N/A Force Delete false query boolean
Response Status Codes
Table 110. Response Status Codes
HTTP Status Code Reason
204 Device deleted from inventory
400 Unable to delete from RA's inventory
/ManagedDevice/firmware
Desciption
Update Device Firmware
Method
put
Response Class
void
Response Content-Type: application/xml, application/json
71