{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Security.alert API", "version": "1.0.0" }, "items": [ { "info": { "name": "Security.alert", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List alerts", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/alerts", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of alert objects." }, { "info": { "name": "Microsoft Graph Create new navigation property to alerts for security", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/security/alerts", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to alerts for security" }, { "info": { "name": "Microsoft Graph List alerts_v2", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/alerts_v2", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of alert resources created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list." }, { "info": { "name": "Microsoft Graph Create new navigation property to alerts_v2 for security", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/security/alerts_v2", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to alerts_v2 for security" }, { "info": { "name": "Microsoft Graph Get alert", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/alerts_v2/:alert-id", "params": [ { "name": "alert-id", "value": "", "type": "path", "description": "The unique identifier of alert" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the properties and relationships of an alert object." }, { "info": { "name": "Microsoft Graph Update alert", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/security/alerts_v2/:alert-id", "params": [ { "name": "alert-id", "value": "", "type": "path", "description": "The unique identifier of alert" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an alert object in an organization based on the specified alert id property." }, { "info": { "name": "Microsoft Graph Delete navigation property alerts_v2 for security", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/security/alerts_v2/:alert-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "alert-id", "value": "", "type": "path", "description": "The unique identifier of alert" } ] }, "docs": "Microsoft Graph Delete navigation property alerts_v2 for security" }, { "info": { "name": "Microsoft Graph Create comment for alert", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/security/alerts_v2/:alert-id/comments", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "alert-id", "value": "", "type": "path", "description": "The unique identifier of alert" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a comment for an existing alert based on the specified alert id property." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/alerts_v2/:alert-id/comments/$count", "params": [ { "name": "alert-id", "value": "", "type": "path", "description": "The unique identifier of alert" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/alerts_v2/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get alert", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/alerts/:alert-id", "params": [ { "name": "alert-id", "value": "", "type": "path", "description": "The unique identifier of alert" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of an alert object." }, { "info": { "name": "Microsoft Graph Update alert", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/security/alerts/:alert-id", "params": [ { "name": "alert-id", "value": "", "type": "path", "description": "The unique identifier of alert" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an editable alert property within any integrated solution to keep alert status and assignments in sync across solutions. This method updates any solution that has a record of the referenced alert ID." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/alerts/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }