VMware Cloud Director API - GET-Disk
GET /disk/{id}
- Operation:
 - GET /disk/{id}
 - Description:
 - Retrieve a disk.
 - Since:
 - 5.1
 - Input parameters
 - 
                
- Consume media type(s):
 - None
 - Input type:
 - None
 
 - Output parameters
 - 
                    DiskType
- Produce media type(s):
 - application/vnd.vmware.vcloud.disk+xml
application/vnd.vmware.vcloud.disk+json - Output type:
 - DiskType
 
 - Examples
 - 
    
- Request
 - 
            HTTP 1.1
GET /api/disk/e8b2b752-21ca-4cb9-80f6-a55ef1a81eec
Headers:
x-vcloud-authorization: eVBkZn2wahPAU+IvbURo7ekslpuoHERMB2DZEFlJuHs=
Body:
 - Response
 - 
            HTTP/1.1 200 OK
Headers:
Content-Length: 1854
Content-Type: application/vnd.vmware.vcloud.disk+xml;version=5.5
Vary: Accept-Encoding
Body:
<?xml version="1.0" encoding="UTF-8"?><Disk
xmlns="http://www.vmware.com/vcloud/v1.5"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
busSubType="lsilogic"
busType="6"
href="https://vcloud.example.com/api/disk/e8b2b752-21ca-4cb9-80f6-a55ef1a81eec"
id="urn:vcloud:disk:e8b2b752-21ca-4cb9-80f6-a55ef1a81eec"
name="diskName"
size="100000"
status="1"
type="application/vnd.vmware.vcloud.disk+xml"
xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://https://vcloud.example.com/api/v1.5/schema/master.xsd">
<Link
href="https://vcloud.example.com/api/vdc/afaafb99-228c-4838-ad07-5bf3aa649d42"
rel="up"
type="application/vnd.vmware.vcloud.vdc+xml"/>
<Link
href="https://vcloud.example.com/api/disk/e8b2b752-21ca-4cb9-80f6-a55ef1a81eec"
rel="remove"/>
<Link
href="https://vcloud.example.com/api/disk/e8b2b752-21ca-4cb9-80f6-a55ef1a81eec"
rel="edit"
type="application/vnd.vmware.vcloud.disk+xml"/>
<Link
href="https://vcloud.example.com/api/disk/e8b2b752-21ca-4cb9-80f6-a55ef1a81eec/owner"
rel="down"
type="application/vnd.vmware.vcloud.owner+xml"/>
<Link
href="https://vcloud.example.com/api/disk/e8b2b752-21ca-4cb9-80f6-a55ef1a81eec/attachedVms"
rel="down"
type="application/vnd.vmware.vcloud.vms+xml"/>
<Link
href="https://vcloud.example.com/api/disk/e8b2b752-21ca-4cb9-80f6-a55ef1a81eec/metadata"
rel="down"
type="application/vnd.vmware.vcloud.metadata+xml"/>
<Description>Description for this disk</Description>
<StorageProfile
href="https://vcloud.example.com/api/vdcStorageProfile/b520e879-71de-4d47-b2e1-e092aab97f61"
name="*"
type="application/vnd.vmware.vcloud.vdcStorageProfile+xml"/>
<Owner
type="application/vnd.vmware.vcloud.owner+xml">
<User
href="https://vcloud.example.com/api/admin/user/b81e5f7f-e5a0-4bb8-b0ab-9fdd12409269"
name="orgadmin"
type="application/vnd.vmware.admin.user+xml"/>
</Owner>
</Disk>