{"type":"api","title":"Retrieve manufacturers","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/4ecd3a14-d0be-3ef0-ba5d-c3cd958217a7","info":{"title":"Crosswork Device Lifecycle Management (DLM) Inventory API","description":"Crosswork DLM Inventory APIs allow the user to perform CRUD operations on Crosswork Tags, Credentials, Providers and Nodes.","version":"1.0.0","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"https://www.cisco.com/public/sw-license-agreement.html"}},"security":[{"bearerAuth":[]}],"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/DLM/nodedbapi-overview.md"}},"swagger":"2.0","basePath":"/crosswork/inventory/v1","schemes":["http","https"],"securityDefinitions":{"bearerAuth":{"type":"apiKey","description":"bearer auth","name":"Authorization","in":"header"}}},"spec":{"summary":"Retrieve manufacturers","description":"Get all the Manufacturers in the system.\nInput: RobotVendorSysOidGetReq which is query and returns RobotVendorSysOidGetResp as response","operationId":"NodeDb_GetVendors","responses":{"200":{"description":"A successful response.","schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"string"}},"errors":{"type":"array","items":{"type":"string"}}},"example":[{"data":["ciscoSystems","Juniper Networks","Nokia"],"errors":["string"]},{"data":["Cisco IOS XRv 9000 Router","Cisco NCS-57C3-MODS-SYS Router","Cisco ASR 9000 Series Aggregation Services Routers"],"errors":["string"]}],"$$ref":"#/definitions/robotapiRobotVendorSysOidGetResp"}},"default":{"description":"An unexpected error response.","schema":{"type":"object","properties":{"error":{"type":"string"},"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"details":{"type":"array","items":{"type":"object","properties":{"type_url":{"type":"string"},"value":{"type":"string","format":"byte"}},"$$ref":"#/definitions/protobufAny"}}},"example":{"error":"string","code":0,"message":"string","details":[{"type_url":"string","value":"string"}]},"$$ref":"#/definitions/runtimeError"}}},"parameters":[{"name":"body","in":"body","description":"Request to get all the Manufacturers","required":true,"schema":{"type":"object","properties":{"Criteria":{"type":"string"}},"$$ref":"#/definitions/robotapiRobotVendorSysOidGetReq"}}],"tags":["NodeDb"],"__originalOperationId":"NodeDb_GetVendors","consumes":["application/json"],"produces":["application/json"],"security":[{"bearerAuth":[]}],"method":"post","path":"/sysoids/vendors/query"}}