[{"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 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=36.3

The request is successful

{
	"field": {
		"affectedFieldsIds": [
			"string"
		],
		"constraints": [
			{
				"constraintType": "string"
			}
		],
		"decorators": [
			{
				"decoratorType": "string"
			}
		],
		"description": "string",
		"displayName": "string",
		"elementType": "string",
		"hidden": false,
		"id": "string",
		"messages": [
			{
				"code": "string",
				"details": "string",
				"severity": "INFO",
				"summary": "string"
			}
		],
		"type": "string"
	},
	"group": {
		"description": "string",
		"displayName": "string",
		"elementType": "string",
		"fields": [
			{
				"affectedFieldsIds": [
					"string"
				],
				"constraints": [
					{
						"constraintType": "string"
					}
				],
				"decorators": [
					{
						"decoratorType": "string"
					}
				],
				"description": "string",
				"displayName": "string",
				"elementType": "string",
				"fields": [
					{
						"affectedFieldsIds": [
							"string"
						],
						"constraints": [
							{
								"constraintType": "string"
							}
						],
						"decorators": [
							{
								"decoratorType": "string"
							}
						],
						"description": "string",
						"displayName": "string",
						"elementType": "string",
						"hidden": false,
						"id": "string",
						"messages": [
							{
								"code": "string",
								"details": "string",
								"severity": "INFO",
								"summary": "string"
							}
						],
						"type": "string"
					}
				],
				"hidden": false,
				"id": "string",
				"messages": [
					{
						"code": "string",
						"details": "string",
						"severity": "INFO",
						"summary": "string"
					}
				],
				"type": "string",
				"value": {
					"inputType": "string"
				}
			}
		],
		"hidden": false,
		"id": "string",
		"messages": [
			{
				"code": "string",
				"details": "string",
				"severity": "INFO",
				"summary": "string"
			}
		]
	},
	"presentationElement": {
		"description": "string",
		"displayName": "string",
		"elementType": "string",
		"hidden": false,
		"id": "string",
		"messages": [
			{
				"code": "string",
				"details": "string",
				"severity": "INFO",
				"summary": "string"
			}
		]
	},
	"primaryField": {
		"affectedFieldsIds": [
			"string"
		],
		"constraints": [
			{
				"constraintType": "string"
			}
		],
		"decorators": [
			{
				"decoratorType": "string"
			}
		],
		"description": "string",
		"displayName": "string",
		"elementType": "string",
		"fields": [
			{
				"affectedFieldsIds": [
					"string"
				],
				"constraints": [
					{
						"constraintType": "string"
					}
				],
				"decorators": [
					{
						"decoratorType": "string"
					}
				],
				"description": "string",
				"displayName": "string",
				"elementType": "string",
				"hidden": false,
				"id": "string",
				"messages": [
					{
						"code": "string",
						"details": "string",
						"severity": "INFO",
						"summary": "string"
					}
				],
				"type": "string"
			}
		],
		"hidden": false,
		"id": "string",
		"messages": [
			{
				"code": "string",
				"details": "string",
				"severity": "INFO",
				"summary": "string"
			}
		],
		"type": "string",
		"value": {
			"inputType": "string"
		}
	},
	"stepInfo": {
		"description": "string",
		"displayName": "string",
		"elementType": "string",
		"elements": [
			{
				"description": "string",
				"displayName": "string",
				"elementType": "string",
				"hidden": false,
				"id": "string",
				"messages": [
					{
						"code": "string",
						"details": "string",
						"severity": "INFO",
						"summary": "string"
					}
				]
			}
		],
		"hidden": false,
		"id": "string",
		"messages": [
			{
				"code": "string",
				"details": "string",
				"severity": "INFO",
				"summary": "string"
			}
		],
		"readOnly": false
	}
}
field Optional

group Optional

presentationElement Optional

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.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?