[{"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 Decorators Deprecated

Description

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

Request

Request

URL

URL


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

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns SupportedDecorators of type(s) application/json;version=37.2

The request is successful

{
	"chooser": {
		"decoratorType": "string",
		"sdkObject": {
			"displayValue": "string",
			"href": "string",
			"id": "string",
			"inputType": "string",
			"type": "string"
		},
		"type": "string"
	},
	"decorator": {
		"decoratorType": "string"
	},
	"dropDown": {
		"array": {
			"inputType": "string",
			"value": [
				{
					"inputType": "string"
				}
			]
		},
		"decoratorType": "string"
	},
	"multiLine": {
		"decoratorType": "string"
	},
	"refreshOnChange": {
		"decoratorType": "string"
	}
}
chooser Optional

decorator Optional

Definition of Decorator.


dropDown Optional

multiLine Optional

refreshOnChange Optional
Errors

Errors

401

The user is not authorized


403

Forbidden

Code Samples

Code Samples

cURL Command

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


[{"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?