-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
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
[Fleet] Remove deprecated APIs, parameters, and response properties from Fleet API #189746
Comments
Pinging @elastic/fleet (Team:Fleet) |
Not sure if it should be part of this ticket, but we also have some deprecations in
|
We also have an older ticket where we tracked some of the API deprecations: #121485 I don't see some of them (like the |
The list should be accurate now based on all deprecated notices in https://github.com/elastic/kibana/blob/main/x-pack/plugins/fleet/common/openapi/bundled.yaml |
This is going to require a new API version for serverless. |
Reopening since the private breaking change committee issue will be closed at some point to indicate the changes are approved. |
@criamico I have a question regarding removing |
I think we can close this one, all API removal PRs have been merged, except for:
|
These are breaking changes for 9.0
The following API operations, request parameters, and response properties are deprecated, and should be removed in 9.0
Endpoints to remove
POST /service-tokens
POST /service_tokens
(underscore)/agent-status
GET /agent_status
(underscore)PUT /agents/:agentid/reassign
PUT
verb deprecated in favor ofPOST
GET/POST/DELETE /epm/packages/:pkgkey
/epm/packages/:pkgname/:pkgversion
endpoints (slash delimiter for name/version)GET/POST/DELETE /enrollment-api-keys/*
/enrollment_api_keys
(underscores)Query parameters to remove
GET /epm/categories
?experimental
GET /epm/packages/
?experimental
GET /agent_status
?kuery
?sort_field
Request/response properties to remove
DELETE /epm/packages/:pkgname/:pkgversion
POST /health_check
host
in request + responseGET /epm/packages/:pkgname/:pkgversion
savedObject
+release
in responseGET /agent_status
total
in responseGET /enrollment_api_keys/
list
in responsePOST /settings
fleet_server_hosts
in responsePOST /epm/bulk_assets
GET /epm/categories
response
in responseGET /epm/packages
response
in responseGET /epm/packages
saved_object
in responseGET /agents
list
in responsePOST/PUT /packages_policies
policy_id
in responseGET/POST/PUT /settings/outputs
topics
in responseThe text was updated successfully, but these errors were encountered: