Account Governance
Config Validation Details
Config validation based on the policy engine
post/governance/account/{tenant_id}/cloud_account/{cloud_account_id}/config_validation
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
cloud_account_idstring required
Specify the cloud account id to update, cloud account id is unique can be obtained from the list cloud account api. This should be same as the ID of the reference APIFor Azure CSP-Direct subscriptions, this can be fetched from list child accounts api.
Request body
Example request
{
"policy_engine": "corestack_policy",
"service_name": "AWS"
}Response
Success
Example response
{
"config_validations": [
{
"recorder_status": "running",
"availability_status": "success"
}
]
}