[{"label":"Latest (v37.0)","version":"latest"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Get VDC Compute Policy
DescriptionGet specified organization VDC compute policy
Request
URLURL
https://{api_host}/cloudapi/2.0.0/vdcComputePolicies/{vdcComputePolicyId}
Path Parameters
Path Parameters
string
vdcComputePolicyId
Required
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
VdcComputePolicy2
of type(s) application/json;version=37.0
{
"compatibleVdcTypes": [
"string"
],
"description": "string",
"id": "string",
"isAutoGenerated": false,
"isSizingOnly": false,
"name": "string",
"policyType": "string",
"pvdcComputePolicy": {
"id": "string",
"name": "string"
},
"pvdcId": "string"
}
string
policyType
Required
The discriminator type is used to differentiate among various sub policy types.
string
name
Required
Display name.
string
description
Optional
string
id
Optional
UUID for vDC compute policy. This is immutable.
boolean
isAutoGenerated
Optional
It is a read-only field. It indicates whether the policy is auto-generated.
boolean
isSizingOnly
Optional
This field cannot be updated and is a read-only field in the client after creation. It defines whether the policy is SIZING_ONLY or if it also contains affinity information.
array of
string
compatibleVdcTypes
Optional
A list of read-only compatible vDC types for this policy.
pvdcComputePolicy
Optional
This field cannot be updated and is a read-only field in the client after creation.
string
pvdcId
Optional
URN for Provider vDC.
Errors
404
Not Found
Code Samples
cURL Command
curl https://{api_host}/cloudapi/2.0.0/vdcComputePolicies/{vdcComputePolicyId}
[{"label":"Latest (v37.0)","version":"latest"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 35.0