VMware Cloud Director API - GET-VdcStorageProfile
GET /admin/vdcStorageProfile/{id}
- Operation:
 - GET /admin/vdcStorageProfile/{id}
 - Description:
 - Returns the representation of a vDC storage profile
 - Since:
 - Input parameters
 - 
                
- Consume media type(s):
 - None
 - Input type:
 - None
 
 - Output parameters
 - 
                    AdminVdcStorageProfileType representation of storage profile referred by storageProfileId
- Produce media type(s):
 - application/vnd.vmware.admin.vdcStorageProfile+xml
application/vnd.vmware.admin.vdcStorageProfile+json - Output type:
 - AdminVdcStorageProfileType
 
 - Examples
 - 
    
- Request
 - 
            HTTP 1.1
GET /api/admin/vdcStorageProfile/eb6aacbd-f0d8-4a07-8248-1de28151e98f
Headers:
x-vcloud-authorization: jlfBniGOkcjcw1qWDpCYp6dhBJZ4LQW0m5Sp7UjZ/Vg=
Body:
 - Response
 - 
            HTTP/1.1 200 OK
Headers:
Content-Length: 1345
Content-Type: application/vnd.vmware.admin.vdcstorageprofile+xml;version=5.5
Vary: Accept-Encoding
Body:
<?xml version="1.0" encoding="UTF-8"?><AdminVdcStorageProfile
xmlns="http://www.vmware.com/vcloud/v1.5"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
href="https://vcloud.example.com/api/admin/vdcStorageProfile/eb6aacbd-f0d8-4a07-8248-1de28151e98f"
id="urn:vcloud:vdcstorageProfile:eb6aacbd-f0d8-4a07-8248-1de28151e98f"
name="profile"
type="application/vnd.vmware.admin.vdcStorageProfile+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/admin/vdcStorageProfile/eb6aacbd-f0d8-4a07-8248-1de28151e98f"
rel="edit"
type="application/vnd.vmware.vcloud.vdcStorageProfile+xml"/>
<Link
href="https://vcloud.example.com/api/admin/vdc/afaafb99-228c-4838-ad07-5bf3aa649d42"
rel="up"
type="application/vnd.vmware.admin.vdc+xml"/>
<Link
href="https://vcloud.example.com/api/admin/vdcStorageProfile/eb6aacbd-f0d8-4a07-8248-1de28151e98f/metadata"
rel="down"
type="application/vnd.vmware.vcloud.metadata+xml"/>
<Enabled>true</Enabled>
<Units>MB</Units>
<Limit>0</Limit>
<Default>false</Default>
<ProviderVdcStorageProfile
href="https://vcloud.example.com/api/admin/pvdcStorageProfile/468ed24c-fdc3-4535-83a9-3f5e198b66be"
name="profile"
type="application/vnd.vmware.admin.pvdcStorageProfile+xml"/>
</AdminVdcStorageProfile>