Skip to main content
Get a host’s details by its ID.
External DocumentationTo learn more, visit the Vectra Detect documentation.

Parameters

ParameterDescription
FieldsA comma-separated list of fields to include in the response. When omitted all fields are returned.
Host IDThe ID of the host to retrieve.

Example Output

{
	"id": 1,
	"name": "string",
	"active_traffic": true,
	"threat": 80,
	"t_score": 80,
	"certainty": 80,
	"c_score": 80,
	"severity": "medium",
	"last_source": "192.168.1.55",
	"ip": "192.168.1.55",
	"previous_ips": [
		"string"
	],
	"last_detection_timestamp": "2022-01-01T00:00:00Z",
	"is_key_asset": true,
	"state": "active",
	"is_targeting_key_asset": true,
	"detection_set": [
		"https://dummy.link"
	],
	"host_artifact_set": [
		"string"
	],
	"sensor": "string",
	"sensor_name": "string",
	"tags": [
		"string"
	],
	"note": "string",
	"note_modified_by": "string",
	"note_modified_timestamp": "2022-01-01T00:00:00Z",
	"notes": [
		{
			"id": 1,
			"date_created": "2022-01-01T00:00:00Z",
			"date_modified": "2022-01-01T00:00:00Z",
			"created_by": "string",
			"modified_by": "string",
			"note": "string"
		}
	],
	"url": "https://dummy.link",
	"host_url": "https://dummy.link",
	"last_modified": "2022-01-01T00:00:00Z",
	"assigned_to": "string",
	"assigned_date": "2022-01-01T00:00:00Z",
	"groups": [
		"string"
	],
	"has_custom_model": true,
	"privilege_level": 8,
	"privilege_category": "Medium",
	"probable_owner": "string",
	"detection_profile": "string",
	"assignment": {
		"id": 1,
		"assigned_by": {
			"id": 123,
			"username": "SAML:[email protected]"
		},
		"date_assigned": "2022-01-01T00:00:00Z",
		"date_resolved": "2022-01-01T00:00:00Z",
		"events": [
			{
				"assignment_id": 1,
				"actor": 1,
				"event_type": "created",
				"datetime": "2022-01-01T00:00:00Z",
				"context": {
					"from": 1,
					"to": 1,
					"entity_c_score": 80,
					"entity_t_score": 80,
					"triage_as": "string",
					"triaged_detection_ids": [
						1
					],
					"fixed_detection_ids": [
						1
					],
					"created_rule_ids": [
						1
					]
				}
			}
		],
		"outcome": {
			"id": 1,
			"builtin": true,
			"user_selectable": true,
			"title": "string",
			"category": "benign_true_positive"
		},
		"resolved_by": {
			"id": 123,
			"username": "SAML:[email protected]"
		},
		"triaged_detections": [
			1
		],
		"host_id": 1,
		"account_id": 1,
		"assigned_to": {
			"id": 123,
			"username": "SAML:[email protected]"
		}
	},
	"past_assignments": [
		{
			"id": 1,
			"assigned_by": {
				"id": 123,
				"username": "SAML:[email protected]"
			},
			"date_assigned": "2022-01-01T00:00:00Z",
			"date_resolved": "2022-01-01T00:00:00Z",
			"events": [
				{
					"assignment_id": 1,
					"actor": 1,
					"event_type": "created",
					"datetime": "2022-01-01T00:00:00Z",
					"context": {
						"from": 1,
						"to": 1,
						"entity_c_score": 80,
						"entity_t_score": 80,
						"triage_as": "string",
						"triaged_detection_ids": [
							1
						],
						"fixed_detection_ids": [
							1
						],
						"created_rule_ids": [
							1
						]
					}
				}
			],
			"outcome": {
				"id": 1,
				"builtin": true,
				"user_selectable": true,
				"title": "string",
				"category": "benign_true_positive"
			},
			"resolved_by": {
				"id": 123,
				"username": "SAML:[email protected]"
			},
			"triaged_detections": [
				1
			],
			"host_id": 1,
			"account_id": 1,
			"assigned_to": {
				"id": 123,
				"username": "SAML:[email protected]"
			}
		}
	],
	"host_session_luids": [
		"string"
	],
	"host_luid": "string"
}

Workflow Library Example

Get Host with Vectra Detect and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop