{ "opencollection": "1.0.0", "info": { "name": "VAST API Swagger Schema activedirectory managedapplications API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "ApiToken", "value": "{{ApiToken}}", "placement": "header" } }, "items": [ { "info": { "name": "managedapplications", "type": "folder" }, "items": [ { "info": { "name": "Get all existing Managed Applications", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/managedapplications/" }, "docs": "This endpoint lists Managed Applications" }, { "info": { "name": "Create a Managed Application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/managedapplications/", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint creates a Managed Application." }, { "info": { "name": "Return Details of a Managed Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/managedapplications/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "This endpoint returns information about a specific Managed Application." }, { "info": { "name": "Modify Managed Application", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/managedapplications/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Managed Application ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify Managed Application" }, { "info": { "name": "Delete Managed Application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/managedapplications/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Managed Application." } ] } ], "bundled": true }