Skip to content

Commit fad7c73

Browse files
[8.19] [Synthetics] Added useLogicalAndFor to get monitors endpoint docs (elastic#219348) (elastic#219378)
# Backport This will backport the following commits from `main` to `8.19`: - [[Synthetics] Added useLogicalAndFor to get monitors endpoint docs (elastic#219348)](elastic#219348) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Francesco Fagnani","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-04-28T11:14:48Z","message":"[Synthetics] Added useLogicalAndFor to get monitors endpoint docs (elastic#219348)\n\nUpdated docs for get monitors endpoint.\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"fa8ff583756f32098ec82d7b1ce677f1e4deaeb5","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:obs-ux-management","backport:version","v9.1.0","v8.19.0"],"title":"[Synthetics] Added useLogicalAndFor to get monitors endpoint docs","number":219348,"url":"https://github.com/elastic/kibana/pull/219348","mergeCommit":{"message":"[Synthetics] Added useLogicalAndFor to get monitors endpoint docs (elastic#219348)\n\nUpdated docs for get monitors endpoint.\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"fa8ff583756f32098ec82d7b1ce677f1e4deaeb5"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/219348","number":219348,"mergeCommit":{"message":"[Synthetics] Added useLogicalAndFor to get monitors endpoint docs (elastic#219348)\n\nUpdated docs for get monitors endpoint.\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"fa8ff583756f32098ec82d7b1ce677f1e4deaeb5"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Francesco Fagnani <[email protected]>
1 parent c5ce73c commit fad7c73

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

oas_docs/output/kibana.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22685,6 +22685,22 @@ paths:
2268522685
oneOf:
2268622686
- type: string
2268722687
- type: array
22688+
- description: |
22689+
Specifies whether to apply logical AND filtering for specific fields. Accepts either a string with values "tags" or "locations" or an array containing both.
22690+
in: query
22691+
name: useLogicalAndFor
22692+
schema:
22693+
oneOf:
22694+
- enum:
22695+
- tags
22696+
- locations
22697+
type: string
22698+
- items:
22699+
enum:
22700+
- tags
22701+
- locations
22702+
type: string
22703+
type: array
2268822704
responses:
2268922705
'200':
2269022706
content:

x-pack/solutions/observability/plugins/synthetics/docs/openapi/synthetic_apis.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,23 @@ paths:
112112
oneOf:
113113
- type: string
114114
- type: array
115+
- name: useLogicalAndFor
116+
description: >
117+
Specifies whether to apply logical AND filtering for specific fields.
118+
Accepts either a string with values "tags" or "locations" or an array containing both.
119+
in: query
120+
schema:
121+
oneOf:
122+
- type: string
123+
enum:
124+
- tags
125+
- locations
126+
- type: array
127+
items:
128+
type: string
129+
enum:
130+
- tags
131+
- locations
115132
responses:
116133
'200':
117134
description: A successful response.

0 commit comments

Comments
 (0)