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

Description

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

Request

Request

URL

URL


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

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns ParameterTypes of type(s) application/json;version=36.3

The request is successful

{
	"array": {
		"inputType": "string",
		"value": [
			{
				"inputType": "string"
			}
		]
	},
	"boolean": {
		"inputType": "string",
		"value": false
	},
	"composite": {
		"inputType": "string",
		"property": [
			{
				"id": "string",
				"inputType": "string",
				"property": {
					"inputType": "string"
				}
			}
		],
		"type": "string"
	},
	"compositeValue": {
		"id": "string",
		"inputType": "string",
		"property": {
			"inputType": "string"
		}
	},
	"date": {
		"inputType": "string",
		"value": "string"
	},
	"encryptedString": {
		"inputType": "string",
		"value": "string"
	},
	"keyValuePair": {
		"inputType": "string",
		"key": "string",
		"value": {
			"inputType": "string"
		}
	},
	"mimeAttachment": {
		"content": "string",
		"inputType": "string",
		"mimeType": "string",
		"name": "string"
	},
	"number": {
		"inputType": "string",
		"value": 0
	},
	"properties": {
		"inputType": "string",
		"property": [
			{
				"inputType": "string",
				"key": "string",
				"value": {
					"inputType": "string"
				}
			}
		]
	},
	"regex": {
		"inputType": "string",
		"value": "string"
	},
	"sdkObject": {
		"displayValue": "string",
		"href": "string",
		"id": "string",
		"inputType": "string",
		"type": "string"
	},
	"secureString": {
		"inputType": "string",
		"isPlainText": false,
		"value": "string"
	},
	"string": {
		"inputType": "string",
		"value": "string"
	}
}
array Optional

boolean Optional

composite Optional

compositeValue Optional

date Optional

encryptedString Optional

keyValuePair Optional

mimeAttachment Optional

number Optional

properties Optional

regex Optional

sdkObject Optional

secureString Optional

string Optional
Errors

Errors

401

The user is not authorized


403

Forbidden

Code Samples

Code Samples

cURL Command

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


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