Get-OCIOsmanagementhubErrataList
SYNOPSIS
Invokes SoftwareSource service - ListErrata operation.
SYNTAX
Limit
Get-OCIOsmanagementhubErrataList -CompartmentId <String> [-Name <System.Collections.Generic.List`1[System.String]>] [-NameContains <String>] [-ClassificationType <System.Collections.Generic.List`1[Oci.OsmanagementhubService.Models.ClassificationTypes]>] [-AdvisoryType <System.Collections.Generic.List`1[Oci.OsmanagementhubService.Models.AdvisoryTypes]>] [-OsFamily <OsFamily>] [-AdvisorySeverity <System.Collections.Generic.List`1[Oci.OsmanagementhubService.Models.AdvisorySeverity]>] [-TimeIssueDateStart <DateTime>] [-TimeIssueDateEnd <DateTime>] [-Limit <Int32>] [-Page <String>] [-SortOrder <SortOrder>] [-SortBy <SortByEnum>] [-OpcRequestId <String>] [-ConfigFile <String>] [-Endpoint <String>] [-NoRetry] [-Profile <String>] [-Region <String>] [-FullResponse] [-TimeOutInMillis <Int32>] [-AuthType <AuthenticationType>] [<CommonParameters>]
AllPages
Get-OCIOsmanagementhubErrataList -CompartmentId <String> [-Name <System.Collections.Generic.List`1[System.String]>] [-NameContains <String>] [-ClassificationType <System.Collections.Generic.List`1[Oci.OsmanagementhubService.Models.ClassificationTypes]>] [-AdvisoryType <System.Collections.Generic.List`1[Oci.OsmanagementhubService.Models.AdvisoryTypes]>] [-OsFamily <OsFamily>] [-AdvisorySeverity <System.Collections.Generic.List`1[Oci.OsmanagementhubService.Models.AdvisorySeverity]>] [-TimeIssueDateStart <DateTime>] [-TimeIssueDateEnd <DateTime>] [-Page <String>] [-SortOrder <SortOrder>] [-SortBy <SortByEnum>] [-OpcRequestId <String>] [-All] [-ConfigFile <String>] [-Endpoint <String>] [-NoRetry] [-Profile <String>] [-Region <String>] [-FullResponse] [-TimeOutInMillis <Int32>] [-AuthType <AuthenticationType>] [<CommonParameters>]
DESCRIPTION
Lists all of the currently available errata. Filter the list against a variety of criteria including but not limited to its name, classification type, advisory severity, and OS family.
PARAMETERS
-AdvisorySeverity
The advisory severity.
Type: System.Collections.Generic.List`1[Oci.OsmanagementhubService.Models.AdvisorySeverity]
Parameter Sets: (All)
Aliases: None
Accepted values: UnknownEnumValue, Low, Moderate, Important, Critical
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-AdvisoryType
A filter to return only errata that match the given advisory types.
Type: System.Collections.Generic.List`1[Oci.OsmanagementhubService.Models.AdvisoryTypes]
Parameter Sets: (All)
Aliases: None
Accepted values: UnknownEnumValue, Security, Bugfix, Enhancement
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-All
Fetches all pages of results.
Type: SwitchParameter
Parameter Sets: AllPages
Aliases: None
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-AuthType
Type of authentication to use for making API requests. Default is Key based Authentication.
Type: AuthenticationType
Parameter Sets: (All)
Aliases: None
Accepted values: ApiKey, InstancePrincipal, SessionToken
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ClassificationType
A filter to return only packages that match the given update classification type.
Type: System.Collections.Generic.List`1[Oci.OsmanagementhubService.Models.ClassificationTypes]
Parameter Sets: (All)
Aliases: None
Accepted values: UnknownEnumValue, Security, Bugfix, Enhancement, Other
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-CompartmentId
The OCID of the compartment. This parameter is required and returns only resources contained within the specified compartment.
Type: String
Parameter Sets: (All)
Aliases: None
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-ConfigFile
The path to the config file.
Type: String
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Endpoint
The value to use as the service endpoint, including any required API version path.
Type: String
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-FullResponse
Output the complete response returned by the API Operation. Using this switch will make this Cmdlet output an object containing response headers in-addition to an optional response body.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Limit
For list pagination. The maximum number of results per page, or items to return in a paginated "List" call. For important details about how pagination works, see List Pagination.
Example: `50`
Type: Int32
Parameter Sets: Limit
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Name
The assigned erratum name. It's unique and not changeable.
Example: `ELSA-2020-5804`
Type: System.Collections.Generic.List`1[System.String]
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-NameContains
A filter to return resources that may partially match the erratum name given.
Type: String
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-NoRetry
Disable retry logic for calls to services.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-OpcRequestId
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Type: String
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-OsFamily
A filter to return only resources that match the given operating system family.
Type: OsFamily
Parameter Sets: (All)
Aliases: None
Accepted values: UnknownEnumValue, OracleLinux9, OracleLinux8, OracleLinux7, OracleLinux6, WindowsServer2016, WindowsServer2019, WindowsServer2022, All
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Page
For list pagination. The value of the `opc-next-page` response header from the previous "List" call. For important details about how pagination works, see List Pagination.
Example: `3`
Type: String
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Profile
The profile in the config file to load.
Type: String
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Region
Region-id of the region to make calls against. eg) us-phoenix-1, ap-singapore-1
Type: String
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-SortBy
The field to sort errata by. Only one sort order may be provided. Default order for timeIssued is descending. Default order for name is ascending. If no value is specified timeIssued is default.
Type: SortByEnum
Parameter Sets: (All)
Aliases: None
Accepted values: TimeIssued, Name
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-SortOrder
The sort order to use, either 'ASC' or 'DESC'.
Type: SortOrder
Parameter Sets: (All)
Aliases: None
Accepted values: Asc, Desc
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-TimeIssueDateEnd
The issue date before which to list all errata, in ISO 8601 format
Example: 2017-07-14T02:40:00.000Z
Type: DateTime
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-TimeIssueDateStart
The issue date after which to list all errata, in ISO 8601 format
Example: 2017-07-14T02:40:00.000Z
Type: DateTime
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-TimeOutInMillis
Max wait time in milliseconds for the API request to complete. Default is 100000 millis(100 secs).
Type: Int32
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
OUTPUTS
- Oci.OsmanagementhubService.Models.ErratumCollection
- Oci.OsmanagementhubService.Responses.ListErrataResponse