Platform Operations/Platform Federation
GETPlatformSince 1.0SynchronousAuth Required
ListFederatedAssetsWithFreshness
List federated assets along with data freshness metadata for each cluster.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
groupIdStringRequiredID of the cluster group to list assets for
Query Parameters
namespaceStringFilter assets by namespace Filter assets by namespace
assetTypeStringFilter assets by type Filter assets by type
Responses
Endpoint
GET/api/v1/federation/cluster-groups/{groupId}/assets-fresh
/api/v1/federation/cluster-groups/{groupId}/assets-fresh
Request Example
curl -X GET '{host}/api/v1/federation/cluster-groups/{groupId}/assets-fresh' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"freshness": null,
"hasStaleData": false,
"total": 200,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
