How Epiphany Interacts With the Armis API
Required API Calls
Call 1: GET Devices
GET https://{org_name}.armis.com/api/v1/search/?aql=in:devicesCall 2: GET Hosts
GET https://{org_name}.armis.com/api/v1/search/?aql=in:hostCall 3: GET Vulnerabilities
GET https://{org_name}.armis.com/api/v1/vulnerability-match/?device_ids={device_id}Call 4: GET Connections
GET https://{org_name}.armis.com/api/v1/search/?aql=in:connectionsLast updated