Platform Operations/Platform Federation
GETPlatformSince 1.0SynchronousAuth Required
ListFederatedAssets
List federated assets across all clusters in a group with optional filters.
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 (e.g. pod, vm) Filter assets by type (e.g. pod, vm)
Responses
Endpoint
GET/api/v1/federation/cluster-groups/{groupId}/assets
/api/v1/federation/cluster-groups/{groupId}/assets
Request Example
curl -X GET '{host}/api/v1/federation/cluster-groups/{groupId}/assets' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 100,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
