/
/Tremor Api
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 17m ago · Updated 2mo ago
repo19
  • getLists onramps
  • postPublish a new onramp to the tremor artefact repository
  • getFinds onramp data from tremor artefact repository
  • deleteRemove an onramp from tremor artefact repository
  • getLists oframps
  • postPublish a new offramp to the tremor artefact repository
  • getGet offramp data from tremor artefact repository
  • deleteRemove artefact from tremor artefact repository
  • getLists pipelines
  • postPublish a new pipeline to the tremor artefact repository
  • getGet pipeline data from tremor artefact repository
  • deleteRemove pipeline from tremor artefact repository
  • getLists bindings
  • postPublish a new binding to the tremor artefact repository
  • getGet binding data from tremor artefact repository
  • deleteRemove binding from tremor artefact repository
  • getGet deployed artefact servant data from tremor artefact registry
  • postPublish, deploy and activate instances
  • deleteDeactivate and unpublish deployed instances
version1
    repo
    binding

    Lists bindings

    Returns a list of identifiers for each binding stored in the repository

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

    get/binding

    Response

    Find repository managed tremor bindings

    ArtefactId[] required

    A list of registry artefacts

    Changes