{ "opencollection": "1.0.0", "info": { "name": "Amazon Application Discovery Service Agents Applications API", "version": "2015-11-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Amazon Application Discovery Service Create Application", "type": "http" }, "http": { "method": "POST", "url": "https://discovery.us-east-1.amazonaws.com/v1/createApplication", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an application with the given name and description." }, { "info": { "name": "Amazon Application Discovery Service Delete Applications", "type": "http" }, "http": { "method": "POST", "url": "https://discovery.us-east-1.amazonaws.com/v1/deleteApplications", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a list of applications and their associations with configuration items." }, { "info": { "name": "Amazon Application Discovery Service Update Application", "type": "http" }, "http": { "method": "POST", "url": "https://discovery.us-east-1.amazonaws.com/v1/updateApplication", "body": { "type": "json", "data": "{}" } }, "docs": "Updates metadata about an application." }, { "info": { "name": "Amazon Application Discovery Service Associate Configuration Items to Application", "type": "http" }, "http": { "method": "POST", "url": "https://discovery.us-east-1.amazonaws.com/v1/associateConfigurationItemsToApplication", "body": { "type": "json", "data": "{}" } }, "docs": "Associates one or more configuration items with an application." }, { "info": { "name": "Amazon Application Discovery Service Disassociate Configuration Items from Application", "type": "http" }, "http": { "method": "POST", "url": "https://discovery.us-east-1.amazonaws.com/v1/disassociateConfigurationItemsFromApplication", "body": { "type": "json", "data": "{}" } }, "docs": "Disassociates one or more configuration items from an application." } ] } ], "bundled": true }