> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure Sensor Policy

Configures sensor policies in the specified endpoints.

**Note**: If an endpoint is offline when the command is issued, the API applies the endpoint policies once the endpoint is back online.

Required API key role permissions:

* `Endpoint Inventory - view`
* `Endpoint Inventory - Configure Sensor Policy - Configure Endpoint sensor detection and response`
* `Endpoint Inventory - Configure Sensor Policy - Configure Advanced risk telemetry`

<Note>
  External Documentation

  To learn more, visit the [Trend Vision One documentation](https://automation.trendmicro.com/xdr/api-v3/#tag/Endpoint-Security/paths/~1v3.0~1endpointSecurity~1endpoints~1applySensorPolicy/post).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter                     | Description                                                                                           |
  | ----------------------------- | ----------------------------------------------------------------------------------------------------- |
  | Advanced Risk Telemetry       | The configuration for advanced risk telemetry on the endpoint.                                        |
  | Agent GUIDs                   | A comma-separated or JSON list of agent GUIDs.<br /><br />**Note**: The list is limited to 200 GUIDs. |
  | Sensor Detection And Response | The configuration for sensor detection and response on the endpoint.                                  |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"status": 202,
		"headers": [
			{
				"name": "Operation-Location",
				"value": "https://api.xdr.trendmicro.com/v3.0/endpointSecurity/endpoints/a45089ea-5d34-4597-9e87-ef1bf4725cb6"
			}
		]
	}
]
```

## Workflow Library Example

[Configure Sensor Policy with Trend Vision One and Send Results Via Email](https://library.blinkops.com/workflows/configure-sensor-policy-with-trend-vision-one-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/configure-sensor-policy-with-trend-vision-one-and-send-results-via-email/canvas" />
</div>
