API Documentation

Last Update: 28 December 2022

POST api/VMDVDDrive



Request Information


URI Parameters

None.


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

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

Response Information


Resource Description
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,
  "ReportDate": "2024-11-21T06:26:30.789713+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
}