Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
be63ff7
remove sync integrations APIs in serverless
juliaElastic Aug 29, 2025
f30cac0
[CI] Auto-commit changed files from 'node scripts/capture_oas_snapsho…
kibanamachine Aug 29, 2025
7ee8703
update tags and summary
juliaElastic Aug 29, 2025
1566e40
[CI] Auto-commit changed files from 'node scripts/capture_oas_snapsho…
kibanamachine Aug 29, 2025
556be40
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine Aug 29, 2025
d992f9a
Update x-pack/platform/plugins/shared/fleet/server/routes/remote_sync…
juliaElastic Aug 29, 2025
bf44558
Update x-pack/platform/plugins/shared/fleet/server/routes/remote_sync…
juliaElastic Aug 29, 2025
71610e7
Update x-pack/platform/plugins/shared/fleet/server/routes/remote_sync…
juliaElastic Aug 29, 2025
62b6aaa
Update x-pack/platform/plugins/shared/fleet/server/routes/remote_sync…
juliaElastic Aug 29, 2025
c6aa582
[CI] Auto-commit changed files from 'node scripts/capture_oas_snapsho…
kibanamachine Aug 29, 2025
dc5c19d
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine Aug 29, 2025
bdb2882
Merge branch 'main' into sync-integrations-serverless-remove
juliaElastic Sep 1, 2025
d7ce62a
Update x-pack/platform/plugins/shared/fleet/server/routes/remote_sync…
juliaElastic Sep 1, 2025
62f369a
add availability
juliaElastic Sep 1, 2025
5d296bc
[CI] Auto-commit changed files from 'node scripts/capture_oas_snapsho…
kibanamachine Sep 1, 2025
3f289e9
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine Sep 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions oas_docs/bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -41852,10 +41852,11 @@
}
}
},
"summary": "Get CCR Remote synced integrations status",
"summary": "Get remote synced integrations status",
"tags": [
"CCR Remote synced integrations"
]
"Fleet remote synced integrations"
],
"x-state": "Generally available; added in 9.1.0"
}
},
"/api/fleet/remote_synced_integrations/{outputId}/remote_status": {
Expand Down Expand Up @@ -42047,10 +42048,11 @@
}
}
},
"summary": "Get CCR Remote synced integrations status by outputId",
"summary": "Get remote synced integrations status by outputId",
"tags": [
"CCR Remote synced integrations"
]
"Fleet remote synced integrations"
],
"x-state": "Generally available; added in 9.1.0"
}
},
"/api/fleet/service_tokens": {
Expand Down Expand Up @@ -66019,9 +66021,6 @@
{
"name": "alerting"
},
{
"name": "CCR Remote synced integrations"
},
{
"name": "connectors"
},
Expand Down Expand Up @@ -66061,6 +66060,9 @@
{
"name": "Fleet proxies"
},
{
"name": "Fleet remote synced integrations"
},
{
"name": "Fleet Server hosts"
},
Expand Down
Loading
Loading