{ "opencollection": "1.0.0", "info": { "name": "Applications.Core Management APIs ApiVersions Gateways API", "version": "2023-10-01-preview" }, "items": [ { "info": { "name": "Gateways", "type": "folder" }, "items": [ { "info": { "name": "Gateways_ListByScope", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:rootScope/providers/Applications.Core/gateways", "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 GatewayResource resources by Scope" }, { "info": { "name": "Gateways_Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:rootScope/providers/Applications.Core/gateways/:gatewayName", "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": "gatewayName", "value": "", "type": "path", "description": "Gateway name" } ] }, "docs": "Get a GatewayResource" }, { "info": { "name": "Gateways_Create", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/:rootScope/providers/Applications.Core/gateways/:gatewayName", "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": "gatewayName", "value": "", "type": "path", "description": "Gateway name" } ] }, "docs": "Create a GatewayResource" }, { "info": { "name": "Gateways_CreateOrUpdate", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/:rootScope/providers/Applications.Core/gateways/:gatewayName", "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": "gatewayName", "value": "", "type": "path", "description": "Gateway name" } ] }, "docs": "Update a GatewayResource" }, { "info": { "name": "Gateways_Delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/:rootScope/providers/Applications.Core/gateways/:gatewayName", "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": "gatewayName", "value": "", "type": "path", "description": "Gateway name" } ] }, "docs": "Delete a GatewayResource" } ] } ], "bundled": true }