Skip to main content
Platform Operations/Platform Federation

GetStaleReport

Get a stale data report showing which clusters have outdated sync data.

GET/api/v1/federation/cluster-groups/{groupId}/stale-report

Operation ID

GetStaleReport

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • groupId
    StringRequired

    ID of the cluster group to get the stale data report for

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • generatedAt
    String

    Generated at

    Example: 2026-01-15T08:00:00Z

  • totalClusters
    Integer

    Total number of clusters evaluated

    Example: 10

  • staleClusters
    Integer

    Number of clusters with stale data

    Example: 2

  • stalePercent
    Long

    Percentage of clusters that are stale (0.0 to 100.0)

    Example: 20

  • clusterFreshness
    LinkedHashMap

    Cluster data freshness indicator timestamp

    Example: (nested object)

    • *
      Object

      Map value