Skip to main content
Platform Operations/Platform Federation

ListFederatedAssetsWithFreshness

List federated assets along with data freshness metadata for each cluster.

GET/api/v1/federation/cluster-groups/{groupId}/assets-fresh

Operation ID

ListFederatedAssetsWithFreshness

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 list assets for

Query Parameters

  • namespace
    String

    Filter assets by namespace Filter assets by namespace

  • assetType
    String

    Filter assets by type Filter assets by type

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • items
    List

    List of federated assets

    Example: (nested array)

    • clusterId
      String

      UUID of the cluster this asset belongs to

      Example: cluster-abc-001

    • clusterName
      String

      Human-readable name of the cluster

      Example: prod-cluster-east

    • assetType
      String

      Type of federated asset (e.g. vm, pod, volume)

      Example: pod

    • name
      String

      Name of the asset within its cluster

      Example: nginx-deployment-abc

    • namespace
      String

      Kubernetes namespace or equivalent scope

      Example: default

    • status
      String

      Current status of the asset (Running, Stopped, etc.)

      Example: Running

    • labels
      LinkedHashMap

      Key-value labels attached to this resource

      Example: (nested object)

    • cpuRequest
      String

      CPU resource request (e.g. "500m")

      Example: 500m

    • memRequest
      String

      Memory resource request (e.g. "256Mi")

      Example: 256Mi

  • freshness
    LinkedHashMap

    Data freshness indicator timestamp

    Example: (nested object)

    • *
      Object

      Map value

  • hasStaleData
    Boolean

    Whether any cluster data in this response is stale

    Example: false

  • total
    Integer

    Total number of assets

    Example: 200

  • limit
    Integer

    Maximum number of items per page

    Example: 20

  • offset
    Integer

    Number of items skipped

    Example: 20