mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-31 06:37:22 +00:00
Merge pull request #5408 from illfated/find_machines_by_ip
MSDATP: merge Note into find-machines-by-ip.md
This commit is contained in:
commit
b2ffa7494f
@ -39,7 +39,7 @@ Delegated (work or school account) | Machine.ReadWrite | 'Read and write machine
|
|||||||
> [!Note]
|
> [!Note]
|
||||||
> When obtaining a token using user credentials:
|
> When obtaining a token using user credentials:
|
||||||
> - The user needs to have at least the following role permission: 'View Data' (See [Create and manage roles](user-roles.md) for more information)
|
> - The user needs to have at least the following role permission: 'View Data' (See [Create and manage roles](user-roles.md) for more information)
|
||||||
>- Response will include only machines,that the user have access to, based on machine group settings (See [Create and manage machine groups](machine-groups.md) for more information)
|
> - Response will include only machines that the user have access to based on machine group settings (See [Create and manage machine groups](machine-groups.md) for more information)
|
||||||
|
|
||||||
## HTTP request
|
## HTTP request
|
||||||
```
|
```
|
||||||
@ -66,12 +66,18 @@ If the timestamp is not in the past 30 days - 400 Bad Request.
|
|||||||
|
|
||||||
Here is an example of the request.
|
Here is an example of the request.
|
||||||
|
|
||||||
[!include[Improve request performance](improve-request-performance.md)]
|
|
||||||
|
|
||||||
```
|
```
|
||||||
GET https://api.securitycenter.windows.com/api/machines/findbyip(ip='10.248.240.38',timestamp=2018-09-22T08:44:05Z)
|
GET https://api.securitycenter.windows.com/api/machines/findbyip(ip='10.248.240.38',timestamp=2018-09-22T08:44:05Z)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Improve request performance
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> You can use a server closer to your geolocation for better performance:
|
||||||
|
> - api-us.securitycenter.windows.com
|
||||||
|
> - api-eu.securitycenter.windows.com
|
||||||
|
> - api-uk.securitycenter.windows.com
|
||||||
|
|
||||||
**Response**
|
**Response**
|
||||||
|
|
||||||
Here is an example of the response.
|
Here is an example of the response.
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
---
|
|
||||||
title: Improve request performance
|
|
||||||
description: Improve request performance
|
|
||||||
keywords: server, request, performance
|
|
||||||
search.product: eADQiWindows 10XVcnh
|
|
||||||
ms.prod: w10
|
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.pagetype: security
|
|
||||||
ms.author: macapara
|
|
||||||
author: mjcaparas
|
|
||||||
ms.localizationpriority: medium
|
|
||||||
manager: dansimp
|
|
||||||
audience: ITPro
|
|
||||||
ms.collection: M365-security-compliance
|
|
||||||
ms.topic: article
|
|
||||||
---
|
|
||||||
|
|
||||||
# Improve request performance
|
|
||||||
|
|
||||||
|
|
||||||
>[!NOTE]
|
|
||||||
>For better performance, you can use server closer to your geo location:
|
|
||||||
> - api-us.securitycenter.windows.com
|
|
||||||
> - api-eu.securitycenter.windows.com
|
|
||||||
> - api-uk.securitycenter.windows.com
|
|
Loading…
x
Reference in New Issue
Block a user