API Documentation

Last Update: 28 December 2022

POST api/RHVVMSnapshot



Request Information


URI Parameters

None.


Body Parameters
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.

Request Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "ReportDate": "2024-11-21T06:23:20.7770906+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
}

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:23:20.7770906+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
}