Name: PolicyError

Policy Errors for a given VM that currently requires attention. Policy Errors are issues generated when TGC tries to apply polices (e.g. snapShot schedules, replication policy, QoS policy) to VMstore.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.vm.PolicyError",
   "code": <String>,
   "createTime": DateTime,
   "message": <String>,
   "policyType": 'PROTECTION' | 'QOS',
   "title": <String>,
   "vmStoreUuid": <String>,
}

Attributes
NameTypeDescription
codexsd:stringError-code of this policyError
createTimeDateTimePolicy error creation time
messagexsd:stringA long description about how to handle this policy error.
policyTypePROTECTION | QOS
PROTECTIONProtection policy
QOSQoS policy
titlexsd:stringA short description of the policy error
vmStoreUuidxsd:stringThe VMstore UUID that this vm belongs to