{ "opencollection": "1.0.0", "info": { "name": "Gremlin agents scenarios.recommended API", "version": "1.0" }, "items": [ { "info": { "name": "scenarios.recommended", "type": "folder" }, "items": [ { "info": { "name": "List all recommended scenarios.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/scenarios/recommended", "params": [ { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`SCENARIOS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Get details about a recommended scenario.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/scenarios/recommended/:guid", "params": [ { "name": "guid", "value": "", "type": "path", "description": "This value represents the globally unique identifier of the record to fetch." }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`SCENARIOS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Get details about a recommended scenario.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/scenarios/recommended/static/:staticEndpointName", "params": [ { "name": "staticEndpointName", "value": "", "type": "path" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`SCENARIOS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" } ] } ], "bundled": true }