[Fleet] added monitoring_enabled to openapi (#112226)

* added monitoring_enabled to openapi

* added newline
This commit is contained in:
juliaElastic 2021-09-15 13:15:49 +02:00 committed by GitHub
parent a4b28a61ef
commit 6f810c651f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 0 deletions

View file

@ -2410,6 +2410,16 @@
},
"description": {
"type": "string"
},
"monitoring_enabled": {
"type": "array",
"items": {
"type": "string",
"enum": [
"metrics",
"logs"
]
}
}
}
},

View file

@ -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

View file

@ -7,3 +7,10 @@ properties:
type: string
description:
type: string
monitoring_enabled:
type: array
items:
type: string
enum:
- metrics
- logs