vSphere ESX Agent Manager API


Fault - InvalidUrl

Thrown by
CreateAgency, Update
Extends
EamFault
Since
1.0

Fault Description

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 AgencyConfigInfo

Properties

Name Type Description
connectionRefusedxsd:boolean

True if the connection to the host was refused; otherwise, false.
malformedUrlxsd: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.
unknownHostxsd:boolean

True if the host cannot be reached; otherwise, false.
urlxsd:string

The invalid URL.
Properties inherited from EamFault
None
Properties inherited from vmodl.MethodFault
faultCause, faultMessage
*May not be present