> For the complete documentation index, see [llms.txt](https://docs.reveald.com/technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reveald.com/technical-documentation/data-sources/rapid7-nexpose/how-epiphany-interacts-with-the-rapid7-nexpose-data-source.md).

# How Epiphany Interacts With the Rapid7 Nexpose Data Source

## Required API Calls

#### Get Sites

```
/api/3/sites
```

#### Get Site Assets

```
/api/3/sites/{id}/assets
```

#### Get Software

```
/api/3/software
```

#### Get Files

```
/api/3/assets/{id}/files
```

#### Get Users

```
/api/3/assets/{id}/users
```

#### Get User Groups

```
/api/3/assets/{id}/user_groups
```

#### Get Databases

```
/api/3/assets/{id}/databases
```

#### Get Tags

```
/api/3/assets/{id}/tags
```

#### Get Asset Vulnerabilities

```
/api/3/vulnerabilities
```
