Installer Management
Installer Management APIs enable you to create installers, retrieve information about them and delete created installers.
When generating an installer via the POST /v1/installers method, note the following points:
•You can generate a Linux, Windows and macOS installers via API.
•You can specify the exact components for the installer in the API request. If you leave the "requestedComponentIds" field empty, the generated installer includes all the applications for which you have valid subscriptions. You can see the applications and subscriptions included in the response.
•The ESET PROTECT Agent component is required and is always included in components by default.
•The Full Disk Encryption component cannot be included now.
•When the installer is generated, the response returns the link to download the installer. The default expiration time of the download link and the installer is six months after creation. For example, if you download the installer two months after its creation, it will be valid for the remaining four months. You cannot modify the expiration date.
•Installers created via API are not visible in the ESET PROTECT Web Console.
See the example of the POST /v1/installers request body:
{ "installer": { "displayName": "InstallerName", "enableCloudScannerFeedback": true, "enablePuaDetection": true, "operatingSystemFamilyId": 1, "preferredLanguageCode": "en-US", "sendAnonymousDiagnosticData": true } } |
Browse the methods below or in Table of Contents.
Method |
Path |
Summary |
|---|---|---|
Generate gpo sccm file |
||
List installers |
||
Create installer |
||
Get installer |
||
Delete installer |