vSphere ESX Agent Manager API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Fault - InvalidUrl
- Thrown by
- CreateAgency, Update
- Extends
- EamFault
- Since
- 1.0
Fault Description
Deprecated. as of vSphere 9.0. Please refer to vLCM APIs. AnInvalidUrl
fault is thrown when an Agency's configuration scope
is updated and the OVF package URL or VIB URL cannot be downloaded.See AgencyConfigInfo
Properties
Name | Type | Description |
---|---|---|
connectionRefused | xsd:boolean |
True if the connection to the host was refused; otherwise, false.
|
malformedUrl | xsd:boolean |
True if the URL has an invalid format; otherwise, false.
|
responseCode* | xsd:int |
The HTTP response code returned by the server. Only set if malformedUrl is false.
|
unknownHost | xsd:boolean |
True if the host cannot be reached; otherwise, false.
|
url | xsd:string |
The invalid URL.
|
Properties inherited from EamFault | ||
None | ||
Properties inherited from vmodl.MethodFault | ||
faultCause, faultMessage |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |