REST API - remove

esx settings clusters depot overrides: remove

Removes a depot override from the list of currently configured depot overrides for a given cluster.

Request:

HTTP request

POST https://{server}/api/esx/settings/clusters/{cluster}/depot-overrides

?action=remove
{
    "location""http://myurl.com"
}

Path Parameters

Name Type Description
Required
cluster string Identifier for the cluster.

Body Parameters:

Name Type Description
bold = required
- depot Information of the depot override to be removed.
-.location URI Location of the depot override. This could be a location of zip file or location to an index.xml file.

Response:

HTTP Status Code: 204

Headers:

None

Type:

None

Errors:

HTTP Status Code Type Description
401 unauthenticated if the caller is not authenticated.
404 not_found If there is no depot override with given information or no cluster associated with identifier {param.name cluster} in the system.
500 error If there is some unknown internal error. The accompanying error message will give more details about the failure.
503 service_unavailable If the service is not available.