Skip to content

Commit

Permalink
Generated
Browse files Browse the repository at this point in the history
  • Loading branch information
ceorourke authored and openapi-getsentry-bot committed Jan 6, 2025
1 parent fe6eccc commit a620c10
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 189 deletions.
35 changes: 17 additions & 18 deletions api_ownership_stats_dont_modify.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@
"GroupEventsEndpoint::GET",
"GroupTagKeyDetailsEndpoint::GET",
"GroupTagKeyValuesEndpoint::GET",
"OrganizationAlertRuleActivationsEndpoint::GET",
"OrganizationAlertRuleDetailsEndpoint::DELETE",
"OrganizationAlertRuleDetailsEndpoint::GET",
"OrganizationAlertRuleDetailsEndpoint::PUT",
Expand Down Expand Up @@ -343,7 +342,7 @@
]
},
"machine-learning-ai": {
"block_start": 345,
"block_start": 344,
"public": [],
"private": [],
"experimental": [
Expand All @@ -357,7 +356,7 @@
"unknown": []
},
"alerts-notifications": {
"block_start": 359,
"block_start": 358,
"public": [],
"private": [
"NotificationDefaultsEndpoints::GET",
Expand All @@ -383,7 +382,7 @@
"unknown": []
},
"performance": {
"block_start": 385,
"block_start": 384,
"public": [
"DiscoverSavedQueriesEndpoint::GET",
"DiscoverSavedQueriesEndpoint::POST",
Expand Down Expand Up @@ -463,7 +462,7 @@
"unknown": []
},
"enterprise": {
"block_start": 465,
"block_start": 464,
"public": [
"ExternalTeamDetailsEndpoint::DELETE",
"ExternalTeamDetailsEndpoint::PUT",
Expand Down Expand Up @@ -560,7 +559,7 @@
"unknown": []
},
"telemetry-experience": {
"block_start": 562,
"block_start": 561,
"public": [
"OrganizationSessionsEndpoint::GET"
],
Expand Down Expand Up @@ -595,7 +594,7 @@
"unknown": []
},
"ecosystem": {
"block_start": 597,
"block_start": 596,
"public": [
"NotificationActionsDetailsEndpoint::DELETE",
"NotificationActionsDetailsEndpoint::GET",
Expand Down Expand Up @@ -627,7 +626,7 @@
"unknown": []
},
"product-owners-settings-integrations": {
"block_start": 629,
"block_start": 628,
"public": [
"OrganizationConfigIntegrationsEndpoint::GET",
"OrganizationIntegrationDetailsEndpoint::DELETE",
Expand Down Expand Up @@ -717,7 +716,7 @@
]
},
"crons": {
"block_start": 719,
"block_start": 718,
"public": [
"OrganizationMonitorCheckInIndexEndpoint::GET",
"OrganizationMonitorDetailsEndpoint::DELETE",
Expand Down Expand Up @@ -757,7 +756,7 @@
"unknown": []
},
"feedback-backend": {
"block_start": 759,
"block_start": 758,
"public": [],
"private": [
"OrganizationUserReportsEndpoint::GET",
Expand All @@ -768,7 +767,7 @@
"unknown": []
},
"replay-backend": {
"block_start": 770,
"block_start": 769,
"public": [
"OrganizationReplayCountEndpoint::GET",
"OrganizationReplayDetailsEndpoint::GET",
Expand Down Expand Up @@ -797,7 +796,7 @@
"unknown": []
},
"profiling": {
"block_start": 799,
"block_start": 798,
"public": [],
"private": [
"OrganizationProfilingChunksEndpoint::GET",
Expand All @@ -813,7 +812,7 @@
"unknown": []
},
"hybrid-cloud": {
"block_start": 815,
"block_start": 814,
"public": [],
"private": [
"InternalRpcServiceEndpoint::POST",
Expand All @@ -828,7 +827,7 @@
"unknown": []
},
"open-source": {
"block_start": 830,
"block_start": 829,
"public": [],
"private": [
"InternalBeaconEndpoint::POST",
Expand Down Expand Up @@ -865,7 +864,7 @@
"unknown": []
},
"team-web-sdk-frontend": {
"block_start": 867,
"block_start": 866,
"public": [],
"private": [
"SourceMapDebugBlueThunderEditionEndpoint::GET"
Expand All @@ -877,7 +876,7 @@
"unknown": []
},
"gdx": {
"block_start": 879,
"block_start": 878,
"public": [],
"private": [
"TempestCredentialsDetailsEndpoint::DELETE",
Expand All @@ -888,7 +887,7 @@
"unknown": []
},
"security": {
"block_start": 890,
"block_start": 889,
"public": [],
"private": [
"ApiTokenDetailsEndpoint::DELETE",
Expand All @@ -905,7 +904,7 @@
"unknown": []
},
"revenue": {
"block_start": 907,
"block_start": 906,
"public": [],
"private": [
"CheckAM2CompatibilityEndpoint::GET"
Expand Down
171 changes: 0 additions & 171 deletions openapi-derefed.json
Original file line number Diff line number Diff line change
Expand Up @@ -3704,129 +3704,6 @@
}
}
},
"/api/0/organizations/{organization_id_or_slug}/alert-rules/{alert_rule_id}/activations/": {
"get": {
"operationId": "Retrieve activations for a Metric Alert Rule",
"description": "Return a list of activations for a metric alert rule.\n\nAn activation represents a single instance of an activated alert rule being triggered.\nIt contains a date_added field which represents the time the alert was triggered.\nActivations can be filtered by start and end parameters to return activations with date_added that falls within the specified time window.",
"parameters": [
{
"in": "path",
"name": "organization_id_or_slug",
"schema": {
"type": "string"
},
"description": "The ID or slug of the organization the resource belongs to.",
"required": true
},
{
"in": "path",
"name": "alert_rule_id",
"schema": {
"type": "integer"
},
"description": "The ID of the rule you'd like to query.",
"required": true
}
],
"tags": [
"Alerts"
],
"security": [
{
"auth_token": [
"alerts:read",
"org:admin",
"org:read",
"org:write"
]
}
],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"activator": {
"type": "string"
},
"alertRuleId": {
"type": "string"
},
"conditionType": {
"type": "string"
},
"dateCreated": {
"type": "string",
"format": "date-time"
},
"finishedAt": {
"type": "string",
"format": "date-time"
},
"isComplete": {
"type": "boolean"
},
"metricValue": {
"type": "integer"
},
"querySubscriptionId": {
"type": "string"
}
},
"required": [
"activator",
"alertRuleId",
"conditionType",
"dateCreated",
"finishedAt",
"id",
"isComplete",
"metricValue",
"querySubscriptionId"
]
}
},
"examples": {
"FetchAListOfActivationsForAMetricAlertRule": {
"value": [
{
"id": "1",
"alertRuleId": "1",
"dateCreated": "2023-09-25T23:35:31.787875Z",
"finishedAt": "2023-09-25T23:35:31.787866Z",
"metricValue": 100,
"querySubscriptionId": "1",
"isComplete": true,
"activator": "1",
"conditionType": "0"
}
],
"summary": "Fetch a list of activations for a metric alert rule"
}
}
}
},
"description": ""
},
"401": {
"description": "Unauthorized"
},
"403": {
"description": "Forbidden"
},
"404": {
"description": "Not Found"
}
}
}
},
"/api/0/organizations/{organization_id_or_slug}/config/integrations/": {
"get": {
"operationId": "Get Integration Provider Information",
Expand Down Expand Up @@ -54311,54 +54188,6 @@
"type"
]
},
"ListAlertRuleActivations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"activator": {
"type": "string"
},
"alertRuleId": {
"type": "string"
},
"conditionType": {
"type": "string"
},
"dateCreated": {
"type": "string",
"format": "date-time"
},
"finishedAt": {
"type": "string",
"format": "date-time"
},
"isComplete": {
"type": "boolean"
},
"metricValue": {
"type": "integer"
},
"querySubscriptionId": {
"type": "string"
}
},
"required": [
"activator",
"alertRuleId",
"conditionType",
"dateCreated",
"finishedAt",
"id",
"isComplete",
"metricValue",
"querySubscriptionId"
]
}
},
"ListClientKeysResponse": {
"type": "array",
"items": {
Expand Down

0 comments on commit a620c10

Please sign in to comment.