StoragePolicyComplianceCheckDataDrResponseList
StoragePolicyComplianceCheckDataDrResponseList
List of entities about: Datastore compliance status against a storage policy.
JSON Example
{
"list": [
{
"storage_policy_id": "string",
"datastore": "string",
"compliant": false,
"not_compliant_detailed_message": "string"
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}