mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-29 05:37:22 +00:00
delete file
This commit is contained in:
parent
9d82df6abb
commit
31b694c973
@ -1,81 +0,0 @@
|
|||||||
---
|
|
||||||
title: Get IP statistics API
|
|
||||||
description: Retrieves the prevalence for the given IP.
|
|
||||||
keywords: apis, graph api, supported apis, get, ip, statistics, prevalence
|
|
||||||
search.product: eADQiWindows 10XVcnh
|
|
||||||
search.appverid: met150
|
|
||||||
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
|
|
||||||
ms.date: 12/08/2017
|
|
||||||
---
|
|
||||||
|
|
||||||
# Get IP statistics API
|
|
||||||
|
|
||||||
**Applies to:**
|
|
||||||
|
|
||||||
- [Windows Defender Advanced Threat Protection (Windows Defender ATP)](https://wincom.blob.core.windows.net/documents/Windows10_Commercial_Comparison.pdf)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Retrieves the prevalence for the given IP.
|
|
||||||
|
|
||||||
## Permissions
|
|
||||||
User needs read permissions.
|
|
||||||
|
|
||||||
## HTTP request
|
|
||||||
```
|
|
||||||
GET /testwdatppreview/ips/{id}/stats
|
|
||||||
```
|
|
||||||
|
|
||||||
## Request headers
|
|
||||||
|
|
||||||
Header | Value
|
|
||||||
:---|:---
|
|
||||||
Authorization | Bearer {token}. **Required**.
|
|
||||||
Content type | application/json
|
|
||||||
|
|
||||||
|
|
||||||
## Request body
|
|
||||||
Empty
|
|
||||||
|
|
||||||
## Response
|
|
||||||
If successful and IP and domain exists - 200 OK.
|
|
||||||
If domain does not exist - 404 Not Found.
|
|
||||||
|
|
||||||
|
|
||||||
## Example
|
|
||||||
|
|
||||||
**Request**
|
|
||||||
|
|
||||||
Here is an example of the request.
|
|
||||||
|
|
||||||
```
|
|
||||||
GET https://graph.microsoft.com/testwdatppreview/ips/{id}/machines
|
|
||||||
Content-type: application/json
|
|
||||||
```
|
|
||||||
|
|
||||||
**Response**
|
|
||||||
|
|
||||||
Here is an example of the response.
|
|
||||||
|
|
||||||
|
|
||||||
```
|
|
||||||
HTTP/1.1 200 OK
|
|
||||||
Content-type: application/json
|
|
||||||
{
|
|
||||||
"@odata.context": "https://graph.microsoft.com/testwdatppreview/$metadata#microsoft.windowsDefenderATP.api.InOrgIPStats",
|
|
||||||
"ipAddress": "192.168.1.1",
|
|
||||||
"orgPrevalence": "63515",
|
|
||||||
"orgFirstSeen": "2017-07-30T13:36:06Z",
|
|
||||||
"orgLastSeen": "2017-08-29T13:32:59Z"
|
|
||||||
}
|
|
||||||
```
|
|
Loading…
x
Reference in New Issue
Block a user