{ "opencollection": "1.0.0", "info": { "name": "Forward Networks: Complete Aliases Jump Servers API", "version": "26.6" }, "items": [ { "info": { "name": "Jump Servers", "type": "folder" }, "items": [ { "info": { "name": "Get all jump servers", "type": "http" }, "http": { "method": "GET", "url": "/api/networks/:networkId/jumpServers", "params": [ { "name": "networkId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Substitutes a system-generated identifier for each sensitive `password` and `sshKey`." }, { "info": { "name": "Create a jump server", "type": "http" }, "http": { "method": "POST", "url": "/api/networks/:networkId/jumpServers", "params": [ { "name": "networkId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a jump server" }, { "info": { "name": "Update a jump server", "type": "http" }, "http": { "method": "PATCH", "url": "/api/networks/:networkId/jumpServers/:jumpServerId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "jumpServerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "All JSON properties in the request body are optional. Include only the properties you wish to\nchange." }, { "info": { "name": "Delete a jump server", "type": "http" }, "http": { "method": "DELETE", "url": "/api/networks/:networkId/jumpServers/:jumpServerId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "jumpServerId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a jump server" } ] } ], "bundled": true }