GET v1/volumeinfos/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
VolumeInfoResourceName | Description | Type | Additional information |
---|---|---|---|
VolumeInfo | VolumeInfoDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "volumeInfo": { "id": 1, "driveLetter": "sample string 2", "capacity": 1, "free": 1, "server": 1 } }
application/xml, text/xml
Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CablecastAPI.DTOs"> <VolumeInfo> <Capacity>1</Capacity> <DriveLetter>sample string 2</DriveLetter> <Free>1</Free> <Id>1</Id> <Server>1</Server> </VolumeInfo> </Result>