Walkthrough of Endpoints and Groups

Let's dive into the REST API and see how you can use it to manage endpoints and groups in your environment.

To start this walk-through, you must have:

  • Ivanti Endpoint Security (formerly HEAT EMSS) installed and at least one endpoint reporting to it.
  • REST API host application installed and configured correctly.
  • A web browser open.
  • Swagger Interactive docs open.
  • Postman App open.

The root URL for API calls is http://<localhost>:<port>/api/v2/ .
Your root URL will depend on the port you chose during installation and whether you are accessing the API remotely. In this walkthrough we'll use localhost and (default) port 43470.

When accessing the REST API remotely, ensure you have access to the port chosen during installation (default 43470). This may require allowing this port through the firewall of the machine the REST API is installed on and any other network firewalls or proxies.