Create a new automation run

This call creates a new automation run

📘

If you are using Seven Bridges Platform EU, please use the following endpoint: https://eu-api.sbgenomics.com/v2/automation/runs

Example request body

{
  "name": "Automation 1",
  "package": "8b513828-773d-0172-ba61-582a7a7a051e",
  "memory_limit": 1000
  "inputs":"{
        "x": 1,
        "y": 2,
        "z": 3
    },
  "settings":"null",  
  "secret_settings":""
}

Response

See a list of Seven Bridges Platform-specific response codes that may be contained in the body of the response.

Language