bold response and request

This commit is contained in:
Joey Caparas
2018-06-25 10:29:16 -07:00
parent 353ab24679
commit f8c8e6dde0
46 changed files with 97 additions and 97 deletions

View File

@ -52,7 +52,7 @@ If successful, this method returns 200, Ok response code with empty body, which
## Example
Request
**Request**
Here is an example of the request.
@ -66,7 +66,7 @@ Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -51,7 +51,7 @@ If successful, this method returns 201, Created response code and _MachineAction
## Example
Request
**Request**
Here is an example of the request.
@ -63,7 +63,7 @@ Content-type: application/json
}
```
Response
**Response**
Here is an example of the response.

View File

@ -10,7 +10,7 @@ ms.pagetype: security
ms.author: macapara
author: mjcaparas
ms.localizationpriority: high
ms.date: 06/22/2018
ms.date: 06/25/2018
---
# Find machine information by interal IP API
@ -49,7 +49,7 @@ If no machine found - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/machines/find(timestamp=2018-06
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -50,7 +50,7 @@ If actor does not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -59,7 +59,7 @@ GET https://graph.microsoft.com/testwdatppreview/actors/zinc
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If actor does not exist or no related alerts - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/actors/zinc/alerts
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If alert not found - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/alerts/{id}
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If alert not found or actor not found - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -59,7 +59,7 @@ Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If alert not found or domain not found - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/alerts/{id}/domains
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If alert not found or files not found - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/alerts/{id}/files
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If alert not found or IPs not found - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/alerts/{id}/ips
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -48,7 +48,7 @@ If alert not found or machine not found - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -57,7 +57,7 @@ GET https://graph.microsoft.com/testwdatppreview/alerts/{id}/machine
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If alert not found or user not found - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/alerts/{id}/user
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -50,7 +50,7 @@ If no recent alerts found - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -59,7 +59,7 @@ GET https://graph.microsoft.com/testwdatppreview/alerts
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If domain or alert does not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/domains/{id}/alerts
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If domain or machines do not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/domains/{id}/machines
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If domain does not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/domains/{id}/machines
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -50,7 +50,7 @@ If file does not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -59,7 +59,7 @@ GET https://graph.microsoft.com/testwdatppreview/files/{id}
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If file or alerts do not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/files/{id}/alerts
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If file or machines do not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/files/{id}/machines
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If file do not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/files/{id}/machines
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -51,7 +51,7 @@ If successful, this method returns 200, Ok response code with a collection of Fi
## Example
Request
**Request**
Here is an example of the request on an organization that has three FileActions.
@ -59,7 +59,7 @@ Here is an example of the request on an organization that has three FileActions.
GET https://graph.microsoft.com/testwdatppreview/fileactions
```
Response
**Response**
Here is an example of the response.

View File

@ -47,7 +47,7 @@ If successful, this method returns 200, Ok response code with the *FileMachineAc
## Example
Request
**Request**
Here is an example of the request.
@ -55,7 +55,7 @@ Here is an example of the request.
GET https://graph.microsoft.com/testwdatppreview/filemachineactions/3dc88ce3-dd0c-40f7-93fc-8bd14317aab6
```
Response
**Response**
Here is an example of the response.

View File

@ -47,7 +47,7 @@ If successful, this method returns 200, Ok response code with a collection of Fi
## Example 1
Request
**Request**
Here is an example of the request on an organization that has three FileMachineActions.
@ -55,7 +55,7 @@ Here is an example of the request on an organization that has three FileMachineA
GET https://graph.microsoft.com/testwdatppreview/filemachineactions
```
Response
**Response**
Here is an example of the response.
@ -113,7 +113,7 @@ Content-type: application/json
##Example 2
Request
**Request**
Here is an example of a request that filters the FileMachineActions by machine ID and shows the latest two FileMachineActions.
@ -121,7 +121,7 @@ Here is an example of a request that filters the FileMachineActions by machine I
GET https://graph.microsoft.com/testwdatppreview/filemachineactions?$filter=machineId eq 'f46b9bb259ed4a7fb9981b73510e3cc7aa81ec1f'&$top=2
```
Response
**Response**
```
HTTP/1.1 200 Ok

View File

@ -49,7 +49,7 @@ If IP and alerts do not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/ips/{id}/alerts
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -42,7 +42,7 @@ If IP or machines do not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -51,7 +51,7 @@ GET https://graph.microsoft.com/testwdatppreview/ips/{id}/machines
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If domain does not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/ips/{id}/machines
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If no machine found - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/machines/{id}
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -50,7 +50,7 @@ If no machine found or no users found - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -59,7 +59,7 @@ GET https://graph.microsoft.com/testwdatppreview/machines/{id}/logonusers
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If no machine or no alerts found - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/machines/{id}/alerts
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -47,7 +47,7 @@ If successful, this method returns 200, Ok response code with the *MachineAction
## Example
Request
**Request**
Here is an example of the request.
@ -55,7 +55,7 @@ Here is an example of the request.
GET https://graph.microsoft.com/testwdatppreview/machineactions/2e9da30d-27f6-4208-81f2-9cd3d67893ba
```
Response
**Response**
Here is an example of the response.

View File

@ -47,7 +47,7 @@ If successful, this method returns 200, Ok response code with a collection of Ma
## Example 1
Request
**Request**
Here is an example of the request on an organization that has three MachineActions.
@ -55,7 +55,7 @@ Here is an example of the request on an organization that has three MachineActio
GET https://graph.microsoft.com/testwdatppreview/machineactions
```
Response
**Response**
Here is an example of the response.
@ -107,7 +107,7 @@ Content-type: application/json
## Example 2
Request
**Request**
Here is an example of a request that filters the MachineActions by machine ID and shows the latest two MachineActions.
@ -117,7 +117,7 @@ GET https://graph.microsoft.com/testwdatppreview/machineactions?$filter=machineI
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If no recent machines - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/machines
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -48,7 +48,7 @@ If successful, this method returns 200, Ok response code with object that holds
## Example
Request
**Request**
Here is an example of the request.
@ -57,7 +57,7 @@ GET https://graph.microsoft.com/testwdatppreview/machineactions/7327b54fd718525c
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If user does not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/users/{id}
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If user does not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/users/{id}/alerts
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If user or machine does not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/users/{id}/machines
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -42,7 +42,7 @@ If domain does not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -51,7 +51,7 @@ GET https://graph.microsoft.com/testwdatppreview/domains/{id}
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -49,7 +49,7 @@ If IP do not exist - 404 Not Found.
## Example
Request
**Request**
Here is an example of the request.
@ -58,7 +58,7 @@ GET https://graph.microsoft.com/testwdatppreview/ips/{id}
Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -57,7 +57,7 @@ If successful, this method returns 201, Created response code and _MachineAction
## Example
Request
**Request**
Here is an example of the request.
@ -70,7 +70,7 @@ Content-type: application/json
}
```
Response
**Response**
Here is an example of the response.

View File

@ -52,7 +52,7 @@ If successful, this method returns 201, Created response code and *FileMachineAc
## Example
Request
**Request**
Here is an example of the request.
@ -66,7 +66,7 @@ Content-type: application/json
```
Response
**Response**
Here is an example of the response.

View File

@ -51,7 +51,7 @@ If successful, this method returns 201, Created response code and _MachineAction
## Example
Request
**Request**
Here is an example of the request.
@ -63,7 +63,7 @@ Content-type: application/json
}
```
Response
**Response**
Here is an example of the response.

View File

@ -59,7 +59,7 @@ If successful, this method returns 201, Created response code and _MachineAction
## Example
Request
**Request**
Here is an example of the request.
@ -72,7 +72,7 @@ Content-type: application/json
}
```
Response
**Response**
Here is an example of the response.

View File

@ -52,7 +52,7 @@ If successful, this method returns 201, Created response code and _FileMachineAc
## Example
Request
**Request**
Here is an example of the request.
@ -65,7 +65,7 @@ Content-type: application/json
}
```
Response
**Response**
Here is an example of the response.

View File

@ -52,7 +52,7 @@ If successful, this method returns 200, Ok response code with empty body, which
## Example
Request
**Request**
Here is an example of the request.
@ -64,7 +64,7 @@ Content-type: application/json
}
```
Response
**Response**
Here is an example of the response.

View File

@ -51,7 +51,7 @@ If successful, this method returns 201, Created response code and _MachineAction
## Example
Request
**Request**
Here is an example of the request.
@ -63,7 +63,7 @@ Content-type: application/json
}
```
Response
**Response**
Here is an example of the response.

View File

@ -51,7 +51,7 @@ If successful, this method returns 201, Created response code and _MachineAction
## Example
Request
**Request**
Here is an example of the request.
@ -64,7 +64,7 @@ Content-type: application/json
```
Response
**Response**
Here is an example of the response.