Skip to content

Samples showing how to access Microsoft Security Risk Detection REST API from various languages

License

Notifications You must be signed in to change notification settings

duaneking/msrd-rest-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSRD REST API Samples

This repository contains samples showing how to programmatically access the MSRD service REST API.

Prerequisite:

  • Must have an Microsoft Security Risk Detection (MSRD) account enabled for API access;
  • Must have generated an API Token;
  • Must have the Azure SDK installed.

For detailed instructions click here

Samples

Powershell

See Powershell sample

Python sample

See Python sample

Bash sample

See Bash sample

Swagger interface

MSRD exposes its API through a documented Swagger interface. The Swagger documentation is published at:

https://www.microsoftsecurityriskdetection.com/swagger

The complete list of REST API operations is found under the ServiceApi node. The Swagger UI lets you interact with the service and dynamically call the APIs.

About

Samples showing how to access Microsoft Security Risk Detection REST API from various languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 40.6%
  • PowerShell 29.8%
  • Shell 22.4%
  • C++ 7.2%