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

TestEmailRequest

Definition of TestEmailRequest.


Properties

string
destination Optional

emailSettings Optional

Email related settings for a system

JSON Example

{
	"destination": "string",
	"emailSettings": {
		"alertEmailTo": "string",
		"alertEmailToAllAdmins": false,
		"defaultEmailSubjectPrefix": "string",
		"defaultOrgEmail": false,
		"defaultSmtpServer": false,
		"senderEmailAddress": "string",
		"smtpServer": {
			"description": "string",
			"name": "string",
			"password": "string",
			"secureMode": "NONE",
			"sslTrustStore": "string",
			"url": {
				"host": "string",
				"port": 0,
				"ssl": false
			},
			"useAuthentication": false,
			"userName": "string"
		}
	}
}
[{"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
Parameter To

Test Email Settings

Feedback

Was this page helpful?