repo
offramp

Publish a new offramp to the tremor artefact repository

Publishes a new offramp to the tremor artefact repository if the artefact id is unique.

Returns artefact data, on success.

If an arterfact of the same name already exists, a conflict error is returned.

Response data may be either JSON or YAML formatted ( defaults to JSON ).

post/offramp

Response

Successfully published offramp to tremor registry

typestring required
idstring required
descriptionstring

Documentation for this type

codec'json' | 'msgpack' | 'string' | 'null' | 'influx'

The data format supported for encoding/decoding to/from tremor types

configobject

A map of key/value pairs used to configure this onramp

Changes