v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Jobs

Retry Failed Step

Retries the specific step in the log of assocaited task of the provided job

post/organizations/{organization_id}/accounts/{account_id}/jobs/{job_id}/tasks/{task_id}/steps/{step_id}/retry

Path parameters

organization_idstring required

Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values

account_idstring required

Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values

job_idstring required

The unique identifier and primary key of the job table. This is also a foreign key for tasks and steps.

task_idstring required

The unique identifier and primary key of the task table. This is also a foreign key for jobs and steps.

step_idstring required

The unique identifier and primary key of the step table. This is also a foreign key for tasks and jobs.

Request body

PostOrganizationsAccountsJobsTasksStepsRetryRequest required

Response

200 response

PostOrganizationsAccountsJobsTasksStepsRetryResponse required