{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector NginxConfiguration API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "NginxConfiguration", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure List The Nginx Configuration Of Given Nginx Deployment", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Nginx.NginxPlus/nginxDeployments/:deploymentName/configurations", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of targeted Nginx deployment" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get The Nginx Configuration Of Given Nginx Deployment", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Nginx.NginxPlus/nginxDeployments/:deploymentName/configurations/:configurationName", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of targeted Nginx deployment" }, { "name": "configurationName", "value": "", "type": "path", "description": "The name of configuration, only 'default' is supported value due to the singleton of Nginx conf" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create Or Update The Nginx Configuration For Given Nginx Deployment", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Nginx.NginxPlus/nginxDeployments/:deploymentName/configurations/:configurationName", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of targeted Nginx deployment" }, { "name": "configurationName", "value": "", "type": "path", "description": "The name of configuration, only 'default' is supported value due to the singleton of Nginx conf" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Reset The Nginx Configuration Of Given Nginx Deployment To Default", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Nginx.NginxPlus/nginxDeployments/:deploymentName/configurations/:configurationName", "params": [ { "name": "deploymentName", "value": "", "type": "path", "description": "The name of targeted Nginx deployment" }, { "name": "configurationName", "value": "", "type": "path", "description": "The name of configuration, only 'default' is supported value due to the singleton of Nginx conf" } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }