Gets all entities for an incident.
External DocumentationTo learn more, visit the Microsoft Sentinel documentation.

Parameters

ParameterDescription
Incident IDThe ID of the incident, can be obtained by using the List Incidents action.
Resource Group NameThe name of the resource group. The name is case insensitive.
Subscription IDThe ID of the target subscription.
Workspace NameThe name of the workspace.

Example Output

{
	"entities": [
		{
			"id": "<string>",
			"name": "<string>",
			"type": "<string>",
			"kind": "<string>",
			"properties": {
				"hashValue": "<string>",
				"algorithm": "<string>",
				"friendlyName": "<string>"
			}
		}
	],
	"metaData": [
		{
			"entityKind": "<string>",
			"count": 764
		}
	]
}

Workflow Library Example

List Entities for Incident with Microsoft Sentinel and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop