mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Fleet] added monitoring_enabled to openapi (#112226)
* added monitoring_enabled to openapi * added newline
This commit is contained in:
parent
a4b28a61ef
commit
6f810c651f
3 changed files with 24 additions and 0 deletions
|
@ -2410,6 +2410,16 @@
|
|||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"monitoring_enabled": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"metrics",
|
||||
"logs"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1513,6 +1513,13 @@ components:
|
|||
type: string
|
||||
description:
|
||||
type: string
|
||||
monitoring_enabled:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
enum:
|
||||
- metrics
|
||||
- logs
|
||||
new_package_policy:
|
||||
title: New package policy
|
||||
type: object
|
||||
|
|
|
@ -7,3 +7,10 @@ properties:
|
|||
type: string
|
||||
description:
|
||||
type: string
|
||||
monitoring_enabled:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
enum:
|
||||
- metrics
|
||||
- logs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue