{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Software Update Configuration Run API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Software Update Configuration Run", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Automation Automationaccounts Automationaccountname Softwareupdateconfigurationruns Softwareupdateconfigurationrunid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Automation/automationAccounts/:automationAccountName/softwareUpdateConfigurationRuns/:softwareUpdateConfigurationRunId", "params": [ { "name": "softwareUpdateConfigurationRunId", "value": "", "type": "path", "description": "The Id of the software update configuration run." } ] }, "docs": "Get a single software update configuration Run by Id." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Automation Automationaccounts Automationaccountname Softwareupdateconfigurationruns", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Automation/automationAccounts/:automationAccountName/softwareUpdateConfigurationRuns", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name'" }, { "name": "$skip", "value": "", "type": "query", "description": "Number of entries you skip before returning results" }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of entries returned in the results collection" } ] }, "docs": "Return list of software update configuration runs" } ] } ], "bundled": true }