{"type":"api","title":"Retrieve all devices with respective nodeuuids","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/7c48b645-9c1b-3c59-9c5a-150c8b12ee59","info":{"title":"Inventory APIs","description":"APIs exposed by Inventory service.","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"},"version":"7.1.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/EMF/inventory-api-overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://{server_ip}:30603/crosswork/inventory/v1/networkelement","description":"Generated server url"}]},"spec":{"tags":["Inventory"],"summary":"Retrieve all devices with respective nodeuuids.","description":"This API will retrieve all the devices along with their respective Node UUIds","operationId":"getAllNodeUUIDs","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","description":"DeviceNodeUUIdSummaryDTO","properties":{"deviceAddress":{"type":"string","description":"deviceAddress"},"nodeUUId":{"type":"string","description":"nodeUUId"}},"$$ref":"#/components/schemas/DeviceNodeUUIdSummaryDTO"}},"examples":{"example":{"summary":"Sample Response","value":[{"deviceAddress":"10.65.110.17","nodeUUId":"9f5282f3-2764-47bd-9b5f-73a1937fe7f2"}],"$$ref":"#/components/examples/NodeUUIDSampleResponse"}}}}},"400":{"description":"Bad Request - Invalid request"},"401":{"description":"Unauthorized. The request has not been applied because it lacks valid authentication credentials for the target resource."},"403":{"description":"Forbidden. The server recognizes the authentication credentials, but the client is not authorized to perform this request."},"500":{"description":"Internal Server Error - operation-failed"}},"__originalOperationId":"getAllNodeUUIDs","method":"get","path":"/nodeuuids"}}