[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail

Update Depot Settings

Description

Update Depot Settings. Depot Settings can be updated with VMware Depot Account

Request

Request

URL

URL


put
https://sfo-vcf01.rainpole.io/v1/system/settings/depot
Copy

Request Body

Request Body

DepotSettings of type(s) application/json Required

Depot Settings

{
	"dellEmcSupportAccount": {
		"message": "string",
		"password": "string",
		"status": "One among: DEPOT_UNKNOWN_HOST, DEPOT_NOT_AVAILABLE, DEPOT_USER_NOT_SET, DEPOT_INVALID_CREDENTIAL, UNKNOWN_FAILURE, DEPOT_CONNECTION_SUCCESSFUL",
		"username": "string"
	},
	"vmwareAccount": {
		"message": "string",
		"password": "string",
		"status": "One among: DEPOT_UNKNOWN_HOST, DEPOT_NOT_AVAILABLE, DEPOT_USER_NOT_SET, DEPOT_INVALID_CREDENTIAL, UNKNOWN_FAILURE, DEPOT_CONNECTION_SUCCESSFUL",
		"username": "string"
	}
}
dellEmcSupportAccount Optional

Dell EMC Support Account


vmwareAccount Optional

VMware Depot Account

Response

Response

200 OK Response Body>

Response Body

200 OK

Returns DepotSettings of type(s) application/json
{
	"dellEmcSupportAccount": {
		"message": "string",
		"password": "string",
		"status": "One among: DEPOT_UNKNOWN_HOST, DEPOT_NOT_AVAILABLE, DEPOT_USER_NOT_SET, DEPOT_INVALID_CREDENTIAL, UNKNOWN_FAILURE, DEPOT_CONNECTION_SUCCESSFUL",
		"username": "string"
	},
	"vmwareAccount": {
		"message": "string",
		"password": "string",
		"status": "One among: DEPOT_UNKNOWN_HOST, DEPOT_NOT_AVAILABLE, DEPOT_USER_NOT_SET, DEPOT_INVALID_CREDENTIAL, UNKNOWN_FAILURE, DEPOT_CONNECTION_SUCCESSFUL",
		"username": "string"
	}
}
dellEmcSupportAccount Optional

Dell EMC Support Account


vmwareAccount Optional

VMware Depot Account


202 Accepted Response Body>

Response Body

202 Accepted

Returns DepotSettings of type(s) application/json
{
	"dellEmcSupportAccount": {
		"message": "string",
		"password": "string",
		"status": "One among: DEPOT_UNKNOWN_HOST, DEPOT_NOT_AVAILABLE, DEPOT_USER_NOT_SET, DEPOT_INVALID_CREDENTIAL, UNKNOWN_FAILURE, DEPOT_CONNECTION_SUCCESSFUL",
		"username": "string"
	},
	"vmwareAccount": {
		"message": "string",
		"password": "string",
		"status": "One among: DEPOT_UNKNOWN_HOST, DEPOT_NOT_AVAILABLE, DEPOT_USER_NOT_SET, DEPOT_INVALID_CREDENTIAL, UNKNOWN_FAILURE, DEPOT_CONNECTION_SUCCESSFUL",
		"username": "string"
	}
}
dellEmcSupportAccount Optional

Dell EMC Support Account


vmwareAccount Optional

VMware Depot Account

Errors

Errors

Error
400

Bad Request


Error
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl -X PUT -H "Content-Type: application/json" -d '{"dellEmcSupportAccount":{"message":"string","password":"string","status":"One among: DEPOT_UNKNOWN_HOST, DEPOT_NOT_AVAILABLE, DEPOT_USER_NOT_SET, DEPOT_INVALID_CREDENTIAL, UNKNOWN_FAILURE, DEPOT_CONNECTION_SUCCESSFUL","username":"string"},"vmwareAccount":{"message":"string","password":"string","status":"One among: DEPOT_UNKNOWN_HOST, DEPOT_NOT_AVAILABLE, DEPOT_USER_NOT_SET, DEPOT_INVALID_CREDENTIAL, UNKNOWN_FAILURE, DEPOT_CONNECTION_SUCCESSFUL","username":"string"}}' https://sfo-vcf01.rainpole.io/v1/system/settings/depot


[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Feedback

Was this page helpful?