{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Order API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Order", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Edgeorder Orders", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.EdgeOrder/orders", "params": [ { "name": "$skipToken", "value": "", "type": "query", "description": "$skipToken is supported on Get list of orders, which provides the next page in the list of orders." }, { "name": "$top", "value": "", "type": "query", "description": "$top is supported on fetching list of resources. $top=10 means that the first 10 items in the list will be returned to the API caller." } ] }, "docs": "List orders at subscription level." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Edgeorder Locations Location Orders Ordername", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.EdgeOrder/locations/:location/orders/:orderName", "params": [ { "name": "orderName", "value": "", "type": "path", "description": "The name of the order." } ] }, "docs": "Get an order." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Edgeorder Orders", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.EdgeOrder/orders", "params": [ { "name": "$skipToken", "value": "", "type": "query", "description": "$skipToken is supported on Get list of orders, which provides the next page in the list of orders." }, { "name": "$top", "value": "", "type": "query", "description": "$top is supported on fetching list of resources. $top=10 means that the first 10 items in the list will be returned to the API caller." } ] }, "docs": "List orders at resource group level." } ] } ], "bundled": true }