API Documentation

Last Update: 28 December 2022

GET api/VMDVDDrive



Request Information


URI Parameters

None.


Body Parameters

None.

Response Information


Resource Description
Collection of VMDVDDrive
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

VMLocalID

integer

None.

VMID

string

None.

VMDVDDriveID

string

None.

Name

string

None.

Path

string

None.

MediaType

string

None.

ControllerType

string

None.

ControllerNumber

integer

None.

ControllerLocation

integer

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
[
  {
    "$id": "1",
    "ID": 1,
    "ReportDate": "2024-11-21T06:26:19.0170489+00:00",
    "VMLocalID": 3,
    "VMID": "sample string 4",
    "VMDVDDriveID": "sample string 5",
    "Name": "sample string 6",
    "Path": "sample string 7",
    "MediaType": "sample string 8",
    "ControllerType": "sample string 9",
    "ControllerNumber": 10,
    "ControllerLocation": 11,
    "RecordStatus": 12
  },
  {
    "$ref": "1"
  }
]