Status Codes

HTTP Status Code appStatusCode Message Possible remediation
200 OK - Topology successfully retrieved for the given object. -
400 Bad Request ADC_CC_0514 Invalid object details Check and ensure if a valid value is given in payload request field - ‘object’
400 Bad Request ADC_DASH_0528 Invalid device name Check and ensure if payload request field ‘object.deviceName’ is given.
400 Bad Request ADC_DASH_0526 Invalid Vendor The vendor is not supported. Check for possible valid vendors under field ‘tags.validVendors’ in the response
500 Internal Server Error ADC_DASH_0512 Exception: Invalid Object type Check if a valid non-null/non-empty value is given in the payload request field ‘object.objectType’. If a valid value is given, the given object type might not be supported. Check for possible valid object types under field ‘tags’ in the response
404 Not Found ADC_INV_0010 Device not found. Device not found in database. Check if the device name given under field deviceName of the object property is available in the inventory
404 Not Found ADC_INV_2003 No Object Found for the request Check the composite keys and values given under the payload field ‘object’.
403 Forbidden ADC_CC_0006 Permission is not available for given objects. Check if the requested object has either Read/Read Write permission.