[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"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 Pvdc Compute Policy Deprecated

Description

Get specified provider vDC compute policy

Request

Request

URL

URL


get
https://{api_host}/cloudapi/1.0.0/pvdcComputePolicies/{pvdcComputePolicyId}
Copy

Path Parameters

Path Parameters

string
pvdcComputePolicyId Required

ID of provider VDC Compute Policy


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns PvdcComputePolicy of type(s) application/json;version=36.3
{
	"description": "string",
	"id": "string",
	"logicalVmGroupReferences": [
		{
			"id": "string",
			"name": "string"
		}
	],
	"name": "string",
	"namedVmGroupReferences": [
		{
			"id": "string",
			"name": "string"
		}
	],
	"namedVmGroups": [
		{
			"id": "string",
			"name": "string"
		}
	],
	"pvdcId": "string"
}
string
name Required

Display name.


string
description Optional

string
id Optional

UUID for pVDC compute policy. This is immutable.


array of EntityReference
logicalVmGroupReferences Optional

This field cannot be updated and is a read-only field after creation.


array of EntityReference
namedVmGroupReferences Optional

This field cannot be updated and is a read-only field in the client after creation. Deprecated in Api 33.0, this property will be removed in future release.


array of EntityReference
namedVmGroups Optional

List of list of vmGroups grouped together in a meaningful manner. A group of vmGroups would consist of one functionally equal vmGroup picked from each cluster of the pvdc.


string
pvdcId Optional

URN for Provider VDC. If not provided, then this policy is considered Global.

Errors

Errors

404

Not Found

Code Samples

Code Samples

cURL Command

curl https://{api_host}/cloudapi/1.0.0/pvdcComputePolicies/{pvdcComputePolicyId}


[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"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
Feedback

Was this page helpful?