{ "opencollection": "1.0.0", "info": { "name": "Tournament activity run API", "version": "v2" }, "items": [ { "info": { "name": "run", "type": "folder" }, "items": [ { "info": { "name": "List runs.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v3/competitions/:competitionIdentifier/projects/:userLogin/:projectIdentifier/runs", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "userLogin", "value": "", "type": "path" }, { "name": "projectIdentifier", "value": "", "type": "path" }, { "name": "managed", "value": "", "type": "query" }, { "name": "submissionNumber", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "docs": "List runs." }, { "info": { "name": "Create a run.", "type": "http" }, "http": { "method": "POST", "url": "http://api.hub.crunchdao.com/v3/competitions/:competitionIdentifier/projects/:userLogin/:projectIdentifier/runs", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "userLogin", "value": "", "type": "path" }, { "name": "projectIdentifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "docs": "Create a run." }, { "info": { "name": "List runs.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v4/competitions/:competitionIdentifier/projects/:userLogin/:projectIdentifier/runs", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "userLogin", "value": "", "type": "path" }, { "name": "projectIdentifier", "value": "", "type": "path" }, { "name": "submissionNumber", "value": "", "type": "query", "description": "Filter runs created with a submission." }, { "name": "runtimeType", "value": "", "type": "query", "description": "Filter for runs with a specific runtime type." }, { "name": "trainFrequency", "value": "", "type": "query", "description": "Filter for runs with a specific train frequency value." }, { "name": "forceFirstTrain", "value": "", "type": "query", "description": "Filter for runs with a specific force first train value." }, { "name": "status", "value": "", "type": "query", "description": "Filter for runs with a status." }, { "name": "success", "value": "", "type": "query", "description": "Filter for successful runs." }, { "name": "terminated", "value": "", "type": "query", "description": "Filter for terminated runs." }, { "name": "managed", "value": "", "type": "query", "description": "Filter for managed runs." }, { "name": "page", "value": "", "type": "query", "description": "Zero-based page index (0..N)" }, { "name": "size", "value": "", "type": "query", "description": "The size of the page to be returned" }, { "name": "sort", "value": "", "type": "query", "description": "Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported." } ], "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "docs": "List runs." }, { "info": { "name": "Show a run.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v3/competitions/:competitionIdentifier/projects/:userLogin/:projectIdentifier/runs/:runId", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "userLogin", "value": "", "type": "path" }, { "name": "projectIdentifier", "value": "", "type": "path" }, { "name": "runId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "docs": "Show a run." }, { "info": { "name": "Terminate a run.", "type": "http" }, "http": { "method": "DELETE", "url": "http://api.hub.crunchdao.com/v3/competitions/:competitionIdentifier/projects/:userLogin/:projectIdentifier/runs/:runId", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "userLogin", "value": "", "type": "path" }, { "name": "projectIdentifier", "value": "", "type": "path" }, { "name": "runId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "docs": "Terminate a run." }, { "info": { "name": "Show a run.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v3/competitions/:competitionIdentifier/projects/:userLogin/:projectIdentifier/runs/:runId/traces", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "userLogin", "value": "", "type": "path" }, { "name": "projectIdentifier", "value": "", "type": "path" }, { "name": "runId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "docs": "Show a run." }, { "info": { "name": "List a run's logs.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v3/competitions/:competitionIdentifier/projects/:userLogin/:projectIdentifier/runs/:runId/logs", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "userLogin", "value": "", "type": "path" }, { "name": "projectIdentifier", "value": "", "type": "path" }, { "name": "runId", "value": "", "type": "path" }, { "name": "hideAtThreshold", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "docs": "List a run's logs." } ] } ], "bundled": true }