Endpoint Security Management API Version History
This page lists updates to the Endpoint Security Management API.
Latest Version
Version 1.5.2: 27 July 2023
- New endpoint to retrieve the published patches not installed on the computers on the network:
/api/v1/accounts/{accountId}/patchavailability
- New endpoint to retrieve the software installed on the computers on the network:
/api/v1/accounts/{accountId}/softwareinventory
- New endpoint to retrieve the characteristics of a device BIOS:
/api/v1/accounts/{accountId}/devices/{deviceId}/hardwareinventory
- New endpoint to retrieve a list of all tasks created:
/api/v1/accounts/{accountId}/tasks
- New endpoint to retrieve task repetitions for a specific task:
/api/v1/accounts/{accountId}/tasks/{type}/{taskId}/jobs
- New endpoint to retrieve the status of task repetitions for a specific task:
/api/v1/accounts/{accountId}/tasks/{type}/{taskId}/jobs/{jobId}/status
- New endpoint to retrieve the results of a specific task repetition:
/api/v1/accounts/{accountId}/tasks/{type}/{taskId}/jobs/{jobId}/results
- New endpoint to retrieve the details of a specific task:
/api/v1/accounts/{accountId}/taskdetails/{type}/{taskId}
For more information, see Retrieve Missing Patches.
For more information, see Retrieve Installed Software.
For more information, see Retrieve BIOS Information.
For more information, see Retrieve Tasks.
For more information, see Retrieve Task Repetitions.
For more information, see Retrieve Task Status.
For more information, see Retrieve Task Results.
For more information, see Retrieve Task Details.
Previous Versions
- New endpoint to retrieve a summary of the company risk status:
/api/{v1}/accounts/{accountId}/riskassessment/companyrisksummary
- New endpoint to retrieve a count of detected devices for each type of risk:
/api/{v1}/accounts/{accountId}/riskassessment/detectedrisks
- New endpoint to retrieve a count of risks detected on each device by risk level:
/api/{v1}/accounts/{accountId}/riskassessment/devicesrisk
- New endpoint to retrieve an overview of the number and types of risks detected over time:
/api/{v1}/accounts/{accountId}/riskassessment/statisticsbydate/{period}
- New endpoint to retrieve the risk configuration:
/api/{v1}/accounts/{accountId}/riskassessment/configuration/
- New endpoint to modify the risk configuration:
/api/{v1}/accounts/{accountId}/riskassessment/updateconfiguration/
- Deleted endpoint to retrieve a count of available security patches by type:
/api/{v1}/accounts/{accountId}/patchmanagementstatistics
- Deleted endpoint to retrieve a count of files and devices that Data Control identified:
/api/{v1}/accounts/{accountId}/datacontrolstatistics
- Deleted endpoint to retrieve a count of devices associated with each encryption status type:
/api/{v1}/accounts/{accountId}/encryptionstatistics
.
For more information, see Retrieve Company Risk Information.
For more information, see Retrieve Detected Risks.
For more information, see Retrieve Risks Detected for Devices.
For more information, see Retrieve a Risk Detection Overview.
For more information, see Retrieve Risk Configuration.
For more information, see Update Risk Configuration.
- New endpoint to retrieve Full Encryption module status:
/api/{v1}/accounts/{accountId}/encryptionstatistics
For more information, see Endpoint Security Management API.
- New endpoint to retrieve Patch Management module status:
/api/{v1}/accounts/{accountId}/patchmanagementstatistics
- New endpoint to retrieve Data Control module status:
/api/{v1}/accounts/{accountId}/datacontrolstatistics
For more information, see Endpoint Security Management API.
For more information, see Endpoint Security Management API.
- New endpoint to retrieve a list of security events of the specified type for the specified device for a specific time period :
/api/{v1}/accounts/{accountId}/securityevents/{type}/export/{period}
For more information, see Retrieve Security Events for Devices.
- New endpoint to initiate an action on a specified device:
/api/{v1}/accounts/{accountId}/devices/action
- The
/api/{v1}/accounts/{accountId}/managedconfigurations/{type}
endpoint can now retrieve configurations for Android devices.
For more information, see Send Device Action.
For more information, see Retrieve a List of Managed Configurations.
- Initial release.