Name: ServiceGroupOperationStatus

Service group operation status. It provides information about current or past operation of the service group.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.svg.ServiceGroupOperationStatus",
   "operationType": 'POLICY_OVERWRITE' | 'POLICY_ENFORCEMENT',
   "timeEnd": DateTime,
   "timeStart": DateTime,
   "totalMemberCount": <Number>,
   "totalOperationFailed": <Number>,
   "totalOperationSuccess": <Number>,
}

Attributes
NameTypeDescription
operationTypePOLICY_OVERWRITE | POLICY_ENFORCEMENTThe operation type for this instance.
POLICY_OVERWRITEThe service group policy is being enforced including overriding the customiztion policy
POLICY_ENFORCEMENTThe service group policy is being enforced
timeEndDateTimeTime at which the operation finished.
timeStartDateTimeTime at which the operation started.
totalMemberCountxsd:longThe total members in the service group when the operation started.
totalOperationFailedxsd:longThe total number of operations that failed.
totalOperationSuccessxsd:longThe total number of operations that succeeded.