/
/Ensemble Manager API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 25m ago · Updated 1mo ago
Ensemble4
  • getList all ensembles
  • postCreate an ensemble
  • getGet an ensemble by name
  • patchModify an existing ensemble
Trigger5
  • 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
Workflow8
  • 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
    Ensemble

    List all ensembles

    Returns a list of all ensembles.

    get/ensembles

    Query parameters

    querystring

    A query to filter out records.

    orderstring

    Result sorting criteria.

    start-indexinteger

    Return results starting from record <start-index> (0 indexed)

    max-resultsinteger

    Max no. of records to return

    Response

    Success

    totalinteger required
    filteredinteger required

    Changes