5.0.0 • Published 5 years ago
@datafire/azure_automation_softwareupdateconfigurationmachinerun v5.0.0
@datafire/azure_automation_softwareupdateconfigurationmachinerun
Client library for Update Management
Installation and Usage
npm install --save @datafire/azure_automation_softwareupdateconfigurationmachinerun
let azure_automation_softwareupdateconfigurationmachinerun = require('@datafire/azure_automation_softwareupdateconfigurationmachinerun').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});
Description
APIs for managing software update configurations.
Actions
SoftwareUpdateConfigurationMachineRuns_List
Return list of software update configuration machine runs
azure_automation_softwareupdateconfigurationmachinerun.SoftwareUpdateConfigurationMachineRuns_List({
"subscriptionId": "",
"resourceGroupName": "",
"automationAccountName": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: Name of an Azure Resource group. - automationAccountName required
string
: The name of the automation account. - api-version required
string
: Client Api Version. - clientRequestId
string
: Identifies this specific client request. - $filter
string
: The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name' - $skip
string
: number of entries you skip before returning results - $top
string
: Maximum number of entries returned in the results collection
- subscriptionId required
Output
SoftwareUpdateConfigurationMachineRuns_GetById
Get a single software update configuration machine run by Id.
azure_automation_softwareupdateconfigurationmachinerun.SoftwareUpdateConfigurationMachineRuns_GetById({
"subscriptionId": "",
"resourceGroupName": "",
"automationAccountName": "",
"softwareUpdateConfigurationMachineRunId": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - resourceGroupName required
string
: Name of an Azure Resource group. - automationAccountName required
string
: The name of the automation account. - softwareUpdateConfigurationMachineRunId required
string
: The Id of the software update configuration machine run. - api-version required
string
: Client Api Version. - clientRequestId
string
: Identifies this specific client request.
- subscriptionId required
Output
Definitions
jobNavigation
- jobNavigation
object
: Software update configuration machine run job navigation properties.- id
string
: Id of the job associated with the software update configuration run
- id
softwareUpdateConfigurationMachineRun
- softwareUpdateConfigurationMachineRun
object
: Software update configuration machine run model.- id
string
: Resource Id of the software update configuration machine run - name
string
: Name of the software update configuration machine run - properties updateConfigurationMachineRunProperties
- id
softwareUpdateConfigurationMachineRunListResult
- softwareUpdateConfigurationMachineRunListResult
object
: result of listing all software update configuration machine runs- nextLink
string
: link to next page of results. - value
array
: outer object returned when listing all software update configuration machine runs
- nextLink
updateConfigurationMachineRunProperties
- updateConfigurationMachineRunProperties
object
: Software update configuration machine run properties.- configuredDuration
string
: configured duration for the software update configuration run. - correlationId
string
: correlation id of the software update configuration machine run - createdBy
string
: createdBy property, which only appears in the response. - creationTime
string
: Creation time of the resource, which only appears in the response. - endTime
string
: End time of the software update configuration machine run. - error
object
: Error response of an operation failure- code
string
: Error code - message
string
: Error message indicating why the operation failed.
- code
- job jobNavigation
- lastModifiedBy
string
: lastModifiedBy property, which only appears in the response. - lastModifiedTime
string
: Last time resource was modified, which only appears in the response. - osType
string
: Operating system target of the software update configuration triggered this run - softwareUpdateConfiguration updateConfigurationNavigation
- sourceComputerId
string
: source computer id of the software update configuration machine run - startTime
string
: Start time of the software update configuration machine run. - status
string
: Status of the software update configuration machine run. - targetComputer
string
: name of the updated computer - targetComputerType
string
: type of the updated computer.
- configuredDuration
updateConfigurationNavigation
- updateConfigurationNavigation
object
: Software update configuration Run Navigation model.- name
string
: Name of the software update configuration triggered the software update configuration run
- name