Snapservice.Clusters.ProtectionGroups.Snapshots.VmSnapshotSummary
The Snapservice.Clusters.ProtectionGroups.Snapshots.VmSnapshotSummary schema contains commonly used information about a virtual machine snapshot.
This schema was added in vSphere API 8.0.3.0.
{
"snapshot": "string",
"name": "string",
"created_at": "string",
"expires_at": "string",
"vm": "string"
}
Identifier of the virtual machine snapshot.
This property was added in vSphere API 8.0.3.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.snapservice.vm.snapshot
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.snapservice.vm.snapshot
.
Snapshot name. For a snapshot triggered by a periodic scchedule, name will be system generated.
This property was added in vSphere API 8.0.3.0.
Creation time.
This property was added in vSphere API 8.0.3.0.
Expiry time.
This property was added in vSphere API 8.0.3.0.
missing or null
if there is no expiry for the snapshot.
Identifier of the virtual machine for which the snapshot was taken.
This property was added in vSphere API 8.0.3.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: VirtualMachine
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: VirtualMachine
.