Platform Operations/Platform Federation
GETPlatformSince 1.0SynchronousAuth Required
GetStaleReport
Get a stale data report showing which clusters have outdated sync data.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
groupIdStringRequiredID of the cluster group to get the stale data report for
Responses
Endpoint
GET/api/v1/federation/cluster-groups/{groupId}/stale-report
/api/v1/federation/cluster-groups/{groupId}/stale-report
Request Example
curl -X GET '{host}/api/v1/federation/cluster-groups/{groupId}/stale-report' -H 'Authorization: Bearer {token}'
Response Example
200{
"generatedAt": "example",
"totalClusters": 10,
"staleClusters": 2,
"stalePercent": 20.0,
"clusterFreshness": null
}Change History
This API has no change history records yet.
