Measurements
Optional API token for authentication (if configured)
your_api_tokenapplication/jsonUTF-8Unauthorized.
HTTP to CoAP mapping: HTTP 401 or 403 will be converted to CoAP 4.01 UNAUTHORIZED.
Sensor behavior: The sensor does NOT receive any configuration updates. The sensor will retry according to its retry policy.
No content
Forbidden.
HTTP to CoAP mapping: HTTP 401 or 403 will be converted to CoAP 4.01 UNAUTHORIZED.
Sensor behavior: The sensor does NOT receive any configuration updates. The sensor will retry according to its retry policy.
Success - Data received successfully.
You can return an empty response or include configuration parameters to update the sensor. See endpoint description above for details on parameter validation and error handling.
HTTP to CoAP mapping: Any 2xx HTTP status code (200, 201, 204, etc.) will be converted to CoAP 2.01 CREATED.
Sensor behavior: The sensor receives the response and applies any configuration parameters included in the response body.
Redirection.
HTTP to CoAP mapping: Any 3xx HTTP status code (301, 302, 304, etc.) will be converted to CoAP 5.00 INTERNAL SERVER ERROR.
Sensor behavior: The sensor does NOT receive any configuration updates. The sensor will retry according to its retry policy.
Client Error.
HTTP to CoAP mapping: Any 4xx HTTP status code (except 401/403) will be converted to CoAP 4.00 BAD REQUEST.
Sensor behavior: The sensor does NOT receive any configuration updates. The sensor will retry according to its retry policy.
Server Error.
HTTP to CoAP mapping: Any 5xx HTTP status code (500, 502, 503, etc.) will be converted to CoAP 5.00 INTERNAL SERVER ERROR.
Sensor behavior: The sensor does NOT receive any configuration updates. The sensor will retry according to its retry policy.
No content
Last updated