[{"label":"Latest (v37.1)","version":"latest"},{"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 Supported Presentation Elements Deprecated

Description

This endpoint will not produce results. It is a placeholder to enforce code generation of SupportedPresentationElements.

Request

Request

URL

URL


get
https://{api_host}/cloudapi/workflows/presentationElements
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns SupportedPresentationElements of type(s) application/json;version=37.1

The request is successful

{
	"field": {},
	"group": {},
	"presentationElement": {
		"description": "string",
		"displayName": "string",
		"elementType": "string",
		"hidden": false,
		"id": "string",
		"messages": [
			{
				"code": "string",
				"details": "string",
				"severity": "INFO",
				"summary": "string"
			}
		]
	},
	"primaryField": {},
	"stepInfo": {}
}
field Optional

group Optional

presentationElement Optional

Definition of PresentationElement.


primaryField Optional

stepInfo Optional
Errors

Errors

401

The user is not authorized


403

Forbidden

Code Samples

Code Samples

cURL Command

curl https://{api_host}/cloudapi/workflows/presentationElements


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