REST Server mode responses
- Last UpdatedJan 03, 2025
- 1 minute read
- PI System
- PI Connector for UFL 1.3.2.139
- Connectors
The connector's REST endpoint always replies to client's PUT/POST commands with a status and a short description of the operation result. The table below lists the most common statuses:
|
Message |
Status |
Corrective Action |
|---|---|---|
|
|
|
|
|
|
|
Verify the URL address, username and/or password. |
|
|
|
The REST endpoint is overloaded; re-send the data. |
|
|
|
Verify the URL address. |
|
|
||
|
|
||
|
|
Note: If the endpoint responded with status (and the message ), it means that the data has not been accepted by the connector. The recommended approach is to repeat the PUT/POST operation after a short while until the status 200 appears. An example of such logic can be found on GitHub - PI Connector for UFL Samples. To log all the REST acknowledgement messages and statuses, activate the verbose or information logging level on the administration page of the connector.