GET /disk/{id}/owner

Operation:
GET /disk/{id}/owner
Description:
Retrieve the owner of a disk.
Since:
5.1
Input parameters
Consume media type(s):
None
Input type:
None
Output parameters
{@link JAXBElement}

Produce media type(s):
application/vnd.vmware.vcloud.owner+xml
Output type:
OwnerType
Examples
Request
HTTP 1.1
GET /api/disk/e8b2b752-21ca-4cb9-80f6-a55ef1a81eec/owner

Headers:
x-vcloud-authorization: eVBkZn2wahPAU+IvbURo7ekslpuoHERMB2DZEFlJuHs=

Body:
Response
HTTP/1.1 200 OK

Headers:
Content-Length: 758
Content-Type: application/vnd.vmware.vcloud.owner+xml;version=5.5
Vary: Accept-Encoding

Body:
<?xml version="1.0" encoding="UTF-8"?><Owner
    xmlns="http://www.vmware.com/vcloud/v1.5"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    type="application/vnd.vmware.vcloud.owner+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/disk/e8b2b752-21ca-4cb9-80f6-a55ef1a81eec"
        rel="up"
        type="application/vnd.vmware.vcloud.disk+xml"/>
    <Link
        href="https://vcloud.example.com/api/disk/e8b2b752-21ca-4cb9-80f6-a55ef1a81eec/owner"
        rel="edit"
        type="application/vnd.vmware.vcloud.owner+xml"/>
    <User
        href="https://vcloud.example.com/api/admin/user/51e86769-9e2d-4edc-af4e-5d3606494cbf"
        name="system"
        type="application/vnd.vmware.admin.user+xml"/>
</Owner>