Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi
oci.OsManagementHub.getEvent
Explore with Pulumi AI
This data source provides details about a specific Event resource in Oracle Cloud Infrastructure Os Management Hub service.
Returns information about the specified event.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testEvent = oci.OsManagementHub.getEvent({
eventId: testEventOciOsManagementHubEvent.id,
});
import pulumi
import pulumi_oci as oci
test_event = oci.OsManagementHub.get_event(event_id=test_event_oci_os_management_hub_event["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/osmanagementhub"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := osmanagementhub.GetEvent(ctx, &osmanagementhub.GetEventArgs{
EventId: testEventOciOsManagementHubEvent.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testEvent = Oci.OsManagementHub.GetEvent.Invoke(new()
{
EventId = testEventOciOsManagementHubEvent.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.OsManagementHub.OsManagementHubFunctions;
import com.pulumi.oci.OsManagementHub.inputs.GetEventArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testEvent = OsManagementHubFunctions.getEvent(GetEventArgs.builder()
.eventId(testEventOciOsManagementHubEvent.id())
.build());
}
}
variables:
testEvent:
fn::invoke:
function: oci:OsManagementHub:getEvent
arguments:
eventId: ${testEventOciOsManagementHubEvent.id}
Using getEvent
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEvent(args: GetEventArgs, opts?: InvokeOptions): Promise<GetEventResult>
function getEventOutput(args: GetEventOutputArgs, opts?: InvokeOptions): Output<GetEventResult>
def get_event(event_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEventResult
def get_event_output(event_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEventResult]
func GetEvent(ctx *Context, args *GetEventArgs, opts ...InvokeOption) (*GetEventResult, error)
func GetEventOutput(ctx *Context, args *GetEventOutputArgs, opts ...InvokeOption) GetEventResultOutput
> Note: This function is named GetEvent
in the Go SDK.
public static class GetEvent
{
public static Task<GetEventResult> InvokeAsync(GetEventArgs args, InvokeOptions? opts = null)
public static Output<GetEventResult> Invoke(GetEventInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEventResult> getEvent(GetEventArgs args, InvokeOptions options)
public static Output<GetEventResult> getEvent(GetEventArgs args, InvokeOptions options)
fn::invoke:
function: oci:OsManagementHub/getEvent:getEvent
arguments:
# arguments dictionary
The following arguments are supported:
getEvent Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Datas
List<Get
Event Data> - Provides additional information for a management station event.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Event
Details string - Details of an event.
- Event
Id string - Event
Summary string - Summary of the event.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the event.
- Is
Managed boolBy Autonomous Linux - Indicates whether the event occurred on a resource that is managed by the Autonomous Linux service.
- Lifecycle
Details string - Describes the current state of the event in more detail. For example, the message can provide actionable information for a resource in the 'FAILED' state.
- Resource
Id string - The OCID of the managed instance or resource where the event occurred.
- State string
- The current state of the event.
- System
Details List<GetEvent System Detail> - Provides information about the system architecture and operating system.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the Event was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Time
Occurred string - The date and time that the event occurred.
- Time
Updated string - The date and time that the event was updated (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z
- Type string
- Event type:
KERNEL_OOPS
- Used to identify a kernel panic condition eventKERNEL_CRASH
- Used to identify an internal fatal kernel error that cannot be safely recovered fromEXPLOIT_ATTEMPT
- Used to identify a known exploit detection as identified by KspliceSOFTWARE_UPDATE
- Software updates - PackagesKSPLICE_UPDATE
- Ksplice updatesSOFTWARE_SOURCE
- Software sourceAGENT
- AgentMANAGEMENT_STATION
- Management StationSYSADMIN
- Used to identify attempts on fixing agent errors on the instanceREBOOT
- Reboot
- Compartment
Id string - The OCID of the compartment.
- Datas
[]Get
Event Data - Provides additional information for a management station event.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Event
Details string - Details of an event.
- Event
Id string - Event
Summary string - Summary of the event.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the event.
- Is
Managed boolBy Autonomous Linux - Indicates whether the event occurred on a resource that is managed by the Autonomous Linux service.
- Lifecycle
Details string - Describes the current state of the event in more detail. For example, the message can provide actionable information for a resource in the 'FAILED' state.
- Resource
Id string - The OCID of the managed instance or resource where the event occurred.
- State string
- The current state of the event.
- System
Details []GetEvent System Detail - Provides information about the system architecture and operating system.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the Event was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Time
Occurred string - The date and time that the event occurred.
- Time
Updated string - The date and time that the event was updated (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z
- Type string
- Event type:
KERNEL_OOPS
- Used to identify a kernel panic condition eventKERNEL_CRASH
- Used to identify an internal fatal kernel error that cannot be safely recovered fromEXPLOIT_ATTEMPT
- Used to identify a known exploit detection as identified by KspliceSOFTWARE_UPDATE
- Software updates - PackagesKSPLICE_UPDATE
- Ksplice updatesSOFTWARE_SOURCE
- Software sourceAGENT
- AgentMANAGEMENT_STATION
- Management StationSYSADMIN
- Used to identify attempts on fixing agent errors on the instanceREBOOT
- Reboot
- compartment
Id String - The OCID of the compartment.
- datas
List<Get
Event Data> - Provides additional information for a management station event.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- event
Details String - Details of an event.
- event
Id String - event
Summary String - Summary of the event.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the event.
- is
Managed BooleanBy Autonomous Linux - Indicates whether the event occurred on a resource that is managed by the Autonomous Linux service.
- lifecycle
Details String - Describes the current state of the event in more detail. For example, the message can provide actionable information for a resource in the 'FAILED' state.
- resource
Id String - The OCID of the managed instance or resource where the event occurred.
- state String
- The current state of the event.
- system
Details List<GetEvent System Detail> - Provides information about the system architecture and operating system.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the Event was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Occurred String - The date and time that the event occurred.
- time
Updated String - The date and time that the event was updated (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z
- type String
- Event type:
KERNEL_OOPS
- Used to identify a kernel panic condition eventKERNEL_CRASH
- Used to identify an internal fatal kernel error that cannot be safely recovered fromEXPLOIT_ATTEMPT
- Used to identify a known exploit detection as identified by KspliceSOFTWARE_UPDATE
- Software updates - PackagesKSPLICE_UPDATE
- Ksplice updatesSOFTWARE_SOURCE
- Software sourceAGENT
- AgentMANAGEMENT_STATION
- Management StationSYSADMIN
- Used to identify attempts on fixing agent errors on the instanceREBOOT
- Reboot
- compartment
Id string - The OCID of the compartment.
- datas
Get
Event Data[] - Provides additional information for a management station event.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- event
Details string - Details of an event.
- event
Id string - event
Summary string - Summary of the event.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id string
- The OCID of the event.
- is
Managed booleanBy Autonomous Linux - Indicates whether the event occurred on a resource that is managed by the Autonomous Linux service.
- lifecycle
Details string - Describes the current state of the event in more detail. For example, the message can provide actionable information for a resource in the 'FAILED' state.
- resource
Id string - The OCID of the managed instance or resource where the event occurred.
- state string
- The current state of the event.
- system
Details GetEvent System Detail[] - Provides information about the system architecture and operating system.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The date and time the Event was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Occurred string - The date and time that the event occurred.
- time
Updated string - The date and time that the event was updated (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z
- type string
- Event type:
KERNEL_OOPS
- Used to identify a kernel panic condition eventKERNEL_CRASH
- Used to identify an internal fatal kernel error that cannot be safely recovered fromEXPLOIT_ATTEMPT
- Used to identify a known exploit detection as identified by KspliceSOFTWARE_UPDATE
- Software updates - PackagesKSPLICE_UPDATE
- Ksplice updatesSOFTWARE_SOURCE
- Software sourceAGENT
- AgentMANAGEMENT_STATION
- Management StationSYSADMIN
- Used to identify attempts on fixing agent errors on the instanceREBOOT
- Reboot
- compartment_
id str - The OCID of the compartment.
- datas
Sequence[osmanagementhub.
Get Event Data] - Provides additional information for a management station event.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- event_
details str - Details of an event.
- event_
id str - event_
summary str - Summary of the event.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id str
- The OCID of the event.
- is_
managed_ boolby_ autonomous_ linux - Indicates whether the event occurred on a resource that is managed by the Autonomous Linux service.
- lifecycle_
details str - Describes the current state of the event in more detail. For example, the message can provide actionable information for a resource in the 'FAILED' state.
- resource_
id str - The OCID of the managed instance or resource where the event occurred.
- state str
- The current state of the event.
- system_
details Sequence[osmanagementhub.Get Event System Detail] - Provides information about the system architecture and operating system.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the Event was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time_
occurred str - The date and time that the event occurred.
- time_
updated str - The date and time that the event was updated (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z
- type str
- Event type:
KERNEL_OOPS
- Used to identify a kernel panic condition eventKERNEL_CRASH
- Used to identify an internal fatal kernel error that cannot be safely recovered fromEXPLOIT_ATTEMPT
- Used to identify a known exploit detection as identified by KspliceSOFTWARE_UPDATE
- Software updates - PackagesKSPLICE_UPDATE
- Ksplice updatesSOFTWARE_SOURCE
- Software sourceAGENT
- AgentMANAGEMENT_STATION
- Management StationSYSADMIN
- Used to identify attempts on fixing agent errors on the instanceREBOOT
- Reboot
- compartment
Id String - The OCID of the compartment.
- datas List<Property Map>
- Provides additional information for a management station event.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- event
Details String - Details of an event.
- event
Id String - event
Summary String - Summary of the event.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the event.
- is
Managed BooleanBy Autonomous Linux - Indicates whether the event occurred on a resource that is managed by the Autonomous Linux service.
- lifecycle
Details String - Describes the current state of the event in more detail. For example, the message can provide actionable information for a resource in the 'FAILED' state.
- resource
Id String - The OCID of the managed instance or resource where the event occurred.
- state String
- The current state of the event.
- system
Details List<Property Map> - Provides information about the system architecture and operating system.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the Event was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Occurred String - The date and time that the event occurred.
- time
Updated String - The date and time that the event was updated (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z
- type String
- Event type:
KERNEL_OOPS
- Used to identify a kernel panic condition eventKERNEL_CRASH
- Used to identify an internal fatal kernel error that cannot be safely recovered fromEXPLOIT_ATTEMPT
- Used to identify a known exploit detection as identified by KspliceSOFTWARE_UPDATE
- Software updates - PackagesKSPLICE_UPDATE
- Ksplice updatesSOFTWARE_SOURCE
- Software sourceAGENT
- AgentMANAGEMENT_STATION
- Management StationSYSADMIN
- Used to identify attempts on fixing agent errors on the instanceREBOOT
- Reboot
Supporting Types
GetEventData
- Additional
Details This property is required. List<GetEvent Data Additional Detail> - Provides additional information for the work request associated with an event.
- Attempted
Resolutions This property is required. List<string> - The actions used to attempt fixing the error.
- Contents
This property is required. List<GetEvent Data Content> - Provides information collected for the exploit attempt event.
- Error
Cause This property is required. string - The commands executed by the agent that caused the error.
- Error
Log This property is required. string - The output log of the error.
- Event
Count This property is required. int - Number of times the event has occurred.
- Event
Fingerprint This property is required. string - Fingerprint of the event.
- Health
State This property is required. string - Health state of the management station
- Operation
Type This property is required. string - Type of management station operation.
- Reason
This property is required. string - Reason for the event.
- Reboot
Status This property is required. string - Reboot status for the current event
- Resolution
Log This property is required. string - The log output after the resolutions.
- Resolution
Status This property is required. string - Indicates if the event succeeded.
- Status
This property is required. string - Status of the management station operation.
- Time
First Occurred This property is required. string - The date and time that the event first occurred.
- Additional
Details This property is required. []GetEvent Data Additional Detail - Provides additional information for the work request associated with an event.
- Attempted
Resolutions This property is required. []string - The actions used to attempt fixing the error.
- Contents
This property is required. []GetEvent Data Content - Provides information collected for the exploit attempt event.
- Error
Cause This property is required. string - The commands executed by the agent that caused the error.
- Error
Log This property is required. string - The output log of the error.
- Event
Count This property is required. int - Number of times the event has occurred.
- Event
Fingerprint This property is required. string - Fingerprint of the event.
- Health
State This property is required. string - Health state of the management station
- Operation
Type This property is required. string - Type of management station operation.
- Reason
This property is required. string - Reason for the event.
- Reboot
Status This property is required. string - Reboot status for the current event
- Resolution
Log This property is required. string - The log output after the resolutions.
- Resolution
Status This property is required. string - Indicates if the event succeeded.
- Status
This property is required. string - Status of the management station operation.
- Time
First Occurred This property is required. string - The date and time that the event first occurred.
- additional
Details This property is required. List<GetEvent Data Additional Detail> - Provides additional information for the work request associated with an event.
- attempted
Resolutions This property is required. List<String> - The actions used to attempt fixing the error.
- contents
This property is required. List<GetEvent Data Content> - Provides information collected for the exploit attempt event.
- error
Cause This property is required. String - The commands executed by the agent that caused the error.
- error
Log This property is required. String - The output log of the error.
- event
Count This property is required. Integer - Number of times the event has occurred.
- event
Fingerprint This property is required. String - Fingerprint of the event.
- health
State This property is required. String - Health state of the management station
- operation
Type This property is required. String - Type of management station operation.
- reason
This property is required. String - Reason for the event.
- reboot
Status This property is required. String - Reboot status for the current event
- resolution
Log This property is required. String - The log output after the resolutions.
- resolution
Status This property is required. String - Indicates if the event succeeded.
- status
This property is required. String - Status of the management station operation.
- time
First Occurred This property is required. String - The date and time that the event first occurred.
- additional
Details This property is required. GetEvent Data Additional Detail[] - Provides additional information for the work request associated with an event.
- attempted
Resolutions This property is required. string[] - The actions used to attempt fixing the error.
- contents
This property is required. GetEvent Data Content[] - Provides information collected for the exploit attempt event.
- error
Cause This property is required. string - The commands executed by the agent that caused the error.
- error
Log This property is required. string - The output log of the error.
- event
Count This property is required. number - Number of times the event has occurred.
- event
Fingerprint This property is required. string - Fingerprint of the event.
- health
State This property is required. string - Health state of the management station
- operation
Type This property is required. string - Type of management station operation.
- reason
This property is required. string - Reason for the event.
- reboot
Status This property is required. string - Reboot status for the current event
- resolution
Log This property is required. string - The log output after the resolutions.
- resolution
Status This property is required. string - Indicates if the event succeeded.
- status
This property is required. string - Status of the management station operation.
- time
First Occurred This property is required. string - The date and time that the event first occurred.
- additional_
details This property is required. Sequence[osmanagementhub.Get Event Data Additional Detail] - Provides additional information for the work request associated with an event.
- attempted_
resolutions This property is required. Sequence[str] - The actions used to attempt fixing the error.
- contents
This property is required. Sequence[osmanagementhub.Get Event Data Content] - Provides information collected for the exploit attempt event.
- error_
cause This property is required. str - The commands executed by the agent that caused the error.
- error_
log This property is required. str - The output log of the error.
- event_
count This property is required. int - Number of times the event has occurred.
- event_
fingerprint This property is required. str - Fingerprint of the event.
- health_
state This property is required. str - Health state of the management station
- operation_
type This property is required. str - Type of management station operation.
- reason
This property is required. str - Reason for the event.
- reboot_
status This property is required. str - Reboot status for the current event
- resolution_
log This property is required. str - The log output after the resolutions.
- resolution_
status This property is required. str - Indicates if the event succeeded.
- status
This property is required. str - Status of the management station operation.
- time_
first_ occurred This property is required. str - The date and time that the event first occurred.
- additional
Details This property is required. List<Property Map> - Provides additional information for the work request associated with an event.
- attempted
Resolutions This property is required. List<String> - The actions used to attempt fixing the error.
- contents
This property is required. List<Property Map> - Provides information collected for the exploit attempt event.
- error
Cause This property is required. String - The commands executed by the agent that caused the error.
- error
Log This property is required. String - The output log of the error.
- event
Count This property is required. Number - Number of times the event has occurred.
- event
Fingerprint This property is required. String - Fingerprint of the event.
- health
State This property is required. String - Health state of the management station
- operation
Type This property is required. String - Type of management station operation.
- reason
This property is required. String - Reason for the event.
- reboot
Status This property is required. String - Reboot status for the current event
- resolution
Log This property is required. String - The log output after the resolutions.
- resolution
Status This property is required. String - Indicates if the event succeeded.
- status
This property is required. String - Status of the management station operation.
- time
First Occurred This property is required. String - The date and time that the event first occurred.
GetEventDataAdditionalDetail
- Exploit
Cves This property is required. List<string> - List of CVEs in the exploit.
- Initiator
Id This property is required. string - The OCID of the resource that triggered the event, such as scheduled job id.
- Vmcores
This property is required. List<GetEvent Data Additional Detail Vmcore> - Kernel event vmcore details
- Work
Request Ids This property is required. List<string> - List of all work request OCIDs associated with the event.
- Exploit
Cves This property is required. []string - List of CVEs in the exploit.
- Initiator
Id This property is required. string - The OCID of the resource that triggered the event, such as scheduled job id.
- Vmcores
This property is required. []GetEvent Data Additional Detail Vmcore - Kernel event vmcore details
- Work
Request Ids This property is required. []string - List of all work request OCIDs associated with the event.
- exploit
Cves This property is required. List<String> - List of CVEs in the exploit.
- initiator
Id This property is required. String - The OCID of the resource that triggered the event, such as scheduled job id.
- vmcores
This property is required. List<GetEvent Data Additional Detail Vmcore> - Kernel event vmcore details
- work
Request Ids This property is required. List<String> - List of all work request OCIDs associated with the event.
- exploit
Cves This property is required. string[] - List of CVEs in the exploit.
- initiator
Id This property is required. string - The OCID of the resource that triggered the event, such as scheduled job id.
- vmcores
This property is required. GetEvent Data Additional Detail Vmcore[] - Kernel event vmcore details
- work
Request Ids This property is required. string[] - List of all work request OCIDs associated with the event.
- exploit_
cves This property is required. Sequence[str] - List of CVEs in the exploit.
- initiator_
id This property is required. str - The OCID of the resource that triggered the event, such as scheduled job id.
- vmcores
This property is required. Sequence[osmanagementhub.Get Event Data Additional Detail Vmcore] - Kernel event vmcore details
- work_
request_ ids This property is required. Sequence[str] - List of all work request OCIDs associated with the event.
- exploit
Cves This property is required. List<String> - List of CVEs in the exploit.
- initiator
Id This property is required. String - The OCID of the resource that triggered the event, such as scheduled job id.
- vmcores
This property is required. List<Property Map> - Kernel event vmcore details
- work
Request Ids This property is required. List<String> - List of all work request OCIDs associated with the event.
GetEventDataAdditionalDetailVmcore
GetEventDataContent
- Content
Availability This property is required. string - Crash content availability status:
- 'NOT_AVAILABLE' indicates the content is not available on the instance nor in the service
- 'AVAILABLE_ON_INSTANCE' indicates the content is only available on the instance.
- 'AVAILABLE_ON_SERVICE' indicates the content is only available on the service.
- 'AVAILABLE_ON_INSTANCE_AND_SERVICE' indicates the content is available both on the instance and the service
- 'AVAILABLE_ON_INSTANCE_UPLOAD_IN_PROGRESS' indicates the content is available on the instance and its upload to the service is in progress.
- Content
Location This property is required. string - Location of the Kernel event content.
- Exploit
Detection Log Content This property is required. string - The content of the exploit detection log.
- Exploit
Object Store Location This property is required. string - The location of the exploit detection log within object storage.
- Size
This property is required. int - Size of the event content.
- Type
This property is required. string - Event type:
KERNEL_OOPS
- Used to identify a kernel panic condition eventKERNEL_CRASH
- Used to identify an internal fatal kernel error that cannot be safely recovered fromEXPLOIT_ATTEMPT
- Used to identify a known exploit detection as identified by KspliceSOFTWARE_UPDATE
- Software updates - PackagesKSPLICE_UPDATE
- Ksplice updatesSOFTWARE_SOURCE
- Software sourceAGENT
- AgentMANAGEMENT_STATION
- Management StationSYSADMIN
- Used to identify attempts on fixing agent errors on the instanceREBOOT
- Reboot
- Content
Availability This property is required. string - Crash content availability status:
- 'NOT_AVAILABLE' indicates the content is not available on the instance nor in the service
- 'AVAILABLE_ON_INSTANCE' indicates the content is only available on the instance.
- 'AVAILABLE_ON_SERVICE' indicates the content is only available on the service.
- 'AVAILABLE_ON_INSTANCE_AND_SERVICE' indicates the content is available both on the instance and the service
- 'AVAILABLE_ON_INSTANCE_UPLOAD_IN_PROGRESS' indicates the content is available on the instance and its upload to the service is in progress.
- Content
Location This property is required. string - Location of the Kernel event content.
- Exploit
Detection Log Content This property is required. string - The content of the exploit detection log.
- Exploit
Object Store Location This property is required. string - The location of the exploit detection log within object storage.
- Size
This property is required. int - Size of the event content.
- Type
This property is required. string - Event type:
KERNEL_OOPS
- Used to identify a kernel panic condition eventKERNEL_CRASH
- Used to identify an internal fatal kernel error that cannot be safely recovered fromEXPLOIT_ATTEMPT
- Used to identify a known exploit detection as identified by KspliceSOFTWARE_UPDATE
- Software updates - PackagesKSPLICE_UPDATE
- Ksplice updatesSOFTWARE_SOURCE
- Software sourceAGENT
- AgentMANAGEMENT_STATION
- Management StationSYSADMIN
- Used to identify attempts on fixing agent errors on the instanceREBOOT
- Reboot
- content
Availability This property is required. String - Crash content availability status:
- 'NOT_AVAILABLE' indicates the content is not available on the instance nor in the service
- 'AVAILABLE_ON_INSTANCE' indicates the content is only available on the instance.
- 'AVAILABLE_ON_SERVICE' indicates the content is only available on the service.
- 'AVAILABLE_ON_INSTANCE_AND_SERVICE' indicates the content is available both on the instance and the service
- 'AVAILABLE_ON_INSTANCE_UPLOAD_IN_PROGRESS' indicates the content is available on the instance and its upload to the service is in progress.
- content
Location This property is required. String - Location of the Kernel event content.
- exploit
Detection Log Content This property is required. String - The content of the exploit detection log.
- exploit
Object Store Location This property is required. String - The location of the exploit detection log within object storage.
- size
This property is required. Integer - Size of the event content.
- type
This property is required. String - Event type:
KERNEL_OOPS
- Used to identify a kernel panic condition eventKERNEL_CRASH
- Used to identify an internal fatal kernel error that cannot be safely recovered fromEXPLOIT_ATTEMPT
- Used to identify a known exploit detection as identified by KspliceSOFTWARE_UPDATE
- Software updates - PackagesKSPLICE_UPDATE
- Ksplice updatesSOFTWARE_SOURCE
- Software sourceAGENT
- AgentMANAGEMENT_STATION
- Management StationSYSADMIN
- Used to identify attempts on fixing agent errors on the instanceREBOOT
- Reboot
- content
Availability This property is required. string - Crash content availability status:
- 'NOT_AVAILABLE' indicates the content is not available on the instance nor in the service
- 'AVAILABLE_ON_INSTANCE' indicates the content is only available on the instance.
- 'AVAILABLE_ON_SERVICE' indicates the content is only available on the service.
- 'AVAILABLE_ON_INSTANCE_AND_SERVICE' indicates the content is available both on the instance and the service
- 'AVAILABLE_ON_INSTANCE_UPLOAD_IN_PROGRESS' indicates the content is available on the instance and its upload to the service is in progress.
- content
Location This property is required. string - Location of the Kernel event content.
- exploit
Detection Log Content This property is required. string - The content of the exploit detection log.
- exploit
Object Store Location This property is required. string - The location of the exploit detection log within object storage.
- size
This property is required. number - Size of the event content.
- type
This property is required. string - Event type:
KERNEL_OOPS
- Used to identify a kernel panic condition eventKERNEL_CRASH
- Used to identify an internal fatal kernel error that cannot be safely recovered fromEXPLOIT_ATTEMPT
- Used to identify a known exploit detection as identified by KspliceSOFTWARE_UPDATE
- Software updates - PackagesKSPLICE_UPDATE
- Ksplice updatesSOFTWARE_SOURCE
- Software sourceAGENT
- AgentMANAGEMENT_STATION
- Management StationSYSADMIN
- Used to identify attempts on fixing agent errors on the instanceREBOOT
- Reboot
- content_
availability This property is required. str - Crash content availability status:
- 'NOT_AVAILABLE' indicates the content is not available on the instance nor in the service
- 'AVAILABLE_ON_INSTANCE' indicates the content is only available on the instance.
- 'AVAILABLE_ON_SERVICE' indicates the content is only available on the service.
- 'AVAILABLE_ON_INSTANCE_AND_SERVICE' indicates the content is available both on the instance and the service
- 'AVAILABLE_ON_INSTANCE_UPLOAD_IN_PROGRESS' indicates the content is available on the instance and its upload to the service is in progress.
- content_
location This property is required. str - Location of the Kernel event content.
- exploit_
detection_ log_ content This property is required. str - The content of the exploit detection log.
- exploit_
object_ store_ location This property is required. str - The location of the exploit detection log within object storage.
- size
This property is required. int - Size of the event content.
- type
This property is required. str - Event type:
KERNEL_OOPS
- Used to identify a kernel panic condition eventKERNEL_CRASH
- Used to identify an internal fatal kernel error that cannot be safely recovered fromEXPLOIT_ATTEMPT
- Used to identify a known exploit detection as identified by KspliceSOFTWARE_UPDATE
- Software updates - PackagesKSPLICE_UPDATE
- Ksplice updatesSOFTWARE_SOURCE
- Software sourceAGENT
- AgentMANAGEMENT_STATION
- Management StationSYSADMIN
- Used to identify attempts on fixing agent errors on the instanceREBOOT
- Reboot
- content
Availability This property is required. String - Crash content availability status:
- 'NOT_AVAILABLE' indicates the content is not available on the instance nor in the service
- 'AVAILABLE_ON_INSTANCE' indicates the content is only available on the instance.
- 'AVAILABLE_ON_SERVICE' indicates the content is only available on the service.
- 'AVAILABLE_ON_INSTANCE_AND_SERVICE' indicates the content is available both on the instance and the service
- 'AVAILABLE_ON_INSTANCE_UPLOAD_IN_PROGRESS' indicates the content is available on the instance and its upload to the service is in progress.
- content
Location This property is required. String - Location of the Kernel event content.
- exploit
Detection Log Content This property is required. String - The content of the exploit detection log.
- exploit
Object Store Location This property is required. String - The location of the exploit detection log within object storage.
- size
This property is required. Number - Size of the event content.
- type
This property is required. String - Event type:
KERNEL_OOPS
- Used to identify a kernel panic condition eventKERNEL_CRASH
- Used to identify an internal fatal kernel error that cannot be safely recovered fromEXPLOIT_ATTEMPT
- Used to identify a known exploit detection as identified by KspliceSOFTWARE_UPDATE
- Software updates - PackagesKSPLICE_UPDATE
- Ksplice updatesSOFTWARE_SOURCE
- Software sourceAGENT
- AgentMANAGEMENT_STATION
- Management StationSYSADMIN
- Used to identify attempts on fixing agent errors on the instanceREBOOT
- Reboot
GetEventSystemDetail
- Architecture
This property is required. string - Architecture type.
- Ksplice
Effective Kernel Version This property is required. string - Version of the Ksplice effective kernel.
- Os
Family This property is required. string - Operating system type.
- Os
Kernel Release This property is required. string - Release of the kernel.
- Os
Kernel Version This property is required. string - Version of the kernel.
- Os
Name This property is required. string - Name of the operating system.
- Os
System Version This property is required. string - Version of the operating system.
- Architecture
This property is required. string - Architecture type.
- Ksplice
Effective Kernel Version This property is required. string - Version of the Ksplice effective kernel.
- Os
Family This property is required. string - Operating system type.
- Os
Kernel Release This property is required. string - Release of the kernel.
- Os
Kernel Version This property is required. string - Version of the kernel.
- Os
Name This property is required. string - Name of the operating system.
- Os
System Version This property is required. string - Version of the operating system.
- architecture
This property is required. String - Architecture type.
- ksplice
Effective Kernel Version This property is required. String - Version of the Ksplice effective kernel.
- os
Family This property is required. String - Operating system type.
- os
Kernel Release This property is required. String - Release of the kernel.
- os
Kernel Version This property is required. String - Version of the kernel.
- os
Name This property is required. String - Name of the operating system.
- os
System Version This property is required. String - Version of the operating system.
- architecture
This property is required. string - Architecture type.
- ksplice
Effective Kernel Version This property is required. string - Version of the Ksplice effective kernel.
- os
Family This property is required. string - Operating system type.
- os
Kernel Release This property is required. string - Release of the kernel.
- os
Kernel Version This property is required. string - Version of the kernel.
- os
Name This property is required. string - Name of the operating system.
- os
System Version This property is required. string - Version of the operating system.
- architecture
This property is required. str - Architecture type.
- ksplice_
effective_ kernel_ version This property is required. str - Version of the Ksplice effective kernel.
- os_
family This property is required. str - Operating system type.
- os_
kernel_ release This property is required. str - Release of the kernel.
- os_
kernel_ version This property is required. str - Version of the kernel.
- os_
name This property is required. str - Name of the operating system.
- os_
system_ version This property is required. str - Version of the operating system.
- architecture
This property is required. String - Architecture type.
- ksplice
Effective Kernel Version This property is required. String - Version of the Ksplice effective kernel.
- os
Family This property is required. String - Operating system type.
- os
Kernel Release This property is required. String - Release of the kernel.
- os
Kernel Version This property is required. String - Version of the kernel.
- os
Name This property is required. String - Name of the operating system.
- os
System Version This property is required. String - Version of the operating system.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.