Retry Apply For Role
Retries provisioning of a custom role on specified target components where previous provisioning attempts failed. Use this API to remediate failed provisioning operations without having to recreate or modify the role definition. The operation is asynchronous and returns a task ID to track retry progress.
Unique identifier of the custom role to retry provisioning
Target components on which to retry role provisioning
Show optional properties
{
"targets": [
{}
]
}
{
"targets": [
"string"
]
}
Target UUIDs for which drift/apply should be calculated
Retry provisioning 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}/retry