{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector MeshApplications API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "MeshApplications", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Application Resource With The Given Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Applications/:applicationResourceName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4-preview'." }, { "name": "applicationResourceName", "value": "", "type": "path", "description": "The identity of the application." } ] }, "docs": "Gets the information about the Application resource with the given name. The information include the description and other properties of the Application." }, { "info": { "name": "Microsoft Azure Creates Or Updates A Application Resource", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/Resources/Applications/:applicationResourceName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4-preview'." }, { "name": "applicationResourceName", "value": "", "type": "path", "description": "The identity of the application." } ] }, "docs": "Creates a Application resource with the specified name, description and properties. If Application resource with the same name exists, then it is updated with the specified description and properties." }, { "info": { "name": "Microsoft Azure Deletes The Application Resource", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/Resources/Applications/:applicationResourceName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4-preview'." }, { "name": "applicationResourceName", "value": "", "type": "path", "description": "The identity of the application." } ] }, "docs": "Deletes the Application resource identified by the name." }, { "info": { "name": "Microsoft Azure Lists All The Application Resources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Applications", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4-preview'." } ] }, "docs": "Gets the information about all application resources in a given resource group. The information include the description and other properties of the Application." }, { "info": { "name": "Microsoft Azure Gets The Progress Of The Latest Upgrade Performed On This Application Resource", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Applications/:applicationResourceName/$/GetUpgradeProgress", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '7.0'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This version is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accepts any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0 and the runtime is 6.1, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." }, { "name": "applicationResourceName", "value": "", "type": "path", "description": "The identity of the application." } ] }, "docs": "Gets the upgrade progress information about the Application resource with the given name. The information include percentage of completion and other upgrade state information of the Application resource." } ] } ], "bundled": true }