{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict Automations API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Automations", "type": "folder" }, "items": [ { "info": { "name": "List Automation Executions", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/automation_executions" }, "docs": "Invokes the c1.api.automations.v1.AutomationExecutionService.ListAutomationExecutions method." }, { "info": { "name": "Get Automation Execution", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/automation_executions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Invokes the c1.api.automations.v1.AutomationExecutionService.GetAutomationExecution method." }, { "info": { "name": "Terminate Automation", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/automation_executions/:id/actions/terminate", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.automations.v1.AutomationExecutionActionsService.TerminateAutomation method." }, { "info": { "name": "Search Automation Executions", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/automation_executions/search", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.automations.v1.AutomationExecutionSearchService.SearchAutomationExecutions method." }, { "info": { "name": "Search Automation Template Versions", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/automation_versions/search", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.automations.v1.AutomationSearchService.SearchAutomationTemplateVersions method." }, { "info": { "name": "List Automations", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/automations" }, "docs": "Invokes the c1.api.automations.v1.AutomationService.ListAutomations method." }, { "info": { "name": "Create Automation", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/automations", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.automations.v1.AutomationService.CreateAutomation method." }, { "info": { "name": "Get Automation", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/automations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Invokes the c1.api.automations.v1.AutomationService.GetAutomation method." }, { "info": { "name": "Update Automation", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/automations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.automations.v1.AutomationService.UpdateAutomation method." }, { "info": { "name": "Delete Automation", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/automations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.automations.v1.AutomationService.DeleteAutomation method." }, { "info": { "name": "Execute Automation", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/automations/:id/execute", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.automations.v1.AutomationService.ExecuteAutomation method." }, { "info": { "name": "Search Automations", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/automations/search", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.automations.v1.AutomationSearchService.SearchAutomations method." } ] } ], "bundled": true }