GET api/Computers/{hid}/Disks?profile={profile}&isOffline={isOffline}
Retrieves information about disks of computer by computer HID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
hid |
HID of computer |
string |
Required |
profile |
Profile |
string |
Required |
isOffline |
Depending on computer status: if true, the data will be retrieved from settings service, if false, data will be retrieved from the computer |
boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.