{ "opencollection": "1.0.0", "info": { "name": "Triton Inference Server NVIDIA Triton Inference Server HTTP/REST CUDA Shared Memory Trace API", "version": "2.0" }, "items": [ { "info": { "name": "Trace", "type": "folder" }, "items": [ { "info": { "name": "Triton Inference Server Get Trace Settings", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/v2/trace/setting" }, "docs": "Retrieve the current global trace settings. This is a Triton extension to the KServe protocol." }, { "info": { "name": "Triton Inference Server Update Trace Settings", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/v2/trace/setting", "body": { "type": "json", "data": "{}" } }, "docs": "Update the global trace settings for request tracing." }, { "info": { "name": "Triton Inference Server Get Model-Specific Trace Settings", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/v2/models/:model_name/trace/setting", "params": [ { "name": "model_name", "value": "", "type": "path", "description": "Name of the model" } ] }, "docs": "Retrieve the trace settings for a specific model." }, { "info": { "name": "Triton Inference Server Update Model-Specific Trace Settings", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/v2/models/:model_name/trace/setting", "params": [ { "name": "model_name", "value": "", "type": "path", "description": "Name of the model" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the trace settings for a specific model." } ] } ], "bundled": true }