External DocumentationTo learn more, visit the Rapid7 InsightVM Cloud documentation.
Actions
Get Sites
Returns the details for sites.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Page | The index of the page (zero-based) to retrieve. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Size | The number of records per page to retrieve. |
| Sort | The criteria to sort the records by, in the format: [,ASC|DESC]. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters. |
{
"description": "The details for all sites.",
"summary": "Example",
"value": {
"data": [
{
"name": "docker hosts",
"type": "SITE"
},
{
"name": "lab",
"type": "SITE"
},
{
"name": "windows targets",
"type": "SITE"
}
],
"links": [
{
"href": "https://us.api.insight.rapid7.com:443/vm/v4/integration/sites?page=0\u0026size=3",
"rel": "self"
}
],
"metadata": {
"cursor": "-760687744:::_S:::windows targets",
"number": 0,
"size": 3,
"totalPages": 1,
"totalResources": 3
}
}
}
Was this page helpful?