Computers
Get application metering
Returns a collection of metric tracking data for computer applications.
Authorizations:
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "a2c8ef89-cb18-49ea-b3c0-122d40fc0ba7",
- "metricId": "ca90b444-dcd0-43ce-9190-0e51af24613c",
- "applicationId": "6f1cbfb3-ecc2-4e1b-8376-537ace3503c2",
- "initialRequirement": 5,
- "includedInBundle": 5,
- "outsideMetricPeriod": 5,
- "secondaryUseRightsDesktopLaptop": 5,
- "secondaryUseRightsDevice": 5,
- "extendedCoverageForDcc": 5,
- "extendedCoverageForHost": 5,
- "multipleVersionEdition": 5,
- "virtualDesktopInfrastructure": 5,
- "minimumRequirement": 5,
- "coreFactor": 5,
- "physicalHost": 5,
- "requirement": 5,
- "computerAppExclusions": 5,
- "windowsServer": 5,
- "virtualMachine": 5,
- "unknownPhysicalHost": 5,
- "manuallyExcluded": 5,
- "requirementMoved": 5,
- "windowsServerFlag": 5,
- "sqlServer": 5
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get application metering by computer
Returns a collection of metric tracking data for applications on the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "a2c8ef89-cb18-49ea-b3c0-122d40fc0ba7",
- "metricId": "ca90b444-dcd0-43ce-9190-0e51af24613c",
- "applicationId": "6f1cbfb3-ecc2-4e1b-8376-537ace3503c2",
- "initialRequirement": 5,
- "includedInBundle": 5,
- "outsideMetricPeriod": 5,
- "secondaryUseRightsDesktopLaptop": 5,
- "secondaryUseRightsDevice": 5,
- "extendedCoverageForDcc": 5,
- "extendedCoverageForHost": 5,
- "multipleVersionEdition": 5,
- "virtualDesktopInfrastructure": 5,
- "minimumRequirement": 5,
- "coreFactor": 5,
- "physicalHost": 5,
- "requirement": 5,
- "computerAppExclusions": 5,
- "windowsServer": 5,
- "virtualMachine": 5,
- "unknownPhysicalHost": 5,
- "manuallyExcluded": 5,
- "requirementMoved": 5,
- "windowsServerFlag": 5,
- "sqlServer": 5
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get computer's applications
Returns a collection of applications for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "29ce62ac-d575-4ff1-90e8-b84eaed0f5d8",
- "applicationId": "29ce62ac-d575-4ff1-90e8-b84eaed0f5d8",
- "bundleApplicationId": "29ce62ac-d575-4ff1-90e8-b84eaed0f5d8",
- "firstDiscovered": "2024-03-24T12:52:20Z",
- "lastUsed": "2024-03-24T12:52:20Z",
- "usedCount": 10,
- "averageUsedTime": "2024-03-24T12:52:20Z",
- "isVirtual": true,
- "isInstalled": true,
- "bundleUsagePercentage": 20,
- "unbundled": true
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get computer application's details
Returns the details of the given computer application.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
applicationid required | string The unique ID of the application. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "c1d617ff-2104-411c-9c20-682017a9fefd",
- "applicationId": "c1d617ff-2104-411c-9c20-682017a9fefd",
- "bundleApplicationId": "c1d617ff-2104-411c-9c20-682017a9fefd",
- "firstDiscovered": "2024-03-24T12:52:20Z",
- "firstUsed": "2024-03-24T12:52:20Z",
- "lastUsed": "2024-03-24T12:52:20Z",
- "usedCount": 10,
- "usedUser": 10,
- "usedMinutes": 10,
- "usedDays": 10,
- "isInstalled": true,
- "isOEM": true,
- "isMSDN": true,
- "isVirtual": true,
- "isOverridden": true,
- "packageGUID": "640b16bb-447f-430f-87ee-49bfe940e308",
- "isRecognized": true,
- "isRegistry": true,
- "averageUsedTime": "2024-03-24T12:52:20Z",
- "unbundled": true
}
Get computer applications
Returns a collection of applications.
Authorizations:
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "29ce62ac-d575-4ff1-90e8-b84eaed0f5d8",
- "applicationId": "29ce62ac-d575-4ff1-90e8-b84eaed0f5d8",
- "bundleApplicationId": "29ce62ac-d575-4ff1-90e8-b84eaed0f5d8",
- "firstDiscovered": "2024-03-24T12:52:20Z",
- "lastUsed": "2024-03-24T12:52:20Z",
- "usedCount": 10,
- "averageUsedTime": "2024-03-24T12:52:20Z",
- "isVirtual": true,
- "isInstalled": true,
- "bundleUsagePercentage": 20,
- "unbundled": true
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get application usage data
Returns a collection of application usage data.
Authorizations:
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "743ba97e-3425-4f46-99b0-9a9c791ceb3a",
- "userId": "743ba97e-3425-4f46-99b0-9a9c791ceb3a",
- "bundleApplicationId": "743ba97e-3425-4f46-99b0-9a9c791ceb3a",
- "applicationId": "743ba97e-3425-4f46-99b0-9a9c791ceb3a",
- "firstUsed": "2024-03-24T12:52:20Z",
- "lastUsedDate": "2024-03-24T12:52:20Z",
- "usedCount": 10,
- "usedMinutes": 10,
- "usedDays": 10,
- "isInstalled": true
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get application user usage
Returns a collection of users' application usage data.
Authorizations:
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "userId": "29ce62ac-d575-4ff1-90e8-b84eaed0f5d8",
- "applicationId": "29ce62ac-d575-4ff1-90e8-b84eaed0f5d8",
- "bundleApplicationId": "29ce62ac-d575-4ff1-90e8-b84eaed0f5d8",
- "lastUsedDate": "2024-03-22"
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get application usage summaries
Returns a collection of application usage summaries.
Authorizations:
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "applicationId": "1ce2bdde-b68f-429d-aff5-bad93f544689",
- "computers": 10,
- "users": 10,
- "installations": 10
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get computer's contracts
Returns a collection of contracts for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "95c1d359-8d89-4a51-a8ed-444e0ab01f71",
- "contractId": "95c1d359-8d89-4a51-a8ed-444e0ab01f71"
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get computer's costs
Returns the details of a computer's costs.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "4f2403da-3ab5-48f8-9114-73304cfeb017",
- "vendor": "Dell Inc.",
- "purchaseDate": "2024-03-24T12:52:20Z",
- "purchasePrice": 2521.32,
- "purchaseValueBase": 2500.32,
- "purchaseCurrency": "EUR",
- "invoiceReference": "2024/03/63729P",
- "totalCostOfInstalledApplications": 1452.28,
- "totalCost": 3973.6
}
Get computer's display adapters
Returns a collection of display adapters for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "66a6b2b7-2ff1-403f-add3-60ed14a0233a",
- "name": "NVIDIA T1200 Laptop GPU",
- "currentResolution": "1920 x 1200",
- "maxResolution": "2560x1440",
- "isUpdated": true
}
Get computer's drives
Returns a collection of hard drives for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "6b8f2c7a-101e-4187-b07e-ebb4b815ef28",
- "name": "Virtual HD ATA Device",
- "diskSizeMB": 102398,
- "isUpdated": true
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get computer optical drives
Returns a collection of optical drives for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "6b8f2c7a-101e-4187-b07e-ebb4b815ef28",
- "name": "Virtual HD ATA Device",
- "diskSizeMB": 102398,
- "isUpdated": true
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get computer's environment variables
Returns a collection of environment variable for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "ae739332-5f44-4c70-aec5-251c841366f1",
- "environmentVariableName": "CommonProgramW6432",
- "environmentVariableValue": "C:\\Program Files\\Common Files"
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get computer environment variables
Returns a collection of computer environment variables.
Authorizations:
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "ae739332-5f44-4c70-aec5-251c841366f1",
- "environmentVariableName": "CommonProgramW6432",
- "environmentVariableValue": "C:\\Program Files\\Common Files"
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get computer's hardware details
Returns the details of the hardware for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "990b4de8-f11f-4904-9e86-d8a435835574",
- "processorCount": 2,
- "coreCount": 8,
- "processorType": "11th Gen Intel Core i7-1185G7 @ 3.00GHz (3.00 GHz)",
- "processorSpeed": 2995,
- "memorySlots": 8,
- "memorySlotsAvailable": 2,
- "physicalMemory": 16384,
- "systemDiskSpace": 957534,
- "systemDiskSpaceAvailable": 552150,
- "totalDiskSpace": 957534,
- "totalDiskSpaceAvailable": 552150,
- "totalDiskSpaceUsed": 405384,
- "socketCount": 2,
- "isSocketCountManualOverrideEnabled": true,
- "chipModulesPerProcessor": 2,
- "processorManufacturer": "Intel",
- "logicalProcessorCount": 12
}
Get computer's logical disks
Returns a collection of logical disks for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "14783145-7ead-4f6a-8f56-b7c3969bfc16",
- "name": "C:",
- "volumeName": "SYSTEM",
- "isSystemDisk": true,
- "diskSizeMB": 61087,
- "freeSpaceMB": 6243,
- "isUpdated": true
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get computer's logon history
Returns a collection of logon history for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "0d779524-e2cf-4636-a701-65ce7c3f5763",
- "userId": "c5a87d81-b035-4b38-88f8-13fabd790764",
- "lastLogon": "2024-03-24T12:52:20Z",
- "logonCount": 10
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get user's logon history on all computers
Returns a collection of computer logon histories for the given user.
Authorizations:
path Parameters
userid required | string The unique ID of the user. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "0d779524-e2cf-4636-a701-65ce7c3f5763",
- "userId": "c5a87d81-b035-4b38-88f8-13fabd790764",
- "lastLogon": "2024-03-24T12:52:20Z",
- "logonCount": 10
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get user's logon history on a computer
Returns the details of a computer's logon history for the given user.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
userid required | string The unique ID of the user. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "0d779524-e2cf-4636-a701-65ce7c3f5763",
- "userId": "c5a87d81-b035-4b38-88f8-13fabd790764",
- "lastLogon": "2024-03-24T12:52:20Z",
- "logonCount": 10
}
Get computer's monitors
Returns a collection of monitors for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "636d9b38-1afd-4b96-8998-01d475cc0f36",
- "name": "Intel UHD Graphics",
- "maxResolution": "2560 x 1600",
- "isUpdated": true
}
Get computer's network adapters
Returns a collection of network adapters for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "62991e94-b8c3-4227-a7cb-a853f2e6e4cc",
- "name": "Intel 82574L Gigabit Network Connection",
- "ipAddress": "10.20.19.130",
- "macAddress": "00-50-56-8D-5D-B8"
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get all network adapters
Returns a collection of network adapters.
Authorizations:
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "62991e94-b8c3-4227-a7cb-a853f2e6e4cc",
- "name": "Intel 82574L Gigabit Network Connection",
- "ipAddress": "10.20.19.130",
- "macAddress": "00-50-56-8D-5D-B8"
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get computer's processors
Returns a collection of processors for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "94cdfe57-81e2-4af6-99f4-44d15b3b6fb6",
- "processorCount": 2,
- "coreCount": 8,
- "processorType": "11th Gen Intel Core i7-1185G7 @ 3.00GHz (3.00 GHz)",
- "processorSpeed": 2995,
- "processorManufacturer": "Intel"
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get processor socket details
Returns the details of the processor sockets for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "cf5be788-06be-4496-91b0-bfaa8c239e96",
- "manufacturer": "Intel",
- "model": "LGA 1151",
- "socketCount": 2
}
Get computer's registries
Returns a collection of registries for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "computerId": "81a160b4-75cc-4732-8d30-d8d5bd623969",
- "registryKeyName": "HKEY_USERS\\Software\\Adobe\\Adobe Acrobat\\DC\\AVEntitlement",
- "registryValueName": "bAppInitialized",
- "registryValueData": "1"
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get computer's remote clients
Returns a collection of remote clients for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "name": "Host name",
- "remoteClientComputerId": "81a160b4-75cc-4732-8d30-d8d5bd623969",
- "isInventoried": true,
- "lastUsed": "2024-03-24T12:52:20Z"
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get computer's virtual machines
Returns a collection of virtual machines for the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the virtual machine. |
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 100 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "29ce62ac-d575-4ff1-90e8-b84eaed0f5d8",
- "machineId": "29ce62ac-d575-4ff1-90e8-b84eaed0f5d8",
- "name": "VM nr. 11",
- "operatingSystem": "Windows 10",
- "ip": "192.168.1.15",
- "manufacturer": "Broadcom",
- "model": "VMware 17.5.2",
- "lastScanDate": "2024-03-24T12:52:20Z",
- "powerState": "Shut down",
- "processorCount": 2,
- "coreCount": 8,
- "isInventoried": true
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Get computer details
Returns the details of the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
Responses
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "5043cc04-3ef2-4882-a3be-8d08b4f402c7",
- "scanIdentifier": "MAC-C02GD9DUML7H",
- "hostName": "AM21-S42MONITOR",
- "domain": "APAC",
- "lastScanDate": "2024-03-24T12:52:20Z",
- "biosSerialNumber": "43-01-10-TX",
- "biosVersion": "1.26.0",
- "biosDate": "2024-03-24T12:52:20Z",
- "manufacturer": "Lenovo",
- "model": "T480s",
- "isPortable": true,
- "infoTransferDate": "2024-03-24T12:52:20Z",
- "clientInstallDate": "2024-03-24T12:52:20Z",
- "clientVersion": "6.14.3",
- "clientSiteName": "snow",
- "clientConfigurationName": "SnowAtlas",
- "scannerVersion": "7.0.0",
- "quarantineDate": "2024-03-24T12:52:20Z",
- "isQuarantineManagementDisabled": true,
- "operatingSystem": "Microsoft Windows 11 Pro",
- "operatingSystemId": "c27c14a7-dcec-4f8e-b08e-cdb7263b5378",
- "operatingSystemServicePack": "SP1",
- "operatingSystemSerialNumber": "V6E3X-S6J5H-L5F5P-M4M2Y",
- "ipAddress": "10.20.20.77",
- "isVirtual": true,
- "hostComputerId": "037e6448-6ad3-4279-800d-010677485bbb",
- "siblingComputerId": "687e2c50-6900-463a-b470-8c12e3677be8",
- "isUpdated": true,
- "is64bit": true,
- "isServer": true,
- "hypervisorName": "VMware Virtual Platform",
- "isVdi": true,
- "processorValueUnit": 32,
- "reportingDate": "2024-03-24T12:52:20Z",
- "architecture": "64-bit",
- "organizationId": "293cf227-bf7f-4919-b664-791f3f49e1ef",
- "status": "Active",
- "isAutoEditingDisabled": true,
- "purchaseDate": "2024-03-24T12:52:20Z",
- "purchaseValue": 2461.32,
- "purchaseCurrency": "EUR",
- "purchaseValueBase": 2500.32,
- "invoiceReference": "2024/03/63729P",
- "notes": "Purchased in a set with printer",
- "securityCode": "A563Z",
- "updatedDate": "2024-03-24T12:52:20Z",
- "isIncludedInWindowsServerRequirement": true,
- "mostRecentUser": "77f8f11f-e4f8-4bed-8e44-b78d66244302",
- "mostFrequentUser": "f2c35e21-aba4-4e0d-8c14-f3033e7b1fb7",
- "vendor": "Dell Inc.",
- "processorCount": 2,
- "coreCount": 8
}
Replace computer
Replaces the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
Request Body schema: application/json
hostName required | string non-empty The host name of the computer. |
hostComputerId | string or null <guid> The unique ID of the host computer. |
mostFrequentUser | string or null <guid> The unique ID of the most frequent user of the computer. |
mostRecentUser | string or null <guid> The unique ID of the most recent user of the computer. |
manufacturer | string or null The manufacturer of the computer. |
isPortable | boolean or null
|
isVirtual | boolean or null
|
isServer | boolean or null
|
model | string or null The model of the computer. |
operatingSystem | string or null The operating system of the computer. |
vendor | string or null The vendor of the computer. |
domain | string or null The domain of the computer. |
ipAddress | string or null The IP address of the computer. |
isVDI | boolean or null
|
lastScanDate required | string <date-time> non-empty The last date that the computer was scanned. |
status required | string non-empty The status of the computer. |
organizationId | string or null <guid> The unique ID of the organization to which the computer belongs. |
processorCount | integer or null <int32> The number of processors in the computer. |
coreCount | integer or null <int32> The number of cores in the computer. |
Responses
Request samples
- Payload
{- "hostName": "AM21-S42MONITOR",
- "hostComputerId": "035613f6-26a5-4929-94f0-ed10a991438a",
- "mostFrequentUser": "f2c35e21-aba4-4e0d-8c14-f3033e7b1fb7",
- "mostRecentUser": "77f8f11f-e4f8-4bed-8e44-b78d66244302",
- "manufacturer": "Lenovo",
- "isPortable": true,
- "isVirtual": true,
- "isServer": true,
- "model": "T480s",
- "operatingSystem": "Microsoft Windows 11 Pro",
- "vendor": "Dell Inc.",
- "domain": "APAC",
- "ipAddress": "10.20.20.77",
- "isVDI": true,
- "lastScanDate": "2024-03-24T12:52:20Z",
- "status": "Active",
- "organizationId": "293cf227-bf7f-4919-b664-791f3f49e1ef",
- "processorCount": 2,
- "coreCount": 8
}
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "5043cc04-3ef2-4882-a3be-8d08b4f402c7",
- "scanIdentifier": "MAC-C02GD9DUML7H",
- "hostName": "AM21-S42MONITOR",
- "domain": "APAC",
- "lastScanDate": "2024-03-24T12:52:20Z",
- "biosSerialNumber": "43-01-10-TX",
- "biosVersion": "1.26.0",
- "biosDate": "2024-03-24T12:52:20Z",
- "manufacturer": "Lenovo",
- "model": "T480s",
- "isPortable": true,
- "infoTransferDate": "2024-03-24T12:52:20Z",
- "clientInstallDate": "2024-03-24T12:52:20Z",
- "clientVersion": "6.14.3",
- "clientSiteName": "snow",
- "clientConfigurationName": "SnowAtlas",
- "scannerVersion": "7.0.0",
- "quarantineDate": "2024-03-24T12:52:20Z",
- "isQuarantineManagementDisabled": true,
- "operatingSystem": "Microsoft Windows 11 Pro",
- "operatingSystemId": "c27c14a7-dcec-4f8e-b08e-cdb7263b5378",
- "operatingSystemServicePack": "SP1",
- "operatingSystemSerialNumber": "V6E3X-S6J5H-L5F5P-M4M2Y",
- "ipAddress": "10.20.20.77",
- "isVirtual": true,
- "hostComputerId": "037e6448-6ad3-4279-800d-010677485bbb",
- "siblingComputerId": "687e2c50-6900-463a-b470-8c12e3677be8",
- "isUpdated": true,
- "is64bit": true,
- "isServer": true,
- "hypervisorName": "VMware Virtual Platform",
- "isVdi": true,
- "processorValueUnit": 32,
- "reportingDate": "2024-03-24T12:52:20Z",
- "architecture": "64-bit",
- "organizationId": "293cf227-bf7f-4919-b664-791f3f49e1ef",
- "status": "Active",
- "isAutoEditingDisabled": true,
- "purchaseDate": "2024-03-24T12:52:20Z",
- "purchaseValue": 2461.32,
- "purchaseCurrency": "EUR",
- "purchaseValueBase": 2500.32,
- "invoiceReference": "2024/03/63729P",
- "notes": "Purchased in a set with printer",
- "securityCode": "A563Z",
- "updatedDate": "2024-03-24T12:52:20Z",
- "isIncludedInWindowsServerRequirement": true,
- "mostRecentUser": "77f8f11f-e4f8-4bed-8e44-b78d66244302",
- "mostFrequentUser": "f2c35e21-aba4-4e0d-8c14-f3033e7b1fb7",
- "vendor": "Dell Inc.",
- "processorCount": 2,
- "coreCount": 8
}
Get computers
Returns a collection of computers.
Authorizations:
query Parameters
page_number | integer >= 1 Default: 1 The page number. | ||||
page_size | integer >= 1 Default: 25 The maximum number of items in the response. | ||||
filter | string The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 400
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "items": [
- {
- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "5043cc04-3ef2-4882-a3be-8d08b4f402c7",
- "hostName": "AM21-S42MONITOR",
- "hostComputerId": "035613f6-26a5-4929-94f0-ed10a991438a",
- "mostFrequentUser": "f2c35e21-aba4-4e0d-8c14-f3033e7b1fb7",
- "mostRecentUser": "77f8f11f-e4f8-4bed-8e44-b78d66244302",
- "manufacturer": "Lenovo",
- "isPortable": true,
- "isVirtual": true,
- "isServer": true,
- "model": "T480s",
- "operatingSystem": "Microsoft Windows 11 Pro",
- "vendor": "Dell Inc.",
- "domain": "APAC",
- "ipAddress": "10.20.20.77",
- "isVDI": true,
- "lastScanDate": "2024-03-24T12:52:20Z",
- "status": "Active",
- "organizationId": "293cf227-bf7f-4919-b664-791f3f49e1ef",
- "processorCount": 2,
- "coreCount": 8
}
], - "pagination": {
- "page_size": 25,
- "page_number": 1,
- "total_pages": 10,
- "total_items": 240
}
}
Bulk delete computers
Removes a collection of computers.
Authorizations:
Request Body schema: application/json
filter | string For more information on the available operators and which data types those operators work on, see Filter API call results. | ||||||||
scope required | string
The scope of the delete operation. | ||||||||
ids | Array of strings The IDs that the operation is performed on. |
Responses
Request samples
- Payload
{- "filter": "name -eq Rover",
- "scope": "All",
- "ids": [
- "string"
]
}
Response samples
- 200
- 400
- 500
{- "successCount": 10,
- "failedCount": 2,
- "failed": {
- "0": "e192ea5e-363c-47e4-82e3-d2587afada8c",
- "1": "07d30e31-3d4b-49e3-8000-4faa0653e7dc"
}, - "failureReason": "These computers failed for reasons x and y."
}
Update computer
Modifies the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
Request Body schema: application/json-patch+json
path required | string A JSON Pointer path. | ||||||||
value required | any The value to add, replace, or test. | ||||||||
op required | string
The operation to perform. |
Responses
Request samples
- Payload
{- "0": {
- "op": "replace",
- "path": "status",
- "value": "Active"
}
}
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "5043cc04-3ef2-4882-a3be-8d08b4f402c7",
- "scanIdentifier": "MAC-C02GD9DUML7H",
- "hostName": "AM21-S42MONITOR",
- "domain": "APAC",
- "lastScanDate": "2024-03-24T12:52:20Z",
- "biosSerialNumber": "43-01-10-TX",
- "biosVersion": "1.26.0",
- "biosDate": "2024-03-24T12:52:20Z",
- "manufacturer": "Lenovo",
- "model": "T480s",
- "isPortable": true,
- "infoTransferDate": "2024-03-24T12:52:20Z",
- "clientInstallDate": "2024-03-24T12:52:20Z",
- "clientVersion": "6.14.3",
- "clientSiteName": "snow",
- "clientConfigurationName": "SnowAtlas",
- "scannerVersion": "7.0.0",
- "quarantineDate": "2024-03-24T12:52:20Z",
- "isQuarantineManagementDisabled": true,
- "operatingSystem": "Microsoft Windows 11 Pro",
- "operatingSystemId": "c27c14a7-dcec-4f8e-b08e-cdb7263b5378",
- "operatingSystemServicePack": "SP1",
- "operatingSystemSerialNumber": "V6E3X-S6J5H-L5F5P-M4M2Y",
- "ipAddress": "10.20.20.77",
- "isVirtual": true,
- "hostComputerId": "037e6448-6ad3-4279-800d-010677485bbb",
- "siblingComputerId": "687e2c50-6900-463a-b470-8c12e3677be8",
- "isUpdated": true,
- "is64bit": true,
- "isServer": true,
- "hypervisorName": "VMware Virtual Platform",
- "isVdi": true,
- "processorValueUnit": 32,
- "reportingDate": "2024-03-24T12:52:20Z",
- "architecture": "64-bit",
- "organizationId": "293cf227-bf7f-4919-b664-791f3f49e1ef",
- "status": "Active",
- "isAutoEditingDisabled": true,
- "purchaseDate": "2024-03-24T12:52:20Z",
- "purchaseValue": 2461.32,
- "purchaseCurrency": "EUR",
- "purchaseValueBase": 2500.32,
- "invoiceReference": "2024/03/63729P",
- "notes": "Purchased in a set with printer",
- "securityCode": "A563Z",
- "updatedDate": "2024-03-24T12:52:20Z",
- "isIncludedInWindowsServerRequirement": true,
- "mostRecentUser": "77f8f11f-e4f8-4bed-8e44-b78d66244302",
- "mostFrequentUser": "f2c35e21-aba4-4e0d-8c14-f3033e7b1fb7",
- "vendor": "Dell Inc.",
- "processorCount": 2,
- "coreCount": 8
}
Update computer
Modifies the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
Request Body schema: application/json-patch+json
path required | string A JSON Pointer path. | ||||||||
value required | any The value to add, replace, or test. | ||||||||
op required | string
The operation to perform. |
Responses
Request samples
- Payload
{- "0": {
- "op": "replace",
- "path": "isAutoEditingDisabled",
- "value": "false"
}
}
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "5043cc04-3ef2-4882-a3be-8d08b4f402c7",
- "scanIdentifier": "MAC-C02GD9DUML7H",
- "hostName": "AM21-S42MONITOR",
- "domain": "APAC",
- "lastScanDate": "2024-03-24T12:52:20Z",
- "biosSerialNumber": "43-01-10-TX",
- "biosVersion": "1.26.0",
- "biosDate": "2024-03-24T12:52:20Z",
- "manufacturer": "Lenovo",
- "model": "T480s",
- "isPortable": true,
- "infoTransferDate": "2024-03-24T12:52:20Z",
- "clientInstallDate": "2024-03-24T12:52:20Z",
- "clientVersion": "6.14.3",
- "clientSiteName": "snow",
- "clientConfigurationName": "SnowAtlas",
- "scannerVersion": "7.0.0",
- "quarantineDate": "2024-03-24T12:52:20Z",
- "isQuarantineManagementDisabled": true,
- "operatingSystem": "Microsoft Windows 11 Pro",
- "operatingSystemId": "c27c14a7-dcec-4f8e-b08e-cdb7263b5378",
- "operatingSystemServicePack": "SP1",
- "operatingSystemSerialNumber": "V6E3X-S6J5H-L5F5P-M4M2Y",
- "ipAddress": "10.20.20.77",
- "isVirtual": true,
- "hostComputerId": "037e6448-6ad3-4279-800d-010677485bbb",
- "siblingComputerId": "687e2c50-6900-463a-b470-8c12e3677be8",
- "isUpdated": true,
- "is64bit": true,
- "isServer": true,
- "hypervisorName": "VMware Virtual Platform",
- "isVdi": true,
- "processorValueUnit": 32,
- "reportingDate": "2024-03-24T12:52:20Z",
- "architecture": "64-bit",
- "organizationId": "293cf227-bf7f-4919-b664-791f3f49e1ef",
- "status": "Active",
- "isAutoEditingDisabled": true,
- "purchaseDate": "2024-03-24T12:52:20Z",
- "purchaseValue": 2461.32,
- "purchaseCurrency": "EUR",
- "purchaseValueBase": 2500.32,
- "invoiceReference": "2024/03/63729P",
- "notes": "Purchased in a set with printer",
- "securityCode": "A563Z",
- "updatedDate": "2024-03-24T12:52:20Z",
- "isIncludedInWindowsServerRequirement": true,
- "mostRecentUser": "77f8f11f-e4f8-4bed-8e44-b78d66244302",
- "mostFrequentUser": "f2c35e21-aba4-4e0d-8c14-f3033e7b1fb7",
- "vendor": "Dell Inc.",
- "processorCount": 2,
- "coreCount": 8
}
Update computer
Modifies the given computer.
Authorizations:
path Parameters
id required | string The unique ID of the computer. |
Request Body schema: application/json-patch+json
path required | string A JSON Pointer path. | ||||||||
value required | any The value to add, replace, or test. | ||||||||
op required | string
The operation to perform. |
Responses
Request samples
- Payload
{- "0": {
- "op": "replace",
- "path": "organizationId",
- "value": "8a51eea9-68ce-4a32-906d-112ef9533f71"
}
}
Response samples
- 200
- 400
- 404
- 500
{- "_links": [
- {
- "href": "api/computers/v1/...",
- "rel": "self",
- "method": "GET"
}
], - "id": "5043cc04-3ef2-4882-a3be-8d08b4f402c7",
- "scanIdentifier": "MAC-C02GD9DUML7H",
- "hostName": "AM21-S42MONITOR",
- "domain": "APAC",
- "lastScanDate": "2024-03-24T12:52:20Z",
- "biosSerialNumber": "43-01-10-TX",
- "biosVersion": "1.26.0",
- "biosDate": "2024-03-24T12:52:20Z",
- "manufacturer": "Lenovo",
- "model": "T480s",
- "isPortable": true,
- "infoTransferDate": "2024-03-24T12:52:20Z",
- "clientInstallDate": "2024-03-24T12:52:20Z",
- "clientVersion": "6.14.3",
- "clientSiteName": "snow",
- "clientConfigurationName": "SnowAtlas",
- "scannerVersion": "7.0.0",
- "quarantineDate": "2024-03-24T12:52:20Z",
- "isQuarantineManagementDisabled": true,
- "operatingSystem": "Microsoft Windows 11 Pro",
- "operatingSystemId": "c27c14a7-dcec-4f8e-b08e-cdb7263b5378",
- "operatingSystemServicePack": "SP1",
- "operatingSystemSerialNumber": "V6E3X-S6J5H-L5F5P-M4M2Y",
- "ipAddress": "10.20.20.77",
- "isVirtual": true,
- "hostComputerId": "037e6448-6ad3-4279-800d-010677485bbb",
- "siblingComputerId": "687e2c50-6900-463a-b470-8c12e3677be8",
- "isUpdated": true,
- "is64bit": true,
- "isServer": true,
- "hypervisorName": "VMware Virtual Platform",
- "isVdi": true,
- "processorValueUnit": 32,
- "reportingDate": "2024-03-24T12:52:20Z",
- "architecture": "64-bit",
- "organizationId": "293cf227-bf7f-4919-b664-791f3f49e1ef",
- "status": "Active",
- "isAutoEditingDisabled": true,
- "purchaseDate": "2024-03-24T12:52:20Z",
- "purchaseValue": 2461.32,
- "purchaseCurrency": "EUR",
- "purchaseValueBase": 2500.32,
- "invoiceReference": "2024/03/63729P",
- "notes": "Purchased in a set with printer",
- "securityCode": "A563Z",
- "updatedDate": "2024-03-24T12:52:20Z",
- "isIncludedInWindowsServerRequirement": true,
- "mostRecentUser": "77f8f11f-e4f8-4bed-8e44-b78d66244302",
- "mostFrequentUser": "f2c35e21-aba4-4e0d-8c14-f3033e7b1fb7",
- "vendor": "Dell Inc.",
- "processorCount": 2,
- "coreCount": 8
}
Bulk update computers
Modifies a collection of computers.
Authorizations:
Request Body schema: application/json
filter | string For more information on the available operators and which data types those operators work on, see Filter API call results. | ||||||||
scope required | string
The scope of the update operation. | ||||||||
ids | Array of strings The IDs that the operation is performed on. | ||||||||
required | object (ComputerUpdate) The update to be applied to all IDs. | ||||||||
|
Responses
Request samples
- Payload
{- "filter": "name -eq Rover",
- "scope": "All",
- "ids": [
- "string"
], - "body": {
- "status": "Active"
}
}
Response samples
- 200
- 400
- 500
{- "successCount": 10,
- "failedCount": 2,
- "failed": {
- "0": "e192ea5e-363c-47e4-82e3-d2587afada8c",
- "1": "07d30e31-3d4b-49e3-8000-4faa0653e7dc"
}, - "failureReason": "These computers failed for reasons x and y."
}