API Documentation

Last Update: 28 December 2022

GET api/VMDisk



Request Information


URI Parameters

None.


Body Parameters

None.

Response Information


Resource Description
Collection of VMDisk
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

VMLocalID

integer

None.

VMID

string

None.

VMDiskID

string

None.

Type

string

None.

Path

string

None.

Status

string

None.

VhdName

string

None.

VhdType

string

None.

VhdFormat

string

None.

VolumeName

string

None.

ControllerType

string

None.

ControllerNumber

integer

None.

ControllerLocation

integer

None.

PerfmonDiskPath

string

None.

MaxIOPS

integer

None.

MinIOPS

integer

None.

SharingEnabled

string

None.

isSnapshot

boolean

None.

CreationTime

date

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
[
  {
    "$id": "1",
    "ID": 1,
    "ReportDate": "2024-11-21T06:26:18.6155217+00:00",
    "VMLocalID": 3,
    "VMID": "sample string 4",
    "VMDiskID": "sample string 5",
    "Type": "sample string 6",
    "Path": "sample string 7",
    "Status": "sample string 8",
    "VhdName": "sample string 9",
    "VhdType": "sample string 10",
    "VhdFormat": "sample string 11",
    "VolumeName": "sample string 12",
    "ControllerType": "sample string 13",
    "ControllerNumber": 14,
    "ControllerLocation": 15,
    "PerfmonDiskPath": "sample string 16",
    "MaxIOPS": 17,
    "MinIOPS": 18,
    "SharingEnabled": "sample string 19",
    "isSnapshot": true,
    "CreationTime": "2024-11-21T06:26:18.6155217+00:00",
    "RecordStatus": 22
  },
  {
    "$ref": "1"
  }
]