v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Account Governance

Assessment Re-Validation

Assessment revalidation for Operations, Cost, Security, Access and Resource.

post/governance/account/{tenant_id}/create/{cloud_account_id}/revalidate_assessment

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 assess a cloud account, 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

validation_type'assessment' | 'post_onboarding' required

Type of validation for the cloud account. If post_onboarding is selected, then the category can only be cost/access/resource/operations/security. Post Onboarding applies for Governance Configuration

category'operations' | 'security' | 'access' | 'cost' | 'resource' | 'compliance' required

Category of assessment validation for the cloud account

Example request

{
  "validation_type": "assessment",
  "category": "operations"
}

Response

Success

boolean required