Skip to content

Commit d8dd1fc

Browse files
authored
Merge pull request #5269 from ericlaw1979/docs-editor/post-ti-indicator-1760547256
Update post-ti-indicator.md
2 parents 6ac472c + f3e7672 commit d8dd1fc

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

defender-endpoint/api/post-ti-indicator.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ appliesto:
2525

2626
[!INCLUDE [Microsoft Defender XDR rebranding](../../includes/microsoft-defender.md)]
2727

28-
29-
30-
31-
3228
[!include[Microsoft Defender for Endpoint API URIs for US Government](../../includes/microsoft-defender-api-usgov.md)]
3329

3430
[!include[Improve request performance](../../includes/improve-request-performance.md)]
@@ -71,20 +67,20 @@ Content-Type|string|application/json. **Required**.
7167

7268
In the request body, supply a JSON object with the following parameters:
7369

74-
Parameter|Type|Description
75-
:---|:---|:---
76-
indicatorValue|String|Identity of the [Indicator](ti-indicator.md) entity. **Required**
77-
indicatorType|Enum|Type of the indicator. Possible values are: `FileSha1`, `FileMd5`, `CertificateThumbprint`, `FileSha256`, `IpAddress`, `DomainName`, and `Url`. **Required**
78-
action|Enum|The action that is taken if the indicator is discovered in the organization. Possible values are: `Alert`, `Warn`, `Block`, `Audit`, `BlockAndRemediate`, `AlertAndBlock`, and `Allowed`. **Required**. The `GenerateAlert` parameter must be set to `TRUE` when creating an action with `Audit`.
79-
application|String|The application associated with the indicator. This field only works for new indicators. It doesn't update the value on an existing indicator. **Optional**
80-
title|String|Indicator alert title. **Required**
81-
description|String|Description of the indicator. **Required**
82-
expirationTime|DateTimeOffset|The expiration time of the indicator. **Optional**
83-
severity|Enum|The severity of the indicator. Possible values are: `Informational`, `Low`, `Medium`, and `High`. **Optional**
84-
recommendedActions|String|TI indicator alert recommended actions. **Optional**
85-
rbacGroupNames|String|Comma-separated list of RBAC group names the indicator would be applied to. **Optional**
86-
educateUrl|String|Custom notification/support URL. Supported for Block and Warn action types for URL indicators. **Optional**
87-
generateAlert|Enum|**True** if alert generation is required, **False** if this indicator shouldn't generate an alert.
70+
|Parameter|Type|Description|
71+
|:---|:---|:---|
72+
|indicatorValue|String|Identity of the [Indicator](ti-indicator.md) entity. **Required**|
73+
|indicatorType|Enum|Type of the indicator. Possible values are: `FileSha1`, `FileMd5`, `CertificateThumbprint`, `FileSha256`, `IpAddress`, `DomainName`, and `Url`. **Required**|
74+
|action|Enum|The action that is taken if the indicator is discovered in the organization. Possible values are: `Alert`, `Warn`, `Block`, `Audit`, `BlockAndRemediate`, `AlertAndBlock`, and `Allowed`. **Required**. The `GenerateAlert` parameter must be set to `TRUE` when creating an action with `Audit`.|
75+
|application|String|A user-friendly name for the content blocked by the indicator. If specified, this text will be shown in the blocking notification in place of the blocked filename or domain. This field only works for new indicators; it doesn't update the value on an existing indicator. **Optional**|
76+
|title|String|Indicator alert title. **Required**|
77+
|description|String|Description of the indicator. **Required**|
78+
|expirationTime|DateTimeOffset|The expiration time of the indicator. **Optional**|
79+
|severity|Enum|The severity of the indicator. Possible values are: `Informational`, `Low`, `Medium`, and `High`. **Optional**|
80+
|recommendedActions|String|TI indicator alert recommended actions. **Optional**|
81+
|rbacGroupNames|String|Comma-separated list of RBAC group names the indicator would be applied to. **Optional**|
82+
|educateUrl|String|Custom notification/support URL. Supported for Block and Warn action types for URL indicators. **Optional**|
83+
|generateAlert|Enum|**True** if alert generation is required, **False** if this indicator shouldn't generate an alert.|
8884
## Response
8985

9086
- If successful, this method returns 200 - OK response code and the created / updated [Indicator](ti-indicator.md) entity in the response body.

0 commit comments

Comments
 (0)