mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Fleet] Fix OAS snapshot (#200186)
## Summary Fix OAS snapshot --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
79c5e844ff
commit
a21743cb44
2 changed files with 6 additions and 18 deletions
|
@ -16693,14 +16693,10 @@ paths:
|
|||
type: object
|
||||
properties:
|
||||
active:
|
||||
description: >-
|
||||
When false, the enrollment API key is revoked and
|
||||
cannot be used for enrolling Elastic Agents.
|
||||
description: When false, the enrollment API key is revoked and cannot be used for enrolling Elastic Agents.
|
||||
type: boolean
|
||||
api_key:
|
||||
description: >-
|
||||
The enrollment API key (token) used for enrolling
|
||||
Elastic Agents.
|
||||
description: The enrollment API key (token) used for enrolling Elastic Agents.
|
||||
type: string
|
||||
api_key_id:
|
||||
description: The ID of the API key in the Security API.
|
||||
|
@ -16713,9 +16709,7 @@ paths:
|
|||
description: The name of the enrollment API key.
|
||||
type: string
|
||||
policy_id:
|
||||
description: >-
|
||||
The ID of the agent policy the Elastic Agent will be
|
||||
enrolled in.
|
||||
description: The ID of the agent policy the Elastic Agent will be enrolled in.
|
||||
type: string
|
||||
required:
|
||||
- id
|
||||
|
|
|
@ -19477,14 +19477,10 @@ paths:
|
|||
type: object
|
||||
properties:
|
||||
active:
|
||||
description: >-
|
||||
When false, the enrollment API key is revoked and
|
||||
cannot be used for enrolling Elastic Agents.
|
||||
description: When false, the enrollment API key is revoked and cannot be used for enrolling Elastic Agents.
|
||||
type: boolean
|
||||
api_key:
|
||||
description: >-
|
||||
The enrollment API key (token) used for enrolling
|
||||
Elastic Agents.
|
||||
description: The enrollment API key (token) used for enrolling Elastic Agents.
|
||||
type: string
|
||||
api_key_id:
|
||||
description: The ID of the API key in the Security API.
|
||||
|
@ -19497,9 +19493,7 @@ paths:
|
|||
description: The name of the enrollment API key.
|
||||
type: string
|
||||
policy_id:
|
||||
description: >-
|
||||
The ID of the agent policy the Elastic Agent will be
|
||||
enrolled in.
|
||||
description: The ID of the agent policy the Elastic Agent will be enrolled in.
|
||||
type: string
|
||||
required:
|
||||
- id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue