Skip to content

Commit 24b7787

Browse files
committed
updates
2 parents 714fd6e + ef9172c commit 24b7787

File tree

71 files changed

+706
-421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+706
-421
lines changed

ATADocs/docfx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@
4646
"layout": "Conceptual",
4747
"breadcrumb_path": "/advanced-threat-analytics/bread/toc.json",
4848
"uhfHeaderId": "MSDocsHeader-M365-IT",
49-
"searchScope": ["ATA"]
49+
"searchScope": ["ATA"],
50+
"contributors_to_exclude": [
51+
"beccarobins"
52+
]
5053
},
5154
"markdownEngineName": "markdig"
5255
}

CloudAppSecurityDocs/docfx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@
4242
"ms.author": "bagol",
4343
"ms.collection": "M365-security-compliance",
4444
"ms.service": "defender-for-cloud-apps",
45-
"ms.suite": "ems"
45+
"ms.suite": "ems",
46+
"contributors_to_exclude": [
47+
"beccarobins"
48+
]
4649
},
4750
"fileMetadata": {},
4851
"template": [],

CloudAppSecurityDocs/ops-guide/ops-guide-daily.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This article lists daily operational activities that we recommend you perform wi
1313

1414
Alerts and incidents are two of the most important items your security operations (SOC) team should be reviewing on a daily basis.
1515

16-
- Triage incidents and alerts regularly from the [incidents queue](https://security.microsoft.com/incidents-queue) in Microsoft Defender XDR, prioritizing high and medium severity alerts.
16+
- Triage incidents and alerts regularly from the [incidents queue](https://security.microsoft.com/incidents) in Microsoft Defender XDR, prioritizing high and medium severity alerts.
1717

1818
- If you're working with a SIEM system, your SIEM system is usually the first stop for triage. SIEM systems provide more context with extra logs and SOAR functionality. Then, use Microsoft Defender XDR for a deeper understanding of an alert or incident timeline.
1919

defender-business/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"v-stchambers",
6060
"Stacyrch140",
6161
"garycentric",
62-
"alekyaj"
62+
"alekyaj",
63+
"beccarobins"
6364
]
6465
},
6566
"fileMetadata": {},

defender-endpoint/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- name: Trial user guide - Microsoft Defender for Endpoint
1212
href: defender-endpoint-trial-user-guide.md
1313
- name: Pilot and deploy Defender for Endpoint
14-
href: /defender-xdr/pilot-deploy-defender-endpoint?toc=/defender-xdr/TOC.json&bc=/defender-xdr/breadcrumb/toc.json
14+
href: /defender-xdr/pilot-deploy-defender-endpoint?toc=/defender-endpoint/TOC.json&bc=/defender-endpoint/breadcrumb/toc.json
1515
- name: Minimum requirements
1616
href: minimum-requirements.md
1717
- name: Supported Microsoft Defender for Endpoint capabilities by platform

defender-endpoint/api/get-domain-related-machines.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 12/18/2020
18+
ms.date: 11/03/2024
1919
---
2020

2121
# Get domain-related machines API
@@ -38,27 +38,26 @@ ms.date: 12/18/2020
3838
Retrieves a collection of [Machines](machine.md) that have communicated to or from a given domain address.
3939

4040
## Limitations
41-
42-
1. You can query on devices last updated according to your configured retention period.
43-
2. Rate limitations for this API are 100 calls per minute and 1500 calls per hour.
41+
42+
- You can query on devices last updated according to your configured retention period.
43+
- Rate limitations for this API are 100 calls per minute and 1500 calls per hour.
44+
- Responses are limited to 500 devices in results.
4445

4546
## Permissions
4647

4748
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Use Microsoft Defender for Endpoint APIs](apis-intro.md)
4849

49-
Permission type|Permission|Permission display name
50-
:---|:---|:---
51-
Application|Machine.Read.All|'Read all machine profiles'
52-
Application|Machine.ReadWrite.All|'Read and write all machine information'
53-
Delegated (work or school account)|Machine.Read|'Read machine information'
54-
Delegated (work or school account)|Machine.ReadWrite|'Read and write machine information'
50+
|Permission type|Permission|Permission display name|
51+
|:---|:---|:---|
52+
|Application|`Machine.Read.All`|`Read all machine profiles`|
53+
|Application|`Machine.ReadWrite.All`|`Read and write all machine information`|
54+
|Delegated (work or school account)|`Machine.Read`|`Read machine information`|
55+
|Delegated (work or school account)|`Machine.ReadWrite`|`Read and write machine information`|
5556

5657
> [!NOTE]
5758
> When obtaining a token using user credentials:
58-
>
59-
> - The user needs to have at least the following role permission: 'View Data' (For more information, see [Create and manage roles](../user-roles.md)
60-
> - Response will include only devices that the user can access, based on device group settings (For more information, see [Create and manage device groups](../machine-groups.md)
61-
>
59+
> - The user must have at least the following role permission: `View Data`. For more information, see [Create and manage roles](../user-roles.md).
60+
> - Responses include only devices that the user can access, based on device group settings. For more information, see [Create and manage device groups](../machine-groups.md).
6261
> Device group creation is supported in Defender for Endpoint Plan 1 and Plan 2.
6362
6463
## HTTP request
@@ -69,17 +68,21 @@ GET /api/domains/{domain}/machines
6968

7069
## Request headers
7170

72-
Name|Type|Description
73-
:---|:---|:---
74-
Authorization|String|Bearer {token}. **Required**.
71+
|Name|Type|Description|
72+
|:---|:---|:---|
73+
|Authorization|String|`Bearer {token}`. <br/> **Required**.|
7574

7675
## Request body
7776

7877
Empty
7978

8079
## Response
8180

82-
If successful and domain exists - 200 OK with list of [machine](machine.md) entities. If domain doesn't exist - 200 OK with an empty set.
81+
If successful, and the domain exists:
82+
- 200 OK with list of [machine](machine.md) entities
83+
84+
If domain doesn't exist:
85+
- 200 OK with an empty set
8386

8487
## Example
8588

@@ -90,4 +93,5 @@ Here's an example of the request.
9093
```http
9194
GET https://api.securitycenter.microsoft.com/api/domains/api.securitycenter.microsoft.com/machines
9295
```
96+
9397
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../../includes/defender-mde-techcommunity.md)]

0 commit comments

Comments
 (0)