Set Job Retries By Job Definition Id
Job定义
根据Id设置Job定义重试次数
Sets the number of retries of all failed jobs associated with the given job definition id.
PUT
Set Job Retries By Job Definition Id
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the job definition to be updated.
Body
application/json
The number of retries to set for the resource. Must be >= 0. If this is 0, an incident is created and the task, or job, cannot be fetched, or acquired anymore unless the retries are increased again. Can not be null.
Response
Request successful. This method returns no content.