{ "opencollection": "1.0.0", "info": { "name": "Azure Monitor Action Groups Activity Logs API", "version": "2022-06-01" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Activity Logs", "type": "folder" }, "items": [ { "info": { "name": "Azure Monitor List Activity Log events", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/providers/Microsoft.Insights/eventtypes/management/values", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "$filter", "value": "", "type": "query", "description": "Reduces the set of data collected. Must include a time range filter using eventTimestamp. Supports filtering by resourceGroupName, resourceUri, resourceProvider, eventChannels, status, subStatus, correlationId, and caller. Example: eventTimestamp ge '2024-01-01' and eventTimestamp le '2024-01-02'." }, { "name": "$select", "value": "", "type": "query", "description": "Used to fetch events with only the given properties. Accepts a comma-separated list of property names." } ] }, "docs": "Provides the list of records from the Activity Log. The $filter parameter is required and must include a time range. Optionally filter by resource group, resource, resource provider, or event status." } ] } ], "bundled": true }