Change Updates

Do not miss any Kibana API changes, ever again

Subscribe to the Kibana API changelog to be up to date on recent changes.

RSS

Changelog

Last update:
Compare

This documentation update aligns with the 8.17.0 release. Refer to the Kibana Release Notes and Highlights

21 structure changes including:
12 Additions
9 Modifications
Modified 9 Breaking
PUT /api/alerting/rule/{id}
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • monitoring property Modified
        • run property Modified
      • snooze_schedule property Modified
        • rRule property Modified
POST /s/{spaceId}/api/observability/slos/{sloId}/disable
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 204 response Added
POST /s/{spaceId}/api/observability/slos/{sloId}/_reset
  • Response
  • 204 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
POST /api/apm/services/{serviceName}/annotation
  • Body
  • application/json; Elastic-Api-Version=2023-10-31 content type Modified
    • @timestamp property Modified
      • Property is now required
        Breaking
    • service property Modified
      • Property is now required
        Breaking
      • version property Modified
        • Property is now required
          Breaking
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • _source property Modified
        • annotation property Modified
          • Type went from string to object
            Breaking
  • 400, 401, 403, 404 responses Added
  • Header
  • elastic-api-version, kbn-xsrf headers Added
POST /api/apm/agent_keys
  • Body
  • application/json; Elastic-Api-Version=2023-10-31 content type Modified
    • name, privileges properties Modified
      • Properties are now required
        Breaking
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • api_key, encoded, expiration, id, name properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • agentKey property Added
  • 400, 401, 403, 500 responses Added
  • Header
  • elastic-api-version, kbn-xsrf headers Added
POST /api/alerting/rule/{id}
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • monitoring property Modified
        • run property Modified
      • snooze_schedule property Modified
        • rRule property Modified
GET /api/apm/services/{serviceName}/annotation/search
  • Header
  • elastic-api-version header Added
  • Response
  • 400, 401, 500 responses Added
GET /api/alerting/rules/_find
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • monitoring property Modified
        • run property Modified
      • snooze_schedule property Modified
        • rRule property Modified
GET /api/alerting/rule/{id}
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • monitoring property Modified
        • run property Modified
      • snooze_schedule property Modified
        • rRule property Modified
Added 12
PUT /api/apm/settings/agent-configuration
POST /api/cases/{caseId}/files
POST /api/apm/sourcemaps
POST /api/apm/settings/agent-configuration/search
POST /api/apm/fleet/apm_server_schema
GET /api/apm/sourcemaps
GET /api/apm/settings/agent-configuration/view
GET /api/apm/settings/agent-configuration/environments
GET /api/apm/settings/agent-configuration/agent_name
GET /api/apm/settings/agent-configuration
DELETE /api/apm/sourcemaps/{id}
DELETE /api/apm/settings/agent-configuration

This documentation update aligns with Kibana version 8.16.0, which has the following release notes: https://www.elastic.co/guide/en/kibana/8.16/release-notes-8.16.0.html

244 structure changes including:
23 Breaking changes
190 Additions
29 Modifications
25 Removals
Modified 29 Breaking
PUT /api/fleet/agent_policies/{agentPolicyId}
  • Body
  • application/json; Elastic-Api-Version=2023-10-31 content type Modified
    • global_data_tags property Added
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • item property Modified
        • package_policies property Modified
        • monitoring_diagnostics, monitoring_http, monitoring_pprof_enabled properties Added
  • Query
  • format query parameter Added
PUT /api/fleet/package_policies/{packagePolicyId}
  • Body
  • application/json; Elastic-Api-Version=2023-10-31 content type Modified
    • policy_id property Modified
      • Type went from string to string | null
    • output_id property Added
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • item property Modified
        • output_id property Modified
          • Property is no longer deprecated
        • policy_id property Modified
          • Type went from string to string | null
      • sucess property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PUT /api/fleet/settings
  • Body
  • application/json; Elastic-Api-Version=2023-10-31 content type Modified
    • delete_unenrolled_agents property Added
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • item property Modified
        • delete_unenrolled_agents property Added
PUT /s/{spaceId}/api/observability/slos/{sloId}
  • Body
  • application/json; Elastic-Api-Version=2023-10-31 content type Modified
    • groupBy property Added
      • string-1, array-2 properties Added
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • groupBy property Modified
        • Combinator is now oneOf
        • groupBy alternative Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • string-1, array-2 alternatives Added
PUT /api/detection_engine/rules
  • Path went from /api/alerting/rule/{ruleId} to /api/detection_engine/rules (same operationId)
    Breaking
  • Body
  • application/json; Elastic-Api-Version=2023-10-31 content type Modified
    • alternative Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • Security_Detections_API_EqlRuleCreateFields, Security_Detections_API_QueryRuleCreateFields, Security_Detections_API_SavedQueryRuleCreateFields, Security_Detections_API_ThresholdRuleCreateFields, Security_Detections_API_ThreatMatchRuleCreateFields, Security_Detections_API_MachineLearningRuleCreateFields, Security_Detections_API_NewTermsRuleCreateFields, Security_Detections_API_EsqlRuleCreateFields alternatives Added
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • alternative Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • Security_Detections_API_EqlRuleResponseFields, Security_Detections_API_QueryRuleResponseFields, Security_Detections_API_SavedQueryRuleResponseFields, Security_Detections_API_ThresholdRuleResponseFields, Security_Detections_API_ThreatMatchRuleResponseFields, Security_Detections_API_MachineLearningRuleResponseFields, Security_Detections_API_NewTermsRuleResponseFields, Security_Detections_API_EsqlRuleResponseFields alternatives Added
  • 401, 404 responses Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Header
  • kbn-xsrf header Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Path
  • ruleId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /s/{spaceId}/api/observability/slos/{sloId}/_reset
  • Response
  • 204 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • groupBy property Modified
        • Combinator is now oneOf
        • groupBy alternative Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • string-1, array-2 alternatives Added
POST /s/{spaceId}/api/observability/slos
  • Body
  • application/json; Elastic-Api-Version=2023-10-31 content type Modified
    • groupBy property Modified
      • Combinator is now oneOf
      • groupBy alternative Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • string-1, array-2 alternatives Added
POST /api/fleet/package_policies/upgrade/dryrun
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • diff property Modified
        • output_id property Modified
          • Property is no longer deprecated
        • policy_id property Modified
          • Type went from string to string | null
POST /api/fleet/package_policies/_bulk_get
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • items property Modified
        • output_id property Modified
          • Property is no longer deprecated
        • policy_id property Modified
          • Type went from string to string | null
POST /api/fleet/package_policies
  • Body
  • application/json; Elastic-Api-Version=2023-10-31 content type Modified
    • policy_id property Modified
      • Type went from string to string | null
    • output_id property Added
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • item property Modified
        • output_id property Modified
          • Property is no longer deprecated
        • policy_id property Modified
          • Type went from string to string | null
POST /api/fleet/enrollment_api_keys
  • Body
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
POST /api/fleet/agents/actions/{actionId}/cancel
  • Path went from /api/fleet/agents/{agentId}/actions/{actionId}/cancel to /api/fleet/agents/actions/{actionId}/cancel (same operationId)
    Breaking
  • Path
  • agentId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/fleet/agent_policies/{agentPolicyId}/copy
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • item property Modified
        • package_policies property Modified
        • monitoring_diagnostics, monitoring_http, monitoring_pprof_enabled properties Added
  • Query
  • format query parameter Added
POST /api/fleet/agent_policies/_bulk_get
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • items property Modified
        • package_policies property Modified
        • monitoring_diagnostics, monitoring_http, monitoring_pprof_enabled properties Added
  • Query
  • format query parameter Added
POST /api/fleet/agent_policies
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • item property Modified
        • package_policies property Modified
        • monitoring_diagnostics, monitoring_http, monitoring_pprof_enabled properties Added
POST /api/detection_engine/rules
  • Path went from /api/alerting/rule to /api/detection_engine/rules (same operationId)
    Breaking
  • Body
  • application/json; Elastic-Api-Version=2023-10-31 content type Modified
    • Alerting_create_anomaly_detection_alert_rule_request, Alerting_create_anomaly_detection_jobs_health_rule_request, Alerting_create_apm_anomaly_rule_request, Alerting_create_apm_error_count_rule_request, Alerting_create_apm_transaction_duration_rule_request, Alerting_create_apm_transaction_error_rate_rule_request, Alerting_create_es_query_rule_request, Alerting_create_geo_containment_rule_request, Alerting_create_index_threshold_rule_request, Alerting_create_infra_inventory_rule_request, Alerting_create_infra_metric_anomaly_rule_request, Alerting_create_infra_metric_threshold_rule_request, Alerting_create_monitoring_jvm_memory_usage_rule_request, Alerting_create_log_threshold_rule_request, Alerting_create_monitoring_ccr_exceptions_rule_request, Alerting_create_monitoring_cluster_health_rule_request, Alerting_create_monitoring_cpu_usage_rule_request, Alerting_create_monitoring_disk_usage_rule_request, Alerting_create_monitoring_elasticsearch_version_mismatch_rule_request, Alerting_create_monitoring_license_expiration_rule_request, Alerting_create_monitoring_kibana_version_mismatch_rule_request, Alerting_create_monitoring_logstash_version_mismatch_rule_request, Alerting_create_monitoring_missing_data_rule_request, Alerting_create_monitoring_nodes_changed_rule_request, Alerting_create_monitoring_shard_size_rule_request, Alerting_create_monitoring_thread_pool_search_rejections_rule_request, Alerting_create_monitoring_thread_pool_write_rejections_rule_request, Alerting_create_siem_eql_rule_request, Alerting_create_siem_indicator_rule_request, Alerting_create_siem_ml_rule_request, Alerting_create_siem_new_terms_rule_request, Alerting_create_siem_notifications_rule_request, Alerting_create_siem_query_rule_request, Alerting_create_siem_saved_query_rule_request, Alerting_create_siem_threshold_rule_request, Alerting_create_slo_burn_rate_rule_request, Alerting_create_synthetics_monitor_status_rule_request, Alerting_create_synthetics_uptime_duration_anomaly_rule_request, Alerting_create_synthetics_uptime_tls_rule_request, Alerting_create_synthetics_uptime_tls_certificate_rule_request, Alerting_create_transform_health_rule_request, Alerting_create_uptime_monitor_status_rule_request alternatives Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • Security_Detections_API_EqlRuleCreateFields, Security_Detections_API_QueryRuleCreateFields, Security_Detections_API_SavedQueryRuleCreateFields, Security_Detections_API_ThresholdRuleCreateFields, Security_Detections_API_ThreatMatchRuleCreateFields, Security_Detections_API_MachineLearningRuleCreateFields, Security_Detections_API_NewTermsRuleCreateFields, Security_Detections_API_EsqlRuleCreateFields alternatives Added
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • alternative Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • Security_Detections_API_EqlRuleResponseFields, Security_Detections_API_QueryRuleResponseFields, Security_Detections_API_SavedQueryRuleResponseFields, Security_Detections_API_ThresholdRuleResponseFields, Security_Detections_API_ThreatMatchRuleResponseFields, Security_Detections_API_MachineLearningRuleResponseFields, Security_Detections_API_NewTermsRuleResponseFields, Security_Detections_API_EsqlRuleResponseFields alternatives Added
  • 401, 404 responses Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Header
  • kbn-xsrf header Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /s/{spaceId}/api/observability/slos/{sloId}
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • groupBy property Modified
        • Combinator is now oneOf
        • groupBy alternative Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • string-1, array-2 alternatives Added
GET /s/{spaceId}/api/observability/slos
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • results property Modified
        • groupBy property Modified
          • Combinator is now oneOf
GET /api/fleet/settings
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • item property Modified
        • delete_unenrolled_agents property Added
GET /api/fleet/package_policies/{packagePolicyId}
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • item property Modified
        • output_id property Modified
          • Property is no longer deprecated
        • policy_id property Modified
          • Type went from string to string | null
GET /api/fleet/package_policies
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • items property Modified
        • output_id property Modified
          • Property is no longer deprecated
        • policy_id property Modified
          • Type went from string to string | null
GET /api/fleet/epm/packages/{pkgkey}
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • response property Modified
        • agent, asset_tags, discovery, owner properties Added
GET /api/fleet/epm/packages/{pkgName}/{pkgVersion}
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • item property Modified
        • agent, asset_tags, discovery, owner properties Added
GET /api/fleet/enrollment_api_keys
  • Query
  • perPage, page, kuery query parameters Added
GET /api/fleet/agent_policies/{agentPolicyId}/full
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • item property Modified
        • object-2 alternative Modified
GET /api/fleet/agent_policies/{agentPolicyId}
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • item property Modified
        • package_policies property Modified
        • monitoring_diagnostics, monitoring_http, monitoring_pprof_enabled properties Added
  • Query
  • format query parameter Added
GET /api/fleet/agent_policies
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • items property Modified
        • package_policies property Modified
        • monitoring_diagnostics, monitoring_http, monitoring_pprof_enabled properties Added
  • Query
  • format query parameter Added
GET /api/detection_engine/rules/_find
  • Path went from /api/alerting/rules/_find to /api/detection_engine/rules/_find (same operationId)
    Breaking
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • data property Modified
        • Property is now required
          Breaking
        • Alerting_rule_response_properties alternative Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • Security_Detections_API_EqlRuleResponseFields, Security_Detections_API_QueryRuleResponseFields, Security_Detections_API_SavedQueryRuleResponseFields, Security_Detections_API_ThresholdRuleResponseFields, Security_Detections_API_ThreatMatchRuleResponseFields, Security_Detections_API_MachineLearningRuleResponseFields, Security_Detections_API_NewTermsRuleResponseFields, Security_Detections_API_EsqlRuleResponseFields alternatives Added
      • page, total properties Modified
        • Properties are now required
          Breaking
      • per_page property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • perPage property Added
  • 401 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Query
  • default_search_operator, has_reference, search, search_fields query parameters Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /api/detection_engine/rules
  • Path went from /api/alerting/rule/{ruleId} to /api/detection_engine/rules (same operationId)
    Breaking
  • Header
  • kbn-xsrf header Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Path
  • ruleId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Response
  • 204, 401, 404 responses Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
  • Query
  • id, rule_id query parameters Added
Removed 25 Breaking
PUT /api/actions/connector/{connectorId}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /api/actions/action/{actionId}
POST /api/alerting/rule/{ruleId}/alert/{alertId}/_unmute
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/alerting/rule/{ruleId}/alert/{alertId}/_mute
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/alerting/rule/{ruleId}/_update_api_key
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/alerting/rule/{ruleId}/_unmute_all
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/alerting/rule/{ruleId}/_mute_all
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/alerting/rule/{ruleId}/_enable
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/alerting/rule/{ruleId}/_disable
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/alerting/rule/{ruleId}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/actions/connector/{connectorId}/_execute
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/actions/connector/{connectorId}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /api/actions/action/{actionId}
DELETE /api/actions/connector/{connectorId}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/actions
GET /api/actions/action/{actionId}
GET /api/actions/connector/{connectorId}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/actions/connector_types
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/actions/connectors
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/actions/list_action_types
GET /api/alerting/rule/{ruleId}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/status
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/actions
POST /api/actions/action/{actionId}/_execute
POST /api/actions/connector
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 190
POST /api/endpoint_list/items
POST /api/entity_store/engines/apply_dataview_indices
POST /api/entity_store/engines/{entityType}/init
POST /api/entity_store/engines/{entityType}/start
POST /api/entity_store/engines/{entityType}/stats
POST /api/entity_store/engines/{entityType}/stop
POST /api/exception_lists
POST /api/exception_lists/_duplicate
POST /api/exception_lists/_export
POST /api/exception_lists/_import
POST /api/exception_lists/items
POST /api/exceptions/shared
POST /api/lists
POST /api/lists/index
POST /api/lists/items
POST /api/lists/items/_export
POST /api/lists/items/_import
POST /api/detection_engine/signals/search
POST /api/detection_engine/signals/status
POST /api/detection_engine/signals/tags
POST /api/endpoint/action/execute
POST /api/endpoint/action/get_file
POST /api/endpoint/action/isolate
POST /api/endpoint/action/kill_process
POST /api/endpoint/action/running_procs
POST /api/endpoint/action/scan
POST /api/endpoint/action/suspend_process
POST /api/endpoint/action/unisolate
POST /api/endpoint/action/upload
POST /api/endpoint/isolate
POST /api/endpoint/protection_updates_note/{package_policy_id}
POST /api/endpoint/suggestions/{suggestion_type}
POST /api/endpoint/unisolate
POST /api/endpoint_list
POST /api/timeline/_import
POST /api/timeline/_prepackaged
PUT /api/actions/action/{id}
PUT /api/actions/connector/{id}
PUT /api/alerting/rule/{id}
PUT /api/detection_engine/rules/_bulk_update
PUT /api/detection_engine/rules/prepackaged
PUT /api/endpoint_list/items
PUT /api/exception_lists
PUT /api/exception_lists/items
PUT /api/lists
PUT /api/lists/items
PUT /api/osquery/packs/{id}
PUT /api/osquery/saved_queries/{id}
PUT /api/security/role/{name}
PUT /api/security_ai_assistant/current_user/conversations/{id}
PUT /api/spaces/space/{id}
POST /api/osquery/live_queries
POST /api/osquery/packs
POST /api/osquery/saved_queries
POST /api/risk_score/engine/schedule_now
POST /api/security/roles
POST /api/security_ai_assistant/anonymization_fields/_bulk_action
POST /api/security_ai_assistant/chat/complete
POST /api/security_ai_assistant/current_user/conversations
POST /api/security_ai_assistant/prompts/_bulk_action
POST /api/spaces/_copy_saved_objects
POST /api/spaces/_disable_legacy_url_aliases
POST /api/spaces/_get_shareable_references
POST /api/spaces/_update_objects_spaces
POST /api/spaces/space
POST /api/timeline
POST /api/timeline/_draft
POST /api/timeline/_export
DELETE /api/actions/action/{id}
GET /api/asset_criticality/list
GET /api/detection_engine/index
GET /api/detection_engine/privileges
GET /api/detection_engine/rules
GET /api/detection_engine/rules/prepackaged/_status
GET /api/detection_engine/tags
GET /api/endpoint/action
GET /api/endpoint/action/state
GET /api/endpoint/action/{action_id}
GET /api/endpoint/action/{action_id}/file/{file_id}
GET /api/endpoint/action/{action_id}/file/{file_id}/download
GET /api/endpoint/action_log/{agent_id}
GET /api/endpoint/action_status
GET /api/endpoint/metadata
GET /api/endpoint/metadata/transforms
GET /api/endpoint/metadata/{id}
GET /api/endpoint/policy/summaries
GET /api/endpoint/policy_response
GET /api/endpoint/protection_updates_note/{package_policy_id}
GET /api/endpoint_list/items
GET /api/endpoint_list/items/_find
GET /api/entity_store/engines
GET /api/entity_store/engines/{entityType}
GET /api/entity_store/entities/list
GET /api/exception_lists
GET /api/exception_lists/_find
GET /api/exception_lists/items
GET /api/exception_lists/items/_find
GET /api/exception_lists/summary
GET /api/lists
DELETE /api/actions/connector/{id}
DELETE /api/alerting/rule/{id}
DELETE /api/asset_criticality
DELETE /api/detection_engine/index
DELETE /api/detection_engine/rules/_bulk_delete
DELETE /api/detection_engine/signals/migration
DELETE /api/endpoint_list/items
DELETE /api/entity_store/engines/{entityType}
DELETE /api/exception_lists
DELETE /api/exception_lists/items
DELETE /api/lists
DELETE /api/lists/index
DELETE /api/lists/items
DELETE /api/note
DELETE /api/osquery/packs/{id}
DELETE /api/osquery/saved_queries/{id}
DELETE /api/risk_score/engine/dangerously_delete_data
DELETE /api/security/role/{name}
DELETE /api/security_ai_assistant/current_user/conversations/{id}
DELETE /api/spaces/space/{id}
DELETE /api/timeline
GET /api/actions
GET /api/actions/action/{id}
GET /api/actions/connector/{id}
GET /api/actions/connector_types
GET /api/actions/connectors
GET /api/actions/list_action_types
GET /api/alerting/rule/{id}
GET /api/alerting/rules/_find
GET /api/asset_criticality
GET /api/lists/_find
PATCH /api/note
PATCH /api/pinned_event
PATCH /api/timeline
PATCH /api/timeline/_favorite
POST /api/actions/action
POST /api/actions/action/{id}/_execute
POST /api/actions/connector/{id}
POST /api/actions/connector/{id}/_execute
POST /api/alerting/rule/{id}
POST /api/alerting/rule/{id}/_disable
POST /api/alerting/rule/{id}/_enable
POST /api/alerting/rule/{id}/_mute_all
POST /api/alerting/rule/{id}/_unmute_all
POST /api/alerting/rule/{id}/_update_api_key
POST /api/alerting/rule/{rule_id}/alert/{alert_id}/_mute
POST /api/alerting/rule/{rule_id}/alert/{alert_id}/_unmute
POST /api/asset_criticality
POST /api/asset_criticality/bulk
POST /api/detection_engine/index
POST /api/detection_engine/rules/_bulk_action
POST /api/detection_engine/rules/_bulk_create
POST /api/detection_engine/rules/_bulk_delete
POST /api/detection_engine/rules/_export
POST /api/detection_engine/rules/_import
POST /api/detection_engine/rules/preview
POST /api/detection_engine/rules/{id}/exceptions
POST /api/detection_engine/signals/assignees
POST /api/detection_engine/signals/finalize_migration
POST /api/detection_engine/signals/migration
POST /api/detection_engine/signals/migration_status
GET /api/lists/index
GET /api/lists/items
GET /api/lists/items/_find
GET /api/lists/privileges
GET /api/note
GET /api/osquery/live_queries
GET /api/osquery/live_queries/{id}
GET /api/osquery/live_queries/{id}/results/{actionId}
GET /api/osquery/packs
GET /api/osquery/packs/{id}
GET /api/osquery/saved_queries
GET /api/osquery/saved_queries/{id}
GET /api/security/role
GET /api/security/role/{name}
GET /api/security_ai_assistant/anonymization_fields/_find
GET /api/security_ai_assistant/current_user/conversations/_find
GET /api/security_ai_assistant/current_user/conversations/{id}
GET /api/security_ai_assistant/prompts/_find
GET /api/spaces/space
GET /api/spaces/space/{id}
GET /api/status
GET /api/timeline
GET /api/timeline/_copy
GET /api/timeline/_draft
GET /api/timeline/resolve
GET /api/timelines
PATCH /api/detection_engine/rules
PATCH /api/detection_engine/rules/_bulk_update
PATCH /api/lists
PATCH /api/lists/items

This documentation update aligns with 8.15.2. The Fleet API changes fix a documentation error (https://github.com/elastic/kibana/pull/192652).

105 structure changes including:
94 Breaking changes
104 Modifications
1 Removal
Modified 104 Breaking
DELETE /api/fleet/agent_download_sources/{sourceId}
  • Path went from /agent_download_sources/{sourceId} to /api/fleet/agent_download_sources/{sourceId} (same operationId)
    Breaking
DELETE /api/fleet/agents/files/{fileId}
  • Path went from /agents/files/{fileId} to /api/fleet/agents/files/{fileId} (same operationId)
    Breaking
DELETE /api/fleet/agents/{agentId}
  • Path went from /agents/{agentId} to /api/fleet/agents/{agentId} (same operationId)
    Breaking
DELETE /api/fleet/enrollment-api-keys/{keyId}
  • Path went from /enrollment-api-keys/{keyId} to /api/fleet/enrollment-api-keys/{keyId} (same operationId)
DELETE /api/fleet/enrollment_api_keys/{keyId}
  • Path went from /enrollment_api_keys/{keyId} to /api/fleet/enrollment_api_keys/{keyId} (same operationId)
    Breaking
DELETE /api/fleet/epm/packages/{pkgName}/{pkgVersion}
  • Path went from /epm/packages/{pkgName}/{pkgVersion} to /api/fleet/epm/packages/{pkgName}/{pkgVersion} (same operationId)
    Breaking
DELETE /api/fleet/epm/packages/{pkgkey}
  • Path went from /epm/packages/{pkgkey} to /api/fleet/epm/packages/{pkgkey} (same operationId)
DELETE /api/fleet/fleet_server_hosts/{itemId}
  • Path went from /fleet_server_hosts/{itemId} to /api/fleet/fleet_server_hosts/{itemId} (same operationId)
    Breaking
DELETE /api/fleet/outputs/{outputId}
  • Path went from /outputs/{outputId} to /api/fleet/outputs/{outputId} (same operationId)
    Breaking
DELETE /api/fleet/package_policies/{packagePolicyId}
  • Path went from /package_policies/{packagePolicyId} to /api/fleet/package_policies/{packagePolicyId} (same operationId)
    Breaking
DELETE /api/fleet/proxies/{itemId}
  • Path went from /proxies/{itemId} to /api/fleet/proxies/{itemId} (same operationId)
    Breaking
GET /api/fleet/agent-status
  • Path went from /agent-status to /api/fleet/agent-status (same operationId)
GET /api/fleet/agent_download_sources
  • Path went from /agent_download_sources to /api/fleet/agent_download_sources (same operationId)
    Breaking
GET /api/fleet/agent_download_sources/{sourceId}
  • Path went from /agent_download_sources/{sourceId} to /api/fleet/agent_download_sources/{sourceId} (same operationId)
    Breaking
GET /api/fleet/agent_policies
  • Path went from /agent_policies to /api/fleet/agent_policies (same operationId)
    Breaking
GET /api/fleet/agent_policies/{agentPolicyId}
  • Path went from /agent_policies/{agentPolicyId} to /api/fleet/agent_policies/{agentPolicyId} (same operationId)
    Breaking
GET /api/fleet/agent_policies/{agentPolicyId}/download
  • Path went from /agent_policies/{agentPolicyId}/download to /api/fleet/agent_policies/{agentPolicyId}/download (same operationId)
    Breaking
GET /api/fleet/agent_policies/{agentPolicyId}/full
  • Path went from /agent_policies/{agentPolicyId}/full to /api/fleet/agent_policies/{agentPolicyId}/full (same operationId)
    Breaking
GET /api/fleet/agent_status
  • Path went from /agent_status to /api/fleet/agent_status (same operationId)
    Breaking
GET /api/fleet/agent_status/data
  • Path went from /agent_status/data to /api/fleet/agent_status/data (same operationId)
    Breaking
GET /api/fleet/agents
  • Path went from /agents to /api/fleet/agents (same operationId)
    Breaking
GET /api/fleet/agents/action_status
  • Path went from /agents/action_status to /api/fleet/agents/action_status (same operationId)
    Breaking
GET /api/fleet/agents/files/{fileId}/{fileName}
  • Path went from /agents/files/{fileId}/{fileName} to /api/fleet/agents/files/{fileId}/{fileName} (same operationId)
    Breaking
GET /api/fleet/agents/setup
  • Path went from /agents/setup to /api/fleet/agents/setup (same operationId)
    Breaking
GET /api/fleet/agents/tags
  • Path went from /agents/tags to /api/fleet/agents/tags (same operationId)
    Breaking
GET /api/fleet/agents/{agentId}
  • Path went from /agents/{agentId} to /api/fleet/agents/{agentId} (same operationId)
    Breaking
GET /api/fleet/agents/{agentId}/uploads
  • Path went from /agents/{agentId}/uploads to /api/fleet/agents/{agentId}/uploads (same operationId)
    Breaking
GET /api/fleet/data_streams
  • Path went from /data_streams to /api/fleet/data_streams (same operationId)
    Breaking
GET /api/fleet/enrollment-api-keys
  • Path went from /enrollment-api-keys to /api/fleet/enrollment-api-keys (same operationId)
GET /api/fleet/enrollment-api-keys/{keyId}
  • Path went from /enrollment-api-keys/{keyId} to /api/fleet/enrollment-api-keys/{keyId} (same operationId)
GET /api/fleet/enrollment_api_keys
  • Path went from /enrollment_api_keys to /api/fleet/enrollment_api_keys (same operationId)
    Breaking
GET /api/fleet/enrollment_api_keys/{keyId}
  • Path went from /enrollment_api_keys/{keyId} to /api/fleet/enrollment_api_keys/{keyId} (same operationId)
    Breaking
GET /api/fleet/epm/categories
  • Path went from /epm/categories to /api/fleet/epm/categories (same operationId)
    Breaking
GET /api/fleet/epm/packages
  • Path went from /epm/packages to /api/fleet/epm/packages (same operationId)
    Breaking
GET /api/fleet/epm/packages/limited
  • Path went from /epm/packages/limited to /api/fleet/epm/packages/limited (same operationId)
    Breaking
GET /api/fleet/epm/packages/{pkgName}/stats
  • Path went from /epm/packages/{pkgName}/stats to /api/fleet/epm/packages/{pkgName}/stats (same operationId)
    Breaking
GET /api/fleet/epm/packages/{pkgName}/{pkgVersion}
  • Path went from /epm/packages/{pkgName}/{pkgVersion} to /api/fleet/epm/packages/{pkgName}/{pkgVersion} (same operationId)
    Breaking
GET /api/fleet/epm/packages/{pkgName}/{pkgVersion}/{filePath}
  • Path went from /epm/packages/{pkgName}/{pkgVersion}/{filePath} to /api/fleet/epm/packages/{pkgName}/{pkgVersion}/{filePath} (same operationId)
    Breaking
GET /api/fleet/epm/packages/{pkgkey}
  • Path went from /epm/packages/{pkgkey} to /api/fleet/epm/packages/{pkgkey} (same operationId)
GET /api/fleet/epm/templates/{pkgName}/{pkgVersion}/inputs
  • Path went from /epm/templates/{pkgName}/{pkgVersion}/inputs to /api/fleet/epm/templates/{pkgName}/{pkgVersion}/inputs (same operationId)
    Breaking
GET /api/fleet/epm/verification_key_id
  • Path went from /epm/verification_key_id to /api/fleet/epm/verification_key_id (same operationId)
    Breaking
GET /api/fleet/fleet_server_hosts
  • Path went from /fleet_server_hosts to /api/fleet/fleet_server_hosts (same operationId)
    Breaking
GET /api/fleet/fleet_server_hosts/{itemId}
  • Path went from /fleet_server_hosts/{itemId} to /api/fleet/fleet_server_hosts/{itemId} (same operationId)
    Breaking
GET /api/fleet/kubernetes
  • Path went from /kubernetes to /api/fleet/kubernetes (same operationId)
    Breaking
GET /api/fleet/outputs
  • Path went from /outputs to /api/fleet/outputs (same operationId)
    Breaking
GET /api/fleet/outputs/{outputId}
  • Path went from /outputs/{outputId} to /api/fleet/outputs/{outputId} (same operationId)
    Breaking
GET /api/fleet/outputs/{outputId}/health
  • Path went from /outputs/{outputId}/health to /api/fleet/outputs/{outputId}/health (same operationId)
    Breaking
GET /api/fleet/package_policies
  • Path went from /package_policies to /api/fleet/package_policies (same operationId)
    Breaking
GET /api/fleet/package_policies/{packagePolicyId}
  • Path went from /package_policies/{packagePolicyId} to /api/fleet/package_policies/{packagePolicyId} (same operationId)
    Breaking
GET /api/fleet/proxies
  • Path went from /proxies to /api/fleet/proxies (same operationId)
    Breaking
GET /api/fleet/proxies/{itemId}
  • Path went from /proxies/{itemId} to /api/fleet/proxies/{itemId} (same operationId)
    Breaking
GET /api/fleet/settings
  • Path went from /settings to /api/fleet/settings (same operationId)
    Breaking
GET /api/fleet/uninstall_tokens
  • Path went from /uninstall_tokens to /api/fleet/uninstall_tokens (same operationId)
    Breaking
GET /api/fleet/uninstall_tokens/{uninstallTokenId}
  • Path went from /uninstall_tokens/{uninstallTokenId} to /api/fleet/uninstall_tokens/{uninstallTokenId} (same operationId)
    Breaking
POST /api/actions/connector/{connectorId}/_execute
  • Body
  • application/json; Elastic-Api-Version=2023-10-31 content type Modified
    • params property Modified
      • Connectors_run_connector_subaction_pushtoservice alternative Modified
        • subActionParams property Modified
POST /api/fleet/agent_download_sources
  • Path went from /agent_download_sources to /api/fleet/agent_download_sources (same operationId)
    Breaking
POST /api/fleet/agent_policies
  • Path went from /agent_policies to /api/fleet/agent_policies (same operationId)
    Breaking
POST /api/fleet/agent_policies/_bulk_get
  • Path went from /agent_policies/_bulk_get to /api/fleet/agent_policies/_bulk_get (same operationId)
    Breaking
POST /api/fleet/agent_policies/delete
  • Path went from /agent_policies/delete to /api/fleet/agent_policies/delete (same operationId)
    Breaking
POST /api/fleet/agent_policies/{agentPolicyId}/copy
  • Path went from /agent_policies/{agentPolicyId}/copy to /api/fleet/agent_policies/{agentPolicyId}/copy (same operationId)
    Breaking
POST /api/fleet/agents
  • Path went from /agents to /api/fleet/agents (same operationId)
    Breaking
POST /api/fleet/agents/bulk_reassign
  • Path went from /agents/bulk_reassign to /api/fleet/agents/bulk_reassign (same operationId)
    Breaking
POST /api/fleet/agents/bulk_request_diagnostics
  • Path went from /agents/bulk_request_diagnostics to /api/fleet/agents/bulk_request_diagnostics (same operationId)
    Breaking
POST /api/fleet/agents/bulk_unenroll
  • Path went from /agents/bulk_unenroll to /api/fleet/agents/bulk_unenroll (same operationId)
    Breaking
POST /api/fleet/agents/bulk_update_agent_tags
  • Path went from /agents/bulk_update_agent_tags to /api/fleet/agents/bulk_update_agent_tags (same operationId)
    Breaking
POST /api/fleet/agents/bulk_upgrade
  • Path went from /agents/bulk_upgrade to /api/fleet/agents/bulk_upgrade (same operationId)
    Breaking
POST /api/fleet/agents/setup
  • Path went from /agents/setup to /api/fleet/agents/setup (same operationId)
    Breaking
POST /api/fleet/agents/{agentId}/actions
  • Path went from /agents/{agentId}/actions to /api/fleet/agents/{agentId}/actions (same operationId)
    Breaking
POST /api/fleet/agents/{agentId}/actions/{actionId}/cancel
  • Path went from /agents/{agentId}/actions/{actionId}/cancel to /api/fleet/agents/{agentId}/actions/{actionId}/cancel (same operationId)
    Breaking
POST /api/fleet/agents/{agentId}/reassign
  • Path went from /agents/{agentId}/reassign to /api/fleet/agents/{agentId}/reassign (same operationId)
    Breaking
POST /api/fleet/agents/{agentId}/request_diagnostics
  • Path went from /agents/{agentId}/request_diagnostics to /api/fleet/agents/{agentId}/request_diagnostics (same operationId)
    Breaking
POST /api/fleet/agents/{agentId}/unenroll
  • Path went from /agents/{agentId}/unenroll to /api/fleet/agents/{agentId}/unenroll (same operationId)
    Breaking
POST /api/fleet/agents/{agentId}/upgrade
  • Path went from /agents/{agentId}/upgrade to /api/fleet/agents/{agentId}/upgrade (same operationId)
    Breaking
POST /api/fleet/enrollment-api-keys
  • Path went from /enrollment-api-keys to /api/fleet/enrollment-api-keys (same operationId)
POST /api/fleet/enrollment_api_keys
  • Path went from /enrollment_api_keys to /api/fleet/enrollment_api_keys (same operationId)
    Breaking
POST /api/fleet/epm/bulk_assets
  • Path went from /epm/bulk_assets to /api/fleet/epm/bulk_assets (same operationId)
    Breaking
POST /api/fleet/epm/packages
  • Path went from /epm/packages to /api/fleet/epm/packages (same operationId)
    Breaking
POST /api/fleet/epm/packages/_bulk
  • Path went from /epm/packages/_bulk to /api/fleet/epm/packages/_bulk (same operationId)
    Breaking
POST /api/fleet/epm/packages/{pkgName}/{pkgVersion}
  • Path went from /epm/packages/{pkgName}/{pkgVersion} to /api/fleet/epm/packages/{pkgName}/{pkgVersion} (same operationId)
    Breaking
POST /api/fleet/epm/packages/{pkgName}/{pkgVersion}/transforms/authorize
  • Path went from /epm/packages/{pkgName}/{pkgVersion}/transforms/authorize to /api/fleet/epm/packages/{pkgName}/{pkgVersion}/transforms/authorize (same operationId)
    Breaking
POST /api/fleet/epm/packages/{pkgkey}
  • Path went from /epm/packages/{pkgkey} to /api/fleet/epm/packages/{pkgkey} (same operationId)
POST /api/fleet/fleet_server_hosts
  • Path went from /fleet_server_hosts to /api/fleet/fleet_server_hosts (same operationId)
    Breaking
POST /api/fleet/health_check
  • Path went from /health_check to /api/fleet/health_check (same operationId)
    Breaking
POST /api/fleet/logstash_api_keys
  • Path went from /logstash_api_keys to /api/fleet/logstash_api_keys (same operationId)
    Breaking
POST /api/fleet/outputs
  • Path went from /outputs to /api/fleet/outputs (same operationId)
    Breaking
POST /api/fleet/package_policies
  • Path went from /package_policies to /api/fleet/package_policies (same operationId)
    Breaking
POST /api/fleet/package_policies/_bulk_get
  • Path went from /package_policies/_bulk_get to /api/fleet/package_policies/_bulk_get (same operationId)
    Breaking
POST /api/fleet/package_policies/delete
  • Path went from /package_policies/delete to /api/fleet/package_policies/delete (same operationId)
    Breaking
POST /api/fleet/package_policies/upgrade
  • Path went from /package_policies/upgrade to /api/fleet/package_policies/upgrade (same operationId)
    Breaking
POST /api/fleet/package_policies/upgrade/dryrun
  • Path went from /package_policies/upgrade/dryrun to /api/fleet/package_policies/upgrade/dryrun (same operationId)
    Breaking
POST /api/fleet/proxies
  • Path went from /proxies to /api/fleet/proxies (same operationId)
    Breaking
POST /api/fleet/service-tokens
  • Path went from /service-tokens to /api/fleet/service-tokens (same operationId)
POST /api/fleet/service_tokens
  • Path went from /service_tokens to /api/fleet/service_tokens (same operationId)
    Breaking
POST /api/fleet/setup
  • Path went from /setup to /api/fleet/setup (same operationId)
    Breaking
PUT /api/fleet/agent_download_sources/{sourceId}
  • Path went from /agent_download_sources/{sourceId} to /api/fleet/agent_download_sources/{sourceId} (same operationId)
    Breaking
PUT /api/fleet/agent_policies/{agentPolicyId}
  • Path went from /agent_policies/{agentPolicyId} to /api/fleet/agent_policies/{agentPolicyId} (same operationId)
    Breaking
PUT /api/fleet/agents/{agentId}
  • Path went from /agents/{agentId} to /api/fleet/agents/{agentId} (same operationId)
    Breaking
PUT /api/fleet/agents/{agentId}/reassign
  • Path went from /agents/{agentId}/reassign to /api/fleet/agents/{agentId}/reassign (same operationId)
PUT /api/fleet/epm/packages/{pkgName}/{pkgVersion}
  • Path went from /epm/packages/{pkgName}/{pkgVersion} to /api/fleet/epm/packages/{pkgName}/{pkgVersion} (same operationId)
    Breaking
PUT /api/fleet/fleet_server_hosts/{itemId}
  • Path went from /fleet_server_hosts/{itemId} to /api/fleet/fleet_server_hosts/{itemId} (same operationId)
    Breaking
PUT /api/fleet/outputs/{outputId}
  • Path went from /outputs/{outputId} to /api/fleet/outputs/{outputId} (same operationId)
    Breaking
PUT /api/fleet/package_policies/{packagePolicyId}
  • Path went from /package_policies/{packagePolicyId} to /api/fleet/package_policies/{packagePolicyId} (same operationId)
    Breaking
PUT /api/fleet/proxies/{itemId}
  • Path went from /proxies/{itemId} to /api/fleet/proxies/{itemId} (same operationId)
    Breaking
PUT /api/fleet/settings
  • Path went from /settings to /api/fleet/settings (same operationId)
    Breaking
Removed 1 Breaking
GET /settings/enrollment
  • Removing a resource is always breaking unless it was deprecated before
    Breaking

The new options in the connector endpoints relate to https://github.com/elastic/kibana/issues/180255

5 structure changes including:
5 Modifications
Modified 5
GET /api/actions/connector/{connectorId}
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • Connectors_connector_response_properties_cases_webhook alternative Modified
        • config property Modified
GET /api/actions/connectors
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • Connectors_connector_response_properties_cases_webhook alternative Modified
        • config property Modified
POST /api/actions/connector
  • Body
  • application/json; Elastic-Api-Version=2023-10-31 content type Modified
    • Connectors_create_connector_request_cases_webhook alternative Modified
      • config property Modified
        • authType, ca, certType, verificationMode properties Added
      • secrets property Modified
        • crt, key, pfx properties Added
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • Connectors_connector_response_properties_cases_webhook alternative Modified
        • config property Modified
POST /api/actions/connector/{connectorId}
  • Body
  • application/json; Elastic-Api-Version=2023-10-31 content type Modified
    • Connectors_create_connector_request_cases_webhook alternative Modified
      • config property Modified
        • authType, ca, certType, verificationMode properties Added
      • secrets property Modified
        • crt, key, pfx properties Added
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • Connectors_connector_response_properties_cases_webhook alternative Modified
        • config property Modified
PUT /api/actions/connector/{connectorId}
  • Body
  • application/json; Elastic-Api-Version=2023-10-31 content type Modified
    • Connectors_update_connector_request_cases_webhook alternative Modified
      • config property Modified
        • authType, ca, certType, verificationMode properties Added
      • secrets property Modified
        • crt, key, pfx properties Added
  • Response
  • 200 response Modified
    • application/json; Elastic-Api-Version=2023-10-31 content type Modified
      • Connectors_connector_response_properties_cases_webhook alternative Modified
        • config property Modified

We added a feedback link and updated the method for generating these docs so they now include an "Elastic-Api-Version" qualifier.

215 structure changes including:
215 Modifications
Modified 215 Breaking
DELETE /agent_download_sources/{sourceId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /agents/files/{fileId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /agents/{agentId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /api/actions/action/{actionId}
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /api/actions/connector/{connectorId}
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /api/alerting/rule/{ruleId}
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /api/alerts/alert/{alertId}
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /api/cases
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /api/cases/{caseId}/comments
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /api/cases/{caseId}/comments/{commentId}
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /api/data_views/data_view/{viewId}
  • Response
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /api/data_views/data_view/{viewId}/runtime_field/{fieldName}
  • Response
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /enrollment-api-keys/{keyId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /enrollment_api_keys/{keyId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /epm/packages/{pkgName}/{pkgVersion}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /epm/packages/{pkgkey}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /fleet_server_hosts/{itemId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /outputs/{outputId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /package_policies/{packagePolicyId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /proxies/{itemId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
DELETE /s/{spaceId}/api/observability/slos/{sloId}
  • Response
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 403 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agent-status
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agent_download_sources
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agent_download_sources/{sourceId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agent_policies
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agent_policies/{agentPolicyId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agent_policies/{agentPolicyId}/download
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agent_policies/{agentPolicyId}/full
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agent_status
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agent_status/data
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agents
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agents/action_status
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agents/files/{fileId}/{fileName}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agents/setup
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agents/tags
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agents/{agentId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /agents/{agentId}/uploads
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/actions
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/actions/action/{actionId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/actions/connector/{connectorId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/actions/connector_types
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/actions/connectors
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/actions/list_action_types
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/alerting/_health
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/alerting/rule/{ruleId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/alerting/rule_types
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/alerting/rules/_find
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/alerts/alert/{alertId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/alerts/alerts/_find
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/alerts/alerts/_health
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/alerts/alerts/list_alert_types
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/apm/services/{serviceName}/annotation/search
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/cases/_find
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/cases/alerts/{alertId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/cases/configure
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/cases/configure/connectors/_find
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/cases/reporters
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/cases/status
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/cases/tags
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/cases/{caseId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/cases/{caseId}/alerts
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/cases/{caseId}/comments
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/cases/{caseId}/comments/_find
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/cases/{caseId}/comments/{commentId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/cases/{caseId}/user_actions
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/cases/{caseId}/user_actions/_find
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/data_views
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/data_views/data_view/{viewId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/data_views/data_view/{viewId}/runtime_field/{fieldName}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/data_views/default
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/ml/saved_objects/sync
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/saved_objects/_find
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/saved_objects/resolve/{type}/{id}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/saved_objects/{type}/{id}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/status
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /data_streams
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /enrollment-api-keys
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /enrollment-api-keys/{keyId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /enrollment_api_keys
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /enrollment_api_keys/{keyId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /epm/categories
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /epm/packages
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /epm/packages/limited
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /epm/packages/{pkgName}/stats
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /epm/packages/{pkgName}/{pkgVersion}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /epm/packages/{pkgName}/{pkgVersion}/{filePath}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /epm/packages/{pkgkey}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /epm/templates/{pkgName}/{pkgVersion}/inputs
  • Response
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /epm/verification_key_id
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /fleet_server_hosts
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /fleet_server_hosts/{itemId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /kubernetes
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /outputs
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /outputs/{outputId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /outputs/{outputId}/health
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /package_policies
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
GET /package_policies/{packagePolicyId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /proxies
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /proxies/{itemId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /s/{spaceId}/api/observability/slos
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 403 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /s/{spaceId}/api/observability/slos/{sloId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 403 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /settings
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /settings/enrollment
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /uninstall_tokens
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /uninstall_tokens/{uninstallTokenId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PATCH /api/cases
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PATCH /api/cases/configure/{configurationId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PATCH /api/cases/{caseId}/comments
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agent_download_sources
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agent_policies
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
POST /agent_policies/_bulk_get
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
POST /agent_policies/delete
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agent_policies/{agentPolicyId}/copy
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agents
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agents/bulk_reassign
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agents/bulk_request_diagnostics
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agents/bulk_unenroll
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agents/bulk_update_agent_tags
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agents/bulk_upgrade
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agents/setup
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agents/{agentId}/actions
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agents/{agentId}/actions/{actionId}/cancel
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agents/{agentId}/reassign
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agents/{agentId}/request_diagnostics
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agents/{agentId}/unenroll
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /agents/{agentId}/upgrade
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/actions
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/actions/action/{actionId}/_execute
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/actions/connector
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/actions/connector/{connectorId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/actions/connector/{connectorId}/_execute
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerting/rule
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerting/rule/{ruleId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerting/rule/{ruleId}/_disable
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerting/rule/{ruleId}/_enable
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerting/rule/{ruleId}/_mute_all
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerting/rule/{ruleId}/_unmute_all
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerting/rule/{ruleId}/_update_api_key
  • Response
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerting/rule/{ruleId}/alert/{alertId}/_mute
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerting/rule/{ruleId}/alert/{alertId}/_unmute
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerts/alert/{alertId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerts/alert/{alertId}/_disable
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerts/alert/{alertId}/_enable
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerts/alert/{alertId}/_mute_all
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerts/alert/{alertId}/_unmute_all
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerts/alert/{alertId}/alert_instance/{alertInstanceId}/_mute
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/alerts/alert/{alertId}/alert_instance/{alertInstanceId}/_unmute
  • Response
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/apm/agent_keys
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/apm/services/{serviceName}/annotation
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/cases
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/cases/configure
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/cases/{caseId}/comments
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/cases/{caseId}/connector/{connectorId}/_push
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/data_views/data_view
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/data_views/data_view/{viewId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/data_views/data_view/{viewId}/fields
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/data_views/data_view/{viewId}/runtime_field
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/data_views/data_view/{viewId}/runtime_field/{fieldName}
  • Response
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/data_views/default
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/data_views/swap_references
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/data_views/swap_references/_preview
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/encrypted_saved_objects/_rotate_key
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 429 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/saved_objects/_bulk_create
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/saved_objects/_bulk_delete
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/saved_objects/_bulk_get
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/saved_objects/_bulk_resolve
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/saved_objects/_bulk_update
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/saved_objects/_export
  • Response
  • 200 response Modified
    • application/x-ndjson content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/x-ndjson; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/saved_objects/_import
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • multipart/form-data content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • multipart/form-data; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/saved_objects/_resolve_import_errors
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • multipart/form-data content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • multipart/form-data; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/saved_objects/{type}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 409 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /api/saved_objects/{type}/{id}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 409 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /enrollment-api-keys
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /enrollment_api_keys
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /epm/bulk_assets
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /epm/packages
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 429 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/zip, application/gzip content types Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/gzip; Elastic-Api-Version=2023-10-31, application/zip; Elastic-Api-Version=2023-10-31 content types Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /epm/packages/_bulk
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /epm/packages/{pkgName}/{pkgVersion}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /epm/packages/{pkgName}/{pkgVersion}/transforms/authorize
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /epm/packages/{pkgkey}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /fleet_server_hosts
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /health_check
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /logstash_api_keys
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /outputs
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /package_policies
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 409 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /package_policies/_bulk_get
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
POST /package_policies/delete
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /package_policies/upgrade
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 409 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /package_policies/upgrade/dryrun
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /proxies
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /s/{spaceId}/api/observability/slos
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 403 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 409 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /s/{spaceId}/api/observability/slos/_delete_instances
  • Response
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 403 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /s/{spaceId}/api/observability/slos/{sloId}/_reset
  • Response
  • 204 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 403 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /s/{spaceId}/api/observability/slos/{sloId}/disable
  • Response
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 403 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /s/{spaceId}/api/observability/slos/{sloId}/enable
  • Response
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 403 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /service-tokens
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /service_tokens
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /setup
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 500 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /agent_download_sources/{sourceId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /agent_policies/{agentPolicyId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /agents/{agentId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /agents/{agentId}/reassign
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /api/actions/action/{actionId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /api/actions/connector/{connectorId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /api/alerting/rule/{ruleId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /api/alerts/alert/{alertId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /api/data_views/data_view/{viewId}/runtime_field
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /api/saved_objects/{type}/{id}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 409 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /epm/packages/{pkgName}/{pkgVersion}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /fleet_server_hosts/{itemId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /outputs/{outputId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /package_policies/{packagePolicyId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /proxies/{itemId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /s/{spaceId}/api/observability/slos/{sloId}
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 401 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 403 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 404 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Api key auth, Basic auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PUT /settings
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • 400 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/json; Elastic-Api-Version=2023-10-31 content type Added
  • Authentication
  • Fleet basic auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking

We've added the 8.15.0 Fleet and alerting APIs and updated the authentication options.

215 structure changes including:
113 Additions
102 Modifications
Modified 102
DELETE /api/actions/action/{actionId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/cases/configure
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/cases/configure/connectors/_find
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/cases/reporters
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/cases/status
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/cases/tags
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/cases/{caseId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/cases/{caseId}/alerts
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/cases/{caseId}/comments
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/cases/{caseId}/comments/_find
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/cases/{caseId}/comments/{commentId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/cases/{caseId}/user_actions
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/cases/{caseId}/user_actions/_find
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/data_views
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/data_views/data_view/{viewId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/data_views/data_view/{viewId}/runtime_field/{fieldName}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/data_views/default
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/ml/saved_objects/sync
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/saved_objects/_find
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/saved_objects/resolve/{type}/{id}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/saved_objects/{type}/{id}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/status
  • Authentication
  • Api key auth, Basic auth authentication methods Added
PATCH /api/cases
  • Authentication
  • Api key auth, Basic auth authentication methods Added
PATCH /api/cases/configure/{configurationId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
PATCH /api/cases/{caseId}/comments
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/actions
  • Authentication
  • Api key auth, Basic auth authentication methods Added
DELETE /api/actions/connector/{connectorId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
DELETE /api/alerting/rule/{ruleId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
DELETE /api/alerts/alert/{alertId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
DELETE /api/cases
  • Authentication
  • Api key auth, Basic auth authentication methods Added
DELETE /api/cases/{caseId}/comments
  • Authentication
  • Api key auth, Basic auth authentication methods Added
DELETE /api/cases/{caseId}/comments/{commentId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
DELETE /api/data_views/data_view/{viewId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
DELETE /api/data_views/data_view/{viewId}/runtime_field/{fieldName}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/actions
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/actions/action/{actionId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/actions/connector/{connectorId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/actions/connector_types
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/actions/connectors
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/actions/list_action_types
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/alerting/_health
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/alerting/rule/{ruleId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/alerting/rule_types
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/alerting/rules/_find
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/alerts/alert/{alertId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/alerts/alerts/_find
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/alerts/alerts/_health
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/alerts/alerts/list_alert_types
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/apm/services/{serviceName}/annotation/search
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/cases/_find
  • Authentication
  • Api key auth, Basic auth authentication methods Added
GET /api/cases/alerts/{alertId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/actions/action/{actionId}/_execute
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/data_views/data_view
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/data_views/data_view/{viewId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/data_views/data_view/{viewId}/fields
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/data_views/data_view/{viewId}/runtime_field
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/data_views/data_view/{viewId}/runtime_field/{fieldName}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/data_views/default
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/data_views/swap_references
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/data_views/swap_references/_preview
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/encrypted_saved_objects/_rotate_key
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/saved_objects/_bulk_create
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/saved_objects/_bulk_delete
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/saved_objects/_bulk_get
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/saved_objects/_bulk_resolve
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/saved_objects/_bulk_update
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/saved_objects/_export
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/saved_objects/_import
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/saved_objects/_resolve_import_errors
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/saved_objects/{type}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/saved_objects/{type}/{id}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
PUT /api/actions/action/{actionId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
PUT /api/actions/connector/{connectorId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
PUT /api/alerting/rule/{ruleId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
PUT /api/alerts/alert/{alertId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
PUT /api/data_views/data_view/{viewId}/runtime_field
  • Authentication
  • Api key auth, Basic auth authentication methods Added
PUT /api/saved_objects/{type}/{id}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/actions/connector
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/actions/connector/{connectorId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/actions/connector/{connectorId}/_execute
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerting/rule
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerting/rule/{ruleId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerting/rule/{ruleId}/_disable
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerting/rule/{ruleId}/_enable
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerting/rule/{ruleId}/_mute_all
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerting/rule/{ruleId}/_unmute_all
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerting/rule/{ruleId}/_update_api_key
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerting/rule/{ruleId}/alert/{alertId}/_mute
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerting/rule/{ruleId}/alert/{alertId}/_unmute
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/cases/{caseId}/connector/{connectorId}/_push
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/cases/{caseId}/comments
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/cases/configure
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/cases
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/apm/services/{serviceName}/annotation
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/apm/agent_keys
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerts/alert/{alertId}/alert_instance/{alertInstanceId}/_unmute
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerts/alert/{alertId}/alert_instance/{alertInstanceId}/_mute
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerts/alert/{alertId}/_unmute_all
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerts/alert/{alertId}/_mute_all
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerts/alert/{alertId}/_enable
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerts/alert/{alertId}/_disable
  • Authentication
  • Api key auth, Basic auth authentication methods Added
POST /api/alerts/alert/{alertId}
  • Authentication
  • Api key auth, Basic auth authentication methods Added
Added 113
PUT /settings
PUT /s/{spaceId}/api/observability/slos/{sloId}
PUT /proxies/{itemId}
PUT /package_policies/{packagePolicyId}
PUT /outputs/{outputId}
GET /agents/{agentId}/uploads
GET /data_streams
GET /enrollment-api-keys
GET /enrollment-api-keys/{keyId}
GET /enrollment_api_keys
GET /enrollment_api_keys/{keyId}
GET /epm/categories
GET /epm/packages
GET /epm/packages/limited
GET /epm/packages/{pkgName}/stats
GET /epm/packages/{pkgName}/{pkgVersion}
GET /epm/packages/{pkgName}/{pkgVersion}/{filePath}
GET /epm/packages/{pkgkey}
GET /epm/templates/{pkgName}/{pkgVersion}/inputs
GET /epm/verification_key_id
GET /fleet_server_hosts
GET /fleet_server_hosts/{itemId}
GET /kubernetes
GET /outputs
GET /outputs/{outputId}
GET /outputs/{outputId}/health
GET /package_policies
GET /package_policies/{packagePolicyId}
GET /proxies
GET /proxies/{itemId}
GET /s/{spaceId}/api/observability/slos
GET /s/{spaceId}/api/observability/slos/{sloId}
DELETE /agent_download_sources/{sourceId}
DELETE /agents/files/{fileId}
DELETE /agents/{agentId}
DELETE /enrollment-api-keys/{keyId}
DELETE /enrollment_api_keys/{keyId}
DELETE /epm/packages/{pkgName}/{pkgVersion}
DELETE /epm/packages/{pkgkey}
DELETE /fleet_server_hosts/{itemId}
DELETE /outputs/{outputId}
DELETE /package_policies/{packagePolicyId}
DELETE /proxies/{itemId}
DELETE /s/{spaceId}/api/observability/slos/{sloId}
GET /agent-status
GET /agent_download_sources
GET /agent_download_sources/{sourceId}
GET /agent_policies
GET /agent_policies/{agentPolicyId}
GET /agent_policies/{agentPolicyId}/download
GET /agent_policies/{agentPolicyId}/full
GET /agent_status
GET /agent_status/data
GET /agents
GET /agents/action_status
GET /agents/files/{fileId}/{fileName}
GET /agents/setup
GET /agents/tags
GET /agents/{agentId}
POST /epm/packages/{pkgName}/{pkgVersion}
POST /epm/packages/{pkgName}/{pkgVersion}/transforms/authorize
POST /epm/packages/{pkgkey}
POST /fleet_server_hosts
POST /health_check
POST /logstash_api_keys
POST /outputs
POST /package_policies
POST /package_policies/_bulk_get
POST /package_policies/delete
POST /package_policies/upgrade
POST /package_policies/upgrade/dryrun
POST /proxies
POST /s/{spaceId}/api/observability/slos
POST /s/{spaceId}/api/observability/slos/_delete_instances
POST /s/{spaceId}/api/observability/slos/{sloId}/_reset
POST /s/{spaceId}/api/observability/slos/{sloId}/disable
POST /s/{spaceId}/api/observability/slos/{sloId}/enable
POST /service-tokens
POST /service_tokens
POST /setup
PUT /agent_download_sources/{sourceId}
PUT /agent_policies/{agentPolicyId}
PUT /agents/{agentId}
PUT /agents/{agentId}/reassign
PUT /epm/packages/{pkgName}/{pkgVersion}
PUT /fleet_server_hosts/{itemId}
GET /settings
GET /settings/enrollment
GET /uninstall_tokens
GET /uninstall_tokens/{uninstallTokenId}
POST /agent_download_sources
POST /agent_policies
POST /agent_policies/_bulk_get
POST /agent_policies/delete
POST /agent_policies/{agentPolicyId}/copy
POST /agents
POST /agents/bulk_reassign
POST /agents/bulk_request_diagnostics
POST /agents/bulk_unenroll
POST /agents/bulk_update_agent_tags
POST /agents/bulk_upgrade
POST /agents/setup
POST /agents/{agentId}/actions
POST /agents/{agentId}/actions/{actionId}/cancel
POST /agents/{agentId}/reassign
POST /agents/{agentId}/request_diagnostics
POST /agents/{agentId}/unenroll
POST /agents/{agentId}/upgrade
POST /enrollment-api-keys
POST /enrollment_api_keys
POST /epm/bulk_assets
POST /epm/packages
POST /epm/packages/_bulk

Adds the v8 version of the documentation