Name: SnapshotBasicInfo

Contains the basic information about a snapshot, including VM name, creation time, snapshot Tintri UUID.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.snapshot.SnapshotBasicInfo",
   "creationTime": DateTime,
   "snapshotTintriUUID": <String>,
   "vmName": <String>,
}

Attributes
NameTypeDescription
creationTimeDateTimeThe creation time of snapshot.
snapshotTintriUUIDxsd:stringThe snapshot Tintri UUID.
vmNamexsd:stringThe VM name that this snapshot belongs to.