EamInvalidUrl

EamInvalidUrl
EamInvalidUrl

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.

AllOf
This class requires all of the following:
JSON Example
{
    "_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
}
string
url
Required

The invalid URL.

boolean
malformedUrl
Required

True if the URL has an invalid format; otherwise, false.

boolean
unknownHost
Required

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

boolean
connectionRefused
Required

True if the connection to the host was refused; otherwise, false.

integer As int32 As int32
responseCode
Optional

The HTTP response code returned by the server.

Only set if malformedUrl is false.