We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audit Fleet APIs and make the response body consistent, as at the moment the body returns different values (comment)
/api/fleet/agent_policies
items[]
/api/fleet/enrollment-api-keys
item[]-
list[]
/api/fleet/agents
Check the openapi docs: https://petstore.swagger.io/?url=https://raw.githubusercontent.com/elastic/kibana/master/x-pack/plugins/fleet/common/openapi/bundled.json
The text was updated successfully, but these errors were encountered:
Pinging @elastic/fleet (Team:Fleet)
Sorry, something went wrong.
I found that enrollment-api-keys returns list[] parameter, not item[]
enrollment-api-keys
item[]
I checked all the get requests and found other discrepancies:
get
/enrollment-api-keys/{keyId}
item
/epm/packages/{pkgkey}
response[]
EDIT: moving this comment to the main ticket
juliaElastic
Successfully merging a pull request may close this issue.
Audit Fleet APIs and make the response body consistent, as at the moment the body returns different values (comment)
/api/fleet/agent_policies
returnsitems[]
,/api/fleet/enrollment-api-keys
returnsitem[]-
list[]
,/api/fleet/agents
returnslist[]
Check the openapi docs: https://petstore.swagger.io/?url=https://raw.githubusercontent.com/elastic/kibana/master/x-pack/plugins/fleet/common/openapi/bundled.json
The text was updated successfully, but these errors were encountered: