External DocumentationTo learn more, visit the Rapid7 InsightVM Cloud documentation.
Actions
Get Scan Engine
Retrieves the scan engine with the specified identifier.

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 |
|---|---|
| ID | The identifier of the scan engine to retrieve. |
{
"description": "Retrieving scan engine with identifier `\"6c384978-3545-455b-a69a-afa6e8cbd2dd\"`.",
"summary": "Example",
"value": {
"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"
}
}
Was this page helpful?