# How Epiphany Interacts With the Qualys API

## **Required API Calls**

#### **Call 1: GET Knowledge Base**

```
GET https://<api_server>/api/2.0/fo/knowledge_base/vuln/
```

#### Call 2: GET Host XML

```
GET https://<api_server>/api/2.0/fo/asset/host/
```

#### Call 3: GET Host VM XML

```
GET https://<api_server>/api/2.0/fo/asset/host/vm/detection/
```
