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

Description

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

Request

Request

URL

URL


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

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

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

The request is successful

{
	"constraint": {
		"constraintType": "string"
	},
	"customValidator": {
		"constraintType": "string"
	},
	"mandatory": {
		"constraintType": "string"
	},
	"numberFormat": {
		"constraintType": "string",
		"value": "string"
	},
	"numberRange": {
		"constraintType": "string",
		"max": 0,
		"min": 0
	},
	"regexp": {
		"constraintType": "string",
		"expression": "string"
	},
	"restrictDuplicates": {
		"constraintType": "string"
	}
}
constraint Optional

customValidator Optional

mandatory Optional

numberFormat Optional

numberRange Optional

regexp Optional

restrictDuplicates Optional
Errors

Errors

401

The user is not authorized


403

Forbidden

Code Samples

Code Samples

cURL Command

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


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