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
Responses
200
OK
Returns
OrgVdcStoragePolicy
of type(s)
application/json;version=39.1
{
"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
Constraints:
minLength: 1
maxLength: 128
Unique name for the policy.
boolean
isEnabled
Optional
Constraints:
default: true
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.
object
orgVdcRef
Optional
Entity reference used to describe VCD entities
object
pvdcStoragePolicyRef
Optional
Entity reference used to describe VCD entities
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/orgVdcStoragePolicies/{orgVdcStoragePolicyUrn}
Availability
Added in 35.2
Org Vdc Storage Policy Operations
GET
Get Org Vdc Storage Policies
GET
Get Org Vdc Storage Policy
GET
Get Org Vdc Storage Policy Supported Entity Types
POST
Migrate Vdc Storage
GET
Get Org Vdc Storage Policy Consumers
GET
Get Org Vdc Storage Policy Distributed Catalogs