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?