EamInvalidUrl
Deprecated as of vSphere 9.0. Please refer to vLCM APIs.
An InvalidUrl
fault is thrown when an Agency's configuration scope
is updated and the OVF package URL or VIB URL cannot be downloaded.
See also AgencyConfigInfo.
This structure may be used only with operations rendered under /eam
.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"url": "string",
"malformedUrl": false,
"unknownHost": false,
"connectionRefused": false,
"responseCode": 0
}
The invalid URL.
True if the URL has an invalid format; otherwise, false.
True if the host cannot be reached; otherwise, false.
True if the connection to the host was refused; otherwise, false.
The HTTP response code returned by the server.
Only set if malformedUrl
is false.