StoragePolicyComplianceCheckData
StoragePolicyComplianceCheckData
Datastore compliance status against a storage policy.
JSON Example
{
"storage_policy_id": "string",
"datastore": "string",
"compliant": false,
"not_compliant_detailed_message": "string"
}
string
storage_policy_id
Optional
The ID of the storage policy.
string
datastore
Optional
The datastore to check compliance for.
boolean
compliant
Optional
Indicate whether the storage policy is compliant.
string
not_compliant_detailed_message
Optional
The detailed information if the datastore is not compliant.