update flie link

This commit is contained in:
Joey Caparas 2019-05-15 14:27:29 -07:00
parent 6d8c25f71c
commit 225ff4ac86
44 changed files with 45 additions and 45 deletions

View File

@ -65,7 +65,7 @@ If successful, this method returns 201 - Created response code and [Machine Acti
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
POST https://api.securitycenter.windows.com/api/machines/fb9ab6be3965095a09c057be7c90f0a2/collectInvestigationPackage POST https://api.securitycenter.windows.com/api/machines/fb9ab6be3965095a09c057be7c90f0a2/collectInvestigationPackage

View File

@ -76,7 +76,7 @@ If successful, this method returns 200 OK, and a new [alert](alerts.md) object i
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
POST https://api.securitycenter.windows.com/api/alerts/CreateAlertByReference POST https://api.securitycenter.windows.com/api/alerts/CreateAlertByReference

View File

@ -42,7 +42,7 @@ Application | Ti.ReadWrite.All | 'Read and write Indicators'
Delete https://api.securitycenter.windows.com/api/indicators/{id} Delete https://api.securitycenter.windows.com/api/indicators/{id}
``` ```
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
## Request headers ## Request headers

View File

@ -66,7 +66,7 @@ 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](improverequestperformance-new.md)] [!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)

View File

@ -64,7 +64,7 @@ If successful, this method returns 200 OK, and the [alert](alerts.md) entity in
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/alerts/441688558380765161_2136280442 GET https://api.securitycenter.windows.com/api/alerts/441688558380765161_2136280442

View File

@ -61,7 +61,7 @@ If successful and alert and domain exist - 200 OK. If alert not found - 404 Not
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/alerts/636688558380765161_2136280442/domains GET https://api.securitycenter.windows.com/alerts/636688558380765161_2136280442/domains

View File

@ -61,7 +61,7 @@ If successful and alert and files exist - 200 OK. If alert not found - 404 Not F
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/alerts/636688558380765161_2136280442/files GET https://api.securitycenter.windows.com/api/alerts/636688558380765161_2136280442/files

View File

@ -62,7 +62,7 @@ If successful and alert and an IP exist - 200 OK. If alert not found - 404 Not F
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/alerts/636688558380765161_2136280442/ips GET https://api.securitycenter.windows.com/alerts/636688558380765161_2136280442/ips

View File

@ -63,7 +63,7 @@ If successful and alert and machine exist - 200 OK. If alert not found or machin
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```

View File

@ -62,7 +62,7 @@ If successful and alert and a user exists - 200 OK with user in the body. If ale
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```

View File

@ -74,7 +74,7 @@ If successful, this method returns 200 OK, and a list of [alert](alerts.md) obje
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/alerts GET https://api.securitycenter.windows.com/api/alerts

View File

@ -64,7 +64,7 @@ If successful and domain exists - 200 OK with list of [alert](alerts.md) entitie
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/domains/client.wns.windows.com/alerts GET https://api.securitycenter.windows.com/api/domains/client.wns.windows.com/alerts

View File

@ -62,7 +62,7 @@ If successful and domain exists - 200 OK with list of [machine](machine.md) enti
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```

View File

@ -60,7 +60,7 @@ If successful and domain exists - 200 OK, with statistics object in the response
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/domains/example.com/stats GET https://api.securitycenter.windows.com/api/domains/example.com/stats

View File

@ -59,7 +59,7 @@ If successful and file exists - 200 OK with the [file](files.md) entity in the b
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/files/6532ec91d513acc05f43ee0aa3002599729fd3e1 GET https://api.securitycenter.windows.com/api/files/6532ec91d513acc05f43ee0aa3002599729fd3e1

View File

@ -64,7 +64,7 @@ If successful and file exists - 200 OK with list of [alert](alerts.md) entities
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/files/6532ec91d513acc05f43ee0aa3002599729fd3e1/alerts GET https://api.securitycenter.windows.com/api/files/6532ec91d513acc05f43ee0aa3002599729fd3e1/alerts

View File

@ -64,7 +64,7 @@ If successful and file exists - 200 OK with list of [machine](machine.md) entiti
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/files/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/machines GET https://api.securitycenter.windows.com/api/files/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/machines

View File

@ -61,7 +61,7 @@ If successful and file exists - 200 OK with statistical data in the body. If fil
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/files/6532ec91d513acc05f43ee0aa3002599729fd3e1/stats GET https://api.securitycenter.windows.com/api/files/6532ec91d513acc05f43ee0aa3002599729fd3e1/stats

View File

@ -64,7 +64,7 @@ If successful and IP exists - 200 OK with list of [alert](alerts.md) entities in
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```

View File

@ -64,7 +64,7 @@ If successful and IP exists - 200 OK with list of [machine](machine.md) entities
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/ips/10.209.67.177/machines GET https://api.securitycenter.windows.com/api/ips/10.209.67.177/machines

View File

@ -61,7 +61,7 @@ If successful and ip exists - 200 OK with statistical data in the body. IP do no
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/ips/10.209.67.177/stats GET https://api.securitycenter.windows.com/api/ips/10.209.67.177/stats

View File

@ -66,7 +66,7 @@ If machine with the specified id was not found - 404 Not Found.
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07 GET https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07

View File

@ -62,7 +62,7 @@ If successful and machine exist - 200 OK with list of [user](user.md) entities i
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/logonusers GET https://api.securitycenter.windows.com/api/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/logonusers

View File

@ -62,7 +62,7 @@ If successful and machine exists - 200 OK with list of [alert](alerts.md) entiti
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```

View File

@ -61,7 +61,7 @@ If successful, this method returns 200, Ok response code with a [Machine Action]
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/machineactions/2e9da30d-27f6-4208-81f2-9cd3d67893ba GET https://api.securitycenter.windows.com/api/machineactions/2e9da30d-27f6-4208-81f2-9cd3d67893ba

View File

@ -69,7 +69,7 @@ If successful, this method returns 200, Ok response code with a collection of [m
Here is an example of the request on an organization that has three MachineActions. Here is an example of the request on an organization that has three MachineActions.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/machineactions GET https://api.securitycenter.windows.com/api/machineactions
@ -140,7 +140,7 @@ GET https://api.securitycenter.windows.com/api/machineactions?$filter=machineId
Here is an example of the response. Here is an example of the response.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
HTTP/1.1 200 Ok HTTP/1.1 200 Ok

View File

@ -69,7 +69,7 @@ If successful and machines exists - 200 OK with list of [machine](machine.md) en
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/machines GET https://api.securitycenter.windows.com/api/machines

View File

@ -71,7 +71,7 @@ GET https://api.securitycenter.windows.com/api/machineactions/7327b54fd718525cbc
Here is an example of the response. Here is an example of the response.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```

View File

@ -43,7 +43,7 @@ Application | Ti.ReadWrite.All | 'Read and write All Indicators'
GET https://api.securitycenter.windows.com/api/indicators GET https://api.securitycenter.windows.com/api/indicators
``` ```
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
## Request headers ## Request headers

View File

@ -55,7 +55,7 @@ If successful and user exists - 200 OK with [user](user.md) entity in the body.
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/users/user1 GET https://api.securitycenter.windows.com/api/users/user1

View File

@ -66,7 +66,7 @@ If successful and user exist - 200 OK. If the user do not exist - 404 Not Found.
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/users/user1/alerts GET https://api.securitycenter.windows.com/api/users/user1/alerts

View File

@ -67,7 +67,7 @@ If successful and user exists - 200 OK with list of [machine](machine.md) entiti
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/users/user1/machines GET https://api.securitycenter.windows.com/api/users/user1/machines

View File

@ -73,7 +73,7 @@ If successful, this method returns 200 OK response code with object that holds t
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
POST https://api.securitycenter.windows.com/api/machines/fb9ab6be3965095a09c057be7c90f0a2/InitiateInvestigation POST https://api.securitycenter.windows.com/api/machines/fb9ab6be3965095a09c057be7c90f0a2/InitiateInvestigation

View File

@ -60,7 +60,7 @@ If successful and domain exists - 200 OK. If domain does not exist - 404 Not Fou
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
GET https://api.securitycenter.windows.com/api/domains/example.com GET https://api.securitycenter.windows.com/api/domains/example.com

View File

@ -69,7 +69,7 @@ GET https://api.securitycenter.windows.com/api/ips/10.209.67.177
Here is an example of the response. Here is an example of the response.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```

View File

@ -75,7 +75,7 @@ If successful, this method returns 201 - Created response code and [Machine Acti
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
POST https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/isolate POST https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/isolate

View File

@ -68,7 +68,7 @@ If successful, this method returns 201 - Created response code and [Machine Acti
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
POST https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/offboard POST https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/offboard

View File

@ -43,7 +43,7 @@ Application | Ti.ReadWrite.All | 'Read and write All Indicators'
POST https://api.securitycenter.windows.com/api/indicators POST https://api.securitycenter.windows.com/api/indicators
``` ```
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
## Request headers ## Request headers

View File

@ -80,7 +80,7 @@ Content-type: application/json
Here is an example of the response. Here is an example of the response.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
HTTP/1.1 201 Created HTTP/1.1 201 Created

View File

@ -89,7 +89,7 @@ Content-type: application/json
Here is an example of the response. Here is an example of the response.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
HTTP/1.1 201 Created HTTP/1.1 201 Created

View File

@ -82,7 +82,7 @@ Content-type: application/json
Here is an example of the response. Here is an example of the response.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
HTTP/1.1 201 Created HTTP/1.1 201 Created

View File

@ -70,7 +70,7 @@ If successful, this method returns 201 - Created response code and [Machine Acti
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
POST https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/unisolate POST https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/unisolate

View File

@ -67,7 +67,7 @@ If successful, this method returns 201 - Created response code and [Machine Acti
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
POST https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/unrestrictCodeExecution POST https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/unrestrictCodeExecution

View File

@ -71,7 +71,7 @@ If successful, this method returns 200 OK, and the [alert](alerts.md) entity in
Here is an example of the request. Here is an example of the request.
[!include[Improve request performance](improverequestperformance-new.md)] [!include[Improve request performance](improve-request-performance.md)]
``` ```
PATCH https://api.securitycenter.windows.com/api/alerts/121688558380765161_2136280442 PATCH https://api.securitycenter.windows.com/api/alerts/121688558380765161_2136280442