{ "opencollection": "1.0.0", "info": { "name": "SAM: Computers Applications Computer processors API", "version": "1.0.0" }, "items": [ { "info": { "name": "Computer processors", "type": "folder" }, "items": [ { "info": { "name": "Get Computer's Processors", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/estate/v1/computers/:id/hardware/cpu", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the computer." }, { "name": "page_number", "value": "", "type": "query", "description": "The page number." }, { "name": "page_size", "value": "", "type": "query", "description": "The maximum number of items in the response." }, { "name": "filter", "value": "", "type": "query", "description": "The fields which you can use to filter the results. Format of the query string parameter:\n```\n?filter= \n```\nFilter name | Description | Data type | Example\n:--- | --- | --- | ---\n\nFor more information on the available operators and which data types those operators work on, see [Filter API call results](https://docs.snowsoftware.io/snow-atlas-api/resources/get-started-with-apis/api-conventions#filter-api-call-results).\n" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a collection of processors for the given computer." }, { "info": { "name": "Get Processor Socket Details", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/estate/v1/computers/:id/hardware/cpu/socketmap", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the computer." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the details of the processor sockets for the given computer." } ] } ], "bundled": true }