Skip to content

Commit ce13bb7

Browse files
Remove Page from ListAlertRulesParams
1 parent 7fe4cce commit ce13bb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/alerting_manage_rules_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88

99
type ListAlertRulesParams struct {
1010
Limit int `json:"limit,omitempty" jsonschema:"default=200,description=The maximum number of results to return"`
11-
Page int `json:"page,omitempty" jsonschema:"default=1,description=The page number to return"`
1211
DatasourceUID *string `json:"datasourceUid,omitempty" jsonschema:"description=Optional: UID of a Prometheus or Loki datasource to query for datasource-managed alert rules. If omitted\\, returns Grafana-managed rules."`
1312
LabelSelectors []Selector `json:"label_selectors,omitempty" jsonschema:"description=Optionally\\, a list of matchers to filter alert rules by labels"`
1413
}

0 commit comments

Comments
 (0)