Platform Operations/Platform Federation
GETPlatformSince 1.0SynchronousAuth Required
SearchAssets
Search for federated assets by name or label across all clusters in a group.
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 search within
Query Parameters
qStringFull-text search query string Full-text search query string
assetTypeStringFilter search results by asset type Filter search results by asset type
Responses
Endpoint
GET/api/v1/federation/cluster-groups/{groupId}/search
/api/v1/federation/cluster-groups/{groupId}/search
Request Example
curl -X GET '{host}/api/v1/federation/cluster-groups/{groupId}/search' -H 'Authorization: Bearer {token}'
Response Example
200{
"assets": [
{}
],
"timeoutClusters": [],
"totalCount": 42
}Change History
This API has no change history records yet.
