{"type":"api","title":"Retrieves collection details of requested device","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":"Retrieves collection details of requested device","description":"\u003cp\u003e To retrieve the \u003cb\u003e nodeuuids \u003c/b\u003e of devices, use the following API: \u003c/p\u003e\n\n- \u003cb\u003e /nodeuuids \u003c/b\u003e ","operationId":"getCollectionDetails","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"nodeuuid":{"type":"string","description":"nodeuuid"}},"example":{"nodeuuid":"9f5282f3-2764-47bd-9b5f-73a1937fe7f2"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","description":"NodeDetailsSummaryDTO","properties":{"nodeuuuid":{"type":"string","description":"nodeuuuid"},"lastcollectiontime":{"type":"number","description":"lastcollectiontime"},"gisyncstatus":{"type":"string","description":"gisyncstatus"},"lastcollectionstatus":{"type":"string","description":"lastcollectionstatus"},"summary":{"type":"string","description":"summary"},"failedfeatures":{"type":"object","description":"failedfeatures"}},"$$ref":"#/components/schemas/NodeDetailsSummaryDTO"},"example":{"nodeuuuid":"9f5282f3-2764-47bd-9b5f-73a1937fe7f2","lastcollectiontime":1731342612187,"gisyncstatus":"enabled","lastcollectionstatus":"Completed"}}}},"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":"getCollectionDetails","method":"post","path":"/collectiondetails/query"}}