{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-automation-softwareupdateconfigurationrun","description":"Update Management API","version":"2017-05-15-preview","base_url":"https://management.azure.com/","endpoints":2,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Update Management API\n@base https://management.azure.com/\n@version 2017-05-15-preview\n@auth OAuth2\n@endpoints 2\n@toc subscriptions(2)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationRuns/{softwareUpdateConfigurationRunId}\n@desc Get a single software update configuration Run by Id.\n@required {softwareUpdateConfigurationRunId: any # The Id of the software update configuration run.}\n@returns(200) A single software update configuration Run.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationRuns\n@desc Return list of software update configuration runs\n@optional {$filter: any # The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name', $skip: any # Number of entries you skip before returning results, $top: any # Maximum number of entries returned in the results collection}\n@returns(200) Return list of software update configurations runs.\n\n@end\n"}