entities
Get an entity by ID
get/v1/entities/{id}
Path parameters
idstring required
The entity's ID
Response
The request has succeeded.
Example response
{
"id": "e-1234567890",
"type": "SyslogHost",
"name": "syslog-host-1",
"displayName": "SyslogTest",
"createdTime": "2024-11-25T16:38:24Z",
"updatedTime": "2024-12-01T16:38:24Z",
"lastSeenTime": "2024-11-25T16:38:24Z",
"tags": {
"gg.tk.token": "test",
"kfi.tk.token": "qa-test"
},
"attributes": {
"protocols": [
"HTTP"
],
"features": [
"rum"
],
"isAvailabilityCheckPaused": false,
"extensions": {
"has_extension": true
}
}
}