-
Notifications
You must be signed in to change notification settings - Fork 1
2.0.0.2 Plugin Results
Output parameters show errors encountered before sending ping messages to endpoints as well as a status for each endpoint that ping messages got sent to. This status includes information on whether the endpoint was reachable, a pong message was received or is missing:
-
not-reachable: the endpoint was not reachable -
pong-missing: the endpoint was reachable, but did not respond with a pong message in the desired time frame -
pong-received: the endpoint was reachable and returned a pong message in time
The status may also include error codes and messages that occured either on the sending side or the receiving side (denoted with local and remote). Some errors also include a URL where troubleshooting tips can be found. Error messages may not be visible in the HTML view of the DSF FHIR server. Switching to JSON or XML view shows the messages. This also applies to error messages from errors encountered before sending any ping messages.
If any download-resource-size-bytes greater than -1 was specified, the status for each endpoint will also include the network speed measured when downloading/uploading a binary resource from/to the endpoint. This information might not be visible in the HTML view of the DSF FHIR server. Switching to JSON or XML view shows the network speeds.