What is the API rate limit?
Each user can call an API up to 100 times per minute. Requests that exceed this limit are throttled.
Why does the console show an error after I create a Kubernetes job through an API?
Kubernetes jobs require the xAttrs attribute. If xAttrs is missing or misconfigured, the console cannot parse the job configuration and the page fails to render.
Set xAttrs as shown in the Kubernetes job demo.
Can I create a workflow through an API?
No. The API does not support workflow creation.
Can I specify a worker or label when triggering a job in Stand-alone operation mode?
Yes. Use two API calls:
Retrieve the worker list to get available IP addresses and labels. See the worker list demo.
Trigger the job with the desired worker or label parameter. See the trigger job demo.
Why does the console show an error after I create a job through an API?
Missing or incorrectly formatted required parameters cause the console to fail when parsing the job configuration, which prevents the page from rendering.
To troubleshoot:
Verify that all required parameters are included in your API request.
Check that parameter values use the correct data types and formats.
If the issue persists, Join the DingTalk group (ID: 23103656) to contact SchedulerX technical support.