{ "opencollection": "1.0.0", "info": { "name": "JFrog Access REST Access Tokens Commands API", "version": "2.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Commands", "type": "folder" }, "items": [ { "info": { "name": "JFrog Execute Remote Command", "type": "http" }, "http": { "method": "POST", "url": "https://{server}.jfrog.io/access/projects/:projectId/commands", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Project ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Executes a command on specified devices." }, { "info": { "name": "JFrog Get Command Status", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.jfrog.io/access/projects/:projectId/commands/:commandId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Project ID" }, { "name": "commandId", "value": "", "type": "path", "description": "Command ID" } ] }, "docs": "Returns the status and results of a remote command execution." } ] } ], "bundled": true }