Get Depots UMDs
Released in v7.0.0Gets the information about a currently configured UMDS software depot. if you do not have all of the privileges described as follows: - Operation execution requires VcIntegrity.lifecycleSettings.Read.
Request
URLURL
https://{api_host}/api/esx/settings/depots/umds
Header Parameters
Header Parameters
string
vmware-api-session-id
Required
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id Example
b00db39f948d13ea1e59b4d6fce56389
Response
Response
Response BodyResponse Body
200 OK returns
SettingsDepotsUmdsInfo
of type application/json
Information of the currently configured UMDS software depot.
{
"description": "string",
"enabled": false,
"location": "string"
}
string
description
Required
Description of the Depot. It will be an empty string if no description was provided during create.
boolean
enabled
Required
Flag indicating whether or not this depot is enabled.
string
location
Required
Location of the Depot.
cURL Command
curl -H "vmware-api-session-id: b00db39f948d13ea1e59b4d6fce56389" https://{api_host}/api/esx/settings/depots/umds
Errors
500
com.vmware.vapi.std.errors.error : If there is some unknown internal error. The accompanying error message will give more details about the failure.
default
'Default' means this response is used for all HTTP codes that are not covered individually for this operation.