Webservice available
Description
Check Webservice Availability tests whether a specified URL can be reached, connected to, and read from within a configurable timeout. Use this process entry to verify that an API endpoint or web service is online before your process attempts to call it — for example, checking service health at the start of a data integration process. It returns true if the connection succeeds or false otherwise, allowing you to branch the process flow accordingly.
Configurations
| Field Name | Description |
|---|---|
| Process Entry name | Specify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name. |
| URL | Specifies the URL to validate. |
| Connect timeout (ms) | The connect timeout in ms. The value is depending on the quality of service of this URL and experiences. |
| Read timeout (ms) | After connection, the process entry tries to read data. This value gives the read timeout in ms. The value is depending on the quality of service of this URL and experiences. |