Skip to content

Commit e65d8f7

Browse files
committed
style: add all data stream descriptions
1 parent 0beee10 commit e65d8f7

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

plugins/MicrosoftDefender/v1/dataStreams/Vulnerabilities.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "Vulnerabilities",
33
"displayName": "Vulnerabilities",
4+
"description": "Returns vulnerabilities data for the specified device",
45
"baseDataSourceName": "httpRequestScoped",
56
"config": {
67
"httpMethod": "post",

plugins/MicrosoftDefender/v1/dataStreams/advancedHuntingQuery.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "advancedHuntingQuery",
33
"displayName": "Advanced Hunting Query",
4+
"description": "Queries a specified set of data supported by Defender to proactively look for specific threats in your environment",
45
"baseDataSourceName": "httpRequestUnscoped",
56
"config": {
67
"httpMethod": "post",

plugins/MicrosoftDefender/v1/dataStreams/alerts.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "alerts",
33
"displayName": "Alerts",
4+
"description": "Returns a list of alert resources created to track suspicious activities in an organization",
45
"baseDataSourceName": "httpRequestUnscoped",
56
"config": {
67
"httpMethod": "get",

plugins/MicrosoftDefender/v1/dataStreams/devices.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "devices",
33
"displayName": "Devices",
4+
"description": "Returns detailed attributes and properties for the specified device",
45
"baseDataSourceName": "httpRequestScoped",
56
"config": {
67
"httpMethod": "post",

plugins/MicrosoftDefender/v1/dataStreams/incidents.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "incidents",
33
"displayName": "Incidents",
4+
"description": "Returns a list of incident objects that Microsoft Defender created to track attacks in an organization",
45
"baseDataSourceName": "httpRequestUnscoped",
56
"config": {
67
"httpMethod": "get",

plugins/MicrosoftDefender/v1/dataStreams/recommendations.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "recommendations",
33
"displayName": "Recommendations",
4+
"description": "Returns recommendations data for the specified device",
45
"baseDataSourceName": "httpRequestScoped",
56
"config": {
67
"httpMethod": "post",

0 commit comments

Comments
 (0)