external help file | Module Name | online version | schema |
---|---|---|---|
Jagabata.psm.dll-Help.xml |
Jagabata.psm |
2.0.0 |
Retrieve AdHocCommand job details by ID(s).
Get-AnsibleAdHocCommandJob [-Id] <UInt64[]> [<CommonParameters>]
Retrieve AdHocCommand jobs by the specified ID(s).
Implements following Rest API:
/api/v2/ad_hoc_commands/{id}/
PS C:\> Get-AnsibleAdHocCommandJob -Id 10
Retrieve an ActivityStream for Database ID 1.
PS C:\> 10..15 | Get-AnsibleAdHocCommandJob
Retrieve AdHocCommand jobs with ID numbers 10 though 15.
List of database IDs for one or more AdHocCommand jobs.
Type: UInt64[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
One or more database IDs.