{ "opencollection": "1.0.0", "info": { "name": ".Core Management APIs ApiVersions Applications API", "version": "2023-10-01-preview" }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Applications_ListByScope", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:rootScope/providers/Applications.Core/applications", "params": [ { "name": "rootScope", "value": "", "type": "path", "description": "The scope in which the resource is present. UCP Scope is /planes/{planeType}/{planeName}/resourceGroup/{resourcegroupID} and Azure resource scope is /subscriptions/{subscriptionID}/resourceGroup/{resourcegroupID}" } ] }, "docs": "List ApplicationResource resources by Scope" }, { "info": { "name": "Applications_Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:rootScope/providers/Applications.Core/applications/:applicationName", "params": [ { "name": "rootScope", "value": "", "type": "path", "description": "The scope in which the resource is present. UCP Scope is /planes/{planeType}/{planeName}/resourceGroup/{resourcegroupID} and Azure resource scope is /subscriptions/{subscriptionID}/resourceGroup/{resourcegroupID}" }, { "name": "applicationName", "value": "", "type": "path", "description": "The application name" } ] }, "docs": "Get a ApplicationResource" }, { "info": { "name": "Applications_CreateOrUpdate", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/:rootScope/providers/Applications.Core/applications/:applicationName", "params": [ { "name": "rootScope", "value": "", "type": "path", "description": "The scope in which the resource is present. UCP Scope is /planes/{planeType}/{planeName}/resourceGroup/{resourcegroupID} and Azure resource scope is /subscriptions/{subscriptionID}/resourceGroup/{resourcegroupID}" }, { "name": "applicationName", "value": "", "type": "path", "description": "The application name" } ] }, "docs": "Create a ApplicationResource" }, { "info": { "name": "Applications_Update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/:rootScope/providers/Applications.Core/applications/:applicationName", "params": [ { "name": "rootScope", "value": "", "type": "path", "description": "The scope in which the resource is present. UCP Scope is /planes/{planeType}/{planeName}/resourceGroup/{resourcegroupID} and Azure resource scope is /subscriptions/{subscriptionID}/resourceGroup/{resourcegroupID}" }, { "name": "applicationName", "value": "", "type": "path", "description": "The application name" } ] }, "docs": "Update a ApplicationResource" }, { "info": { "name": "Applications_Delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/:rootScope/providers/Applications.Core/applications/:applicationName", "params": [ { "name": "rootScope", "value": "", "type": "path", "description": "The scope in which the resource is present. UCP Scope is /planes/{planeType}/{planeName}/resourceGroup/{resourcegroupID} and Azure resource scope is /subscriptions/{subscriptionID}/resourceGroup/{resourcegroupID}" }, { "name": "applicationName", "value": "", "type": "path", "description": "The application name" } ] }, "docs": "Delete a ApplicationResource" }, { "info": { "name": "Applications_GetGraph", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:rootScope/providers/Applications.Core/applications/:applicationName/getGraph", "params": [ { "name": "rootScope", "value": "", "type": "path", "description": "The scope in which the resource is present. UCP Scope is /planes/{planeType}/{planeName}/resourceGroup/{resourcegroupID} and Azure resource scope is /subscriptions/{subscriptionID}/resourceGroup/{resourcegroupID}" }, { "name": "applicationName", "value": "", "type": "path", "description": "The application name" } ] }, "docs": "Gets the application graph and resources." } ] } ], "bundled": true }