How to view device model and vendor information through APIs
search cancel

How to view device model and vendor information through APIs

book

Article ID: 217154

calendar_today

Updated On:

Products

CA Performance Management - Usage and Administration DX NetOps

Issue/Introduction

Unable to find the device model and vendor information in OpenAPI

Where in REST can you find the device model and vendor information?

Environment

All supported releases

Resolution

As of 20.2.10, the OpenAPI does not expose the device model and vendor information but this information can be seen in the REST API under: http://daHostname:8581/rest/devices/manageable/device_item_id.

For example:

<ManageableDevice version="1.0.0">
<ID>6118</ID>
<Vendor>Dell Computer/Dell</Vendor>
<Model>iDRAC7</Model>