RemoteUriProbeResultType

Element:
RemoteUriProbeResult
Type:
RemoteUriProbeResultType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Test the library subscription settings to make sure the remote endpoint exists, the password matches (if set), and the SSL certificate is trusted (if necessary).
Since:
31.0
Schema:
vCloudEntities.xsd
Media type(s):
application/vnd.vmware.admin.remoteProbeResult+xml
application/vnd.vmware.admin.remoteProbeResult+json
Extends:
VCloudExtensibleType
XML Representation:
<RemoteUriProbeResult xmlns="http://www.vmware.com/vcloud/v1.5">
    <Status> RemoteUriProbeResultStatus </Status>
    <ErrorMessage> xs:string </ErrorMessage>
    <SslThumbprint> xs:string </SslThumbprint>
    <SslCertificateEncoded> xs:base64Binary </SslCertificateEncoded>
</RemoteUriProbeResult>

Elements

Element Type Required Modifiable Since Deprecated Description
ErrorMessage string No always 31.0 Error message returned from remote URL
SslCertificateEncoded base64Binary No always 31.0 SSL Certificate, if required. XSD formats byte[] as base64binary
SslThumbprint string No always 31.0 Thumbprint of SSL certificate
Status RemoteUriProbeResultStatus Yes always 31.0 Result status of the remote uri probe
VCloudExtension VCloudExtensionType No always 31.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.

Operations

CRUD Operation Description Since Deprecated
as output POST /admin/catalog/probeRemoteLibrary Test the library subscription settings to make sure the remote endpoint exists, the password matches (if set), and the SSL certificate is trusted (if necessary). 31.0