1.2.9 /api/v1/poke

Writes ('pokes') a Parameter or Range message to the M&C server. The message to be written must be supplied as POST data.

Supported HTTP methods: POST, HEAD, OPTIONS

POST /api/v1/poke

Expects exactly one Parameter document as POST data. This creates and distributes the message on the M&C server addressed by the M&C identifier contained in the supplied message. This does not check if the specified destination exists. Messages sent to non-existing destinations are silently ignored, also result in a 201 response.

Parameters: none

Return Codes:

Code Description
201 Success, echoes the message created.
401 not logged in. In this case a ApiError document is returned, describing details of the error.