/
/Ensemble Manager API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
Ensemble17
  • getList all ensembles
  • postCreate an ensemble
  • getGet an ensemble by name
  • patchModify an existing ensemble
  • getList workflows belonging to the given ensemble
  • postCreate a workflow under the given ensemble
  • getGet a specific workflow from the given ensemble
  • patchUpdate workflow priority
  • patchMark the given workflow to be aborted
  • patchMark the given workflow to be replanned
  • patchMark the given workflow to be rerun
  • getSee pegasus-analyzer output for given workflow
  • getGet triggers belonging to the given ensemble
  • getGet a specific trigger belonging to a given ensemble
  • deleteDelete a specific trigger belonging to a given ensemble
  • postCreate a cron based trigger for the given ensemble
  • postCreate a file pattern based cron trigger for the given ensemble
    Ensemble

    Create an ensemble

    Creates a new ensemble with the given name.

    post/ensembles

    Request body

    namestring

    Response

    Success

    idinteger required
    namestring required
    createdstring date-time required
    updatedstring date-time required
    state'ACTIVE' | 'HELD' | 'PAUSED' required
    max_runninginteger required
    max_planninginteger required

    Changes