File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
x-pack/solutions/observability/plugins/synthetics/docs/openapi Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -81686,6 +81686,12 @@ components:
8168681686 default: true
8168781687 description: Specify whether the monitor is enabled.
8168881688 type: boolean
81689+ labels:
81690+ additionalProperties:
81691+ type: string
81692+ description: |
81693+ Key-value pairs of labels to associate with the monitor. Labels can be used for filtering and grouping monitors.
81694+ type: object
8168981695 locations:
8169081696 description: |
8169181697 The location to deploy the monitor.
Original file line number Diff line number Diff line change @@ -1105,6 +1105,13 @@ components:
11051105 items :
11061106 type : string
11071107 description : An array of tags.
1108+ labels :
1109+ type : object
1110+ additionalProperties :
1111+ type : string
1112+ description : >
1113+ Key-value pairs of labels to associate with the monitor.
1114+ Labels can be used for filtering and grouping monitors.
11081115 timeout :
11091116 type : number
11101117 default : 16
You can’t perform that action at this time.
0 commit comments