Next Topic

Previous Topic

Book Contents

Get Disk Volumes

Returns an array of disk volumes on the agent machine.

GET /assetmgmt/audit/{agentId}/hardware/diskvolumes

Headers

Model Schema

Field

Datatype

Filterable

Sortable

Drive

string

Type

string

Format

string

FreeMBytes

int

 

 

UsedMBytes

int

 

 

TotalMBytes

int

 

 

Label

string

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "Drive": "string",
      "Type": "string",
      "Format": "string",
      "FreeMBytes": 0,
      "UsedMBytes": 0,
      "TotalMBytes": 0,
      "Label": "string"
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}