Reference Guide
/ManagedDevice/ POST
Description
Create Device in Inventory, return array of Managed Devices created
Method
POST
Response Class
[ ManagedDevice ]
Response Content-Type: application/xml, application/json
Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
body N/A N/A body [Lcom.dell.asm.
asmcore.asmm
anager.client.de
viceinventory.M
anagedDevice;
Response Status Codes
HTTP Status Code Reason
201 Devices created in inventory
400 Invalid Device to create in inventory, first error
encountered error causes an error response to
return. Call will not return a list of errors.
409 Device already exists in inventory, first error
encountered error causes an error response to
return. Call will not return a list of errors.
/ManagedDevice/{refId} DELETE
Description
Delete Device from Inventory -- this operation is idempotent
Method
DELETE
45