SubscribedLibraryProbeResult
The SubscribedLibrary.ProbeResult structure defines the subscription information probe result. This describes whether using a given subscription URL is successful or if there are access problems, such as SSL errors.
Properties
If the probe result is in an error status, this field will contain the detailed error messages.
The status of probe result. This will be one of Status.
Possible values are: SUCCESS , INVALID_URL , TIMED_OUT , HOST_NOT_FOUND , RESOURCE_NOT_FOUND , INVALID_CREDENTIALS , CERTIFICATE_ERROR , UNKNOWN_ERROR
The SSL thumbprint for the remote endpoint. An SSL thumbprint is only returned if the host is secured with SSL/TLS.
JSON Example
{
"error_messages": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"status": "enum"
}