Retrieves a page of scan engines.

External Documentation

To learn more, visit the Rapid7 InsightVM Cloud documentation.

Parameters

ParameterDescription
PageThe index of the page (zero-based) to retrieve.
Return All PagesAutomatically fetch all resources, page by page.
SizeThe number of records per page to retrieve.

Example Output

{
	"description": "A page of scan engines.",
	"summary": "Example",
	"value": {
		"data": [
			{
				"host_name": "127.0.0.1",
				"id": "6c384978-3545-455b-a69a-afa6e8cbd2dd",
				"last_seen": "2021-03-02T22:29:05.006Z",
				"name": "Scan Engine Example Name",
				"profile": {
					"configuration": {
						"last_retrieved": "2023-08-13T13:23:17.433Z",
						"properties": [
							"property1:value1",
							"property2:value2"
						]
					}
				},
				"registered": "2020-09-11T18:36:49.973Z",
				"status": "HEALTHY"
			}
		],
		"links": [
			{
				"href": "https://{region}.api.insight.rapid7.com:443/vm/v4/integration/scan/engine?page=0\u0026size=10",
				"rel": "self"
			}
		],
		"metadata": {
			"number": 0,
			"size": 10,
			"totalPages": 1,
			"totalResources": 1
		}
	}
}

Workflow Library Example

Get Scan Engines with Rapid7 Insightvm Cloud and Send Results Via Email

Preview this Workflow on desktop