Add sys_monitoring query param to fleet oas#194767
Add sys_monitoring query param to fleet oas#194767daemitus wants to merge 2 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/fleet (Team:Fleet) |
|
Thanks for the PR @daemitus, and for your help on the Terraform provider issue we chatted on previously. @juliaElastic - Do we need to update the router code for this now that we're using the code-gen tool for OpenAPI specs? |
|
if something is generating parts of the oas docs, point me to it. I want to pull in the rest of the fixes in the terraform provider at some point. |
|
This is the issue that will enable generating oas, see the linked pull requests. #184685
|
|
I can look into using this, looks like it's going to get merged shortly. |
|
as a sidenote @juliaElastic , is the operationID editable in the rest_spec such that it shows up downstream in the generated oas? You're losing alot of nuance with Looks like the docs here use summary and maybe opID, or just the summary kebab-cased together. |
Summary
I'm upstreaming some issues I've noticed in the elasticstack Terraform provider.
Adds the missing
sys_monitoringquery param to oas.POST /api/fleet/agent_policies?sys_monitoring=trueSee:
Checklist
Delete any items that are not applicable to this PR.
For maintainers