{ "opencollection": "1.0.0", "info": { "name": "SAM: Computers Applications Computer hardware API", "version": "1.0.0" }, "items": [ { "info": { "name": "Computer hardware", "type": "folder" }, "items": [ { "info": { "name": "Get Computer's Hardware Details", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/estate/v1/computers/:id/hardware", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the computer." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the details of the hardware for the given computer." } ] } ], "bundled": true }