Platform Operations/Platform Federation
GETPlatformSince 1.0SynchronousAuth Required
GetDriftReport
Generate a configuration drift report comparing clusters against a base 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 generate a drift report for
Query Parameters
baseClusterIdStringUUID of the cluster to use as the comparison baseline UUID of the cluster to use as the comparison baseline
Responses
Endpoint
GET/api/v1/federation/cluster-groups/{groupId}/drift-report
/api/v1/federation/cluster-groups/{groupId}/drift-report
Request Example
curl -X GET '{host}/api/v1/federation/cluster-groups/{groupId}/drift-report' -H 'Authorization: Bearer {token}'
Response Example
200{
"groupId": "cg-001-xyz",
"baseClusterId": "cluster-abc-001",
"driftItems": [
{}
],
"generatedAt": "example"
}Change History
This API has no change history records yet.
