Get Org Vdc Storage Policy

Get Org Vdc Storage Policy

Get specified Org VDC storage policy.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/orgVdcStoragePolicies/{orgVdcStoragePolicyUrn}
COPY
Path Parameters
string
orgVdcStoragePolicyUrn
Required

orgVdcStoragePolicyUrn

string
orgVdcStoragePolicyUrn
Required

orgVdcStoragePolicyUrn


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns OrgVdcStoragePolicy of type(s) application/json;version=37.0
{
    "id": "string",
    "name": "string",
    "isEnabled": false,
    "isDefaultStoragePolicy": false,
    "storageLimitMb": 0,
    "orgVdcRef": {
        "name": "string",
        "id": "string"
    },
    "pvdcStoragePolicyRef": {
        "name": "string",
        "id": "string"
    }
}
string
id
Optional

Unique VCD Id for the policy.

string
name
Required

Unique name for the policy.

boolean
isEnabled
Optional

Enabled state of the policy, defaults to true.

boolean
isDefaultStoragePolicy
Optional

Storage policy is marked as default, defaults to false.

integer As int64 As int64
storageLimitMb
Optional

Storage limit for the policy.

orgVdcRef
Optional

orgVdcRef

pvdcStoragePolicyRef
Optional

pvdcStoragePolicyRef