Trigger Drift Check
Initiates a drift detection check for a custom role on specified target components. Drift detection identifies differences between the intended role definition in VCF Operations and the actual role configuration on target components (vCenter, NSX Manager, etc.). Use this to ensure roles are properly synchronized across your environment.
Unique identifier of the custom role to check for drift
Target components on which to perform drift detection
Show optional properties
{
"targets": [
{}
]
}
{
"targets": [
"string"
]
}
Target UUIDs for which drift/apply should be calculated
Drift check task initiated successfully
{
"errorDetails": {
"errorCode": "string",
"errorMessage": "string",
"timestamp": 0
},
"taskId": "string",
"taskStatus": "string",
"taskType": "string"
}
Error Details for sso task failure
Identifier of the IAM task
State of the IAM task
IAM Task Type
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"targets":["string"]}' https://{api_host}/suite-api/api/fleet-management/iam/components/roles/{roleId}/drift-check