ReconciliationForResource

ReconciliationForResource
ReconciliationForResource

Describes Configuration Reconciliation operation(s) for a resource

JSON Example
{
    "resourceId": "Could be ID of domain or a nested child resource eg cluster, host etc.",
    "configDriftIds": [
        "string"
    ],
    "applyAll": false,
    "applyFixes": false
}
string
resourceId
Required

Target resource ID

array of string
configDriftIds
Optional

Indicates list of applicable configuration drifts to be applied to resource.

boolean
applyAll
Required

All application flag. Indicates if all applicable config drifts must be applied

boolean
applyFixes
Optional

Fix application flag. Indicates if all applicable config drifts of driftType FIX must be applied