API Documentation

Last Update: 28 December 2022

GET api/RHVVMSnapshot/{id}



Request Information


URI Parameters
Name Description Type Additional information
id

integer

Required

Body Parameters

None.

Response Information


Resource Description
RHVVMSnapshot
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

RHVVMLocalID

integer

None.

VMID

string

None.

SnapShotID

string

None.

Name

string

None.

Description

string

None.

SnapshotStatus

string

None.

SnapshotType

string

None.

PersistMemorystate

boolean

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "ReportDate": "2024-11-21T06:21:09.6439269+00:00",
  "RHVVMLocalID": 3,
  "VMID": "sample string 4",
  "SnapShotID": "sample string 5",
  "Name": "sample string 6",
  "Description": "sample string 7",
  "SnapshotStatus": "sample string 8",
  "SnapshotType": "sample string 9",
  "PersistMemorystate": true,
  "RecordStatus": 11
}