cURL
curl --request POST \ --url https://api.example.com/api/v1/jobs/{job_name}/run \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "node_id": "<string>" } '
{ "message": "<string>", "run_id": "<string>", "status": "<string>" }
Triggers a background job on the target node, returns a run ID for tracking
Documentation IndexFetch the complete documentation index at: https://gns3util.saygex.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://gns3util.saygex.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Type "Bearer" followed by a space and JWT token.
Job name
Run job request
Accepted