Farm Queue Management API Documentation?

Hi, is there any documentation available for the farm queue management api for job/task management operations, etc. I see in documenation call to rest endpoint queue/management/tasks/submit, but I can’t find any api documentation, e.g.

curl -X POST "http://localhost:8222/queue/management/tasks/submit" \
    --header "Accept: application/json" \
    --header "Content-Type: application/json" \
    --data '{"user":"my-user-id","task_type":"blender-decimate","task_args":{"source":"path/to/suzanne.obj","destination":"path/to/suzanne-decimated.usd","ratio":0.2},"task_comment":"My first decimation job!"}'

Thank you,

found link to swagger docs in queue management dashboard of running instance

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.