Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 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 LookupEvent(ctx *Context, args *LookupEventArgs, opts ...InvokeOption) (*LookupEventResult, error)
func LookupEventOutput(ctx *Context, args *LookupEventOutputArgs, opts ...InvokeOption) LookupEventResultOutput> Note: This function is named LookupEvent 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 dictionaryThe following arguments are supported:
getEvent Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment.
- Datas
List<GetEvent 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"}
- EventDetails string
- Details of an event.
- EventId string
- EventSummary 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.
- IsManaged boolBy Autonomous Linux 
- Indicates whether the event occurred on a resource that is managed by the Autonomous Linux service.
- LifecycleDetails 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.
- ResourceId string
- The OCID of the managed instance or resource where the event occurred.
- State string
- The current state of the event.
- SystemDetails 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"}
- TimeCreated string
- The date and time the Event was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
- TimeOccurred string
- The date and time that the event occurred.
- TimeUpdated 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 event
- KERNEL_CRASH- Used to identify an internal fatal kernel error that cannot be safely recovered from
- EXPLOIT_ATTEMPT- Used to identify a known exploit detection as identified by Ksplice
- SOFTWARE_UPDATE- Software updates - Packages
- KSPLICE_UPDATE- Ksplice updates
- SOFTWARE_SOURCE- Software source
- AGENT- Agent
- MANAGEMENT_STATION- Management Station
- SYSADMIN- Used to identify attempts on fixing agent errors on the instance
- REBOOT- Reboot
 
- CompartmentId string
- The OCID of the compartment.
- Datas
[]GetEvent 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"}
- EventDetails string
- Details of an event.
- EventId string
- EventSummary 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.
- IsManaged boolBy Autonomous Linux 
- Indicates whether the event occurred on a resource that is managed by the Autonomous Linux service.
- LifecycleDetails 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.
- ResourceId string
- The OCID of the managed instance or resource where the event occurred.
- State string
- The current state of the event.
- SystemDetails []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"}
- TimeCreated string
- The date and time the Event was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
- TimeOccurred string
- The date and time that the event occurred.
- TimeUpdated 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 event
- KERNEL_CRASH- Used to identify an internal fatal kernel error that cannot be safely recovered from
- EXPLOIT_ATTEMPT- Used to identify a known exploit detection as identified by Ksplice
- SOFTWARE_UPDATE- Software updates - Packages
- KSPLICE_UPDATE- Ksplice updates
- SOFTWARE_SOURCE- Software source
- AGENT- Agent
- MANAGEMENT_STATION- Management Station
- SYSADMIN- Used to identify attempts on fixing agent errors on the instance
- REBOOT- Reboot
 
- compartmentId String
- The OCID of the compartment.
- datas
List<GetEvent 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"}
- eventDetails String
- Details of an event.
- eventId String
- eventSummary 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.
- isManaged BooleanBy Autonomous Linux 
- Indicates whether the event occurred on a resource that is managed by the Autonomous Linux service.
- lifecycleDetails 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.
- resourceId String
- The OCID of the managed instance or resource where the event occurred.
- state String
- The current state of the event.
- systemDetails 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"}
- timeCreated String
- The date and time the Event was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
- timeOccurred String
- The date and time that the event occurred.
- timeUpdated 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 event
- KERNEL_CRASH- Used to identify an internal fatal kernel error that cannot be safely recovered from
- EXPLOIT_ATTEMPT- Used to identify a known exploit detection as identified by Ksplice
- SOFTWARE_UPDATE- Software updates - Packages
- KSPLICE_UPDATE- Ksplice updates
- SOFTWARE_SOURCE- Software source
- AGENT- Agent
- MANAGEMENT_STATION- Management Station
- SYSADMIN- Used to identify attempts on fixing agent errors on the instance
- REBOOT- Reboot
 
- compartmentId string
- The OCID of the compartment.
- datas
GetEvent 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"}
- eventDetails string
- Details of an event.
- eventId string
- eventSummary 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.
- isManaged booleanBy Autonomous Linux 
- Indicates whether the event occurred on a resource that is managed by the Autonomous Linux service.
- lifecycleDetails 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.
- resourceId string
- The OCID of the managed instance or resource where the event occurred.
- state string
- The current state of the event.
- systemDetails 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"}
- timeCreated string
- The date and time the Event was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
- timeOccurred string
- The date and time that the event occurred.
- timeUpdated 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 event
- KERNEL_CRASH- Used to identify an internal fatal kernel error that cannot be safely recovered from
- EXPLOIT_ATTEMPT- Used to identify a known exploit detection as identified by Ksplice
- SOFTWARE_UPDATE- Software updates - Packages
- KSPLICE_UPDATE- Ksplice updates
- SOFTWARE_SOURCE- Software source
- AGENT- Agent
- MANAGEMENT_STATION- Management Station
- SYSADMIN- Used to identify attempts on fixing agent errors on the instance
- REBOOT- Reboot
 
- compartment_id str
- The OCID of the compartment.
- datas
Sequence[GetEvent 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[GetEvent 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 event
- KERNEL_CRASH- Used to identify an internal fatal kernel error that cannot be safely recovered from
- EXPLOIT_ATTEMPT- Used to identify a known exploit detection as identified by Ksplice
- SOFTWARE_UPDATE- Software updates - Packages
- KSPLICE_UPDATE- Ksplice updates
- SOFTWARE_SOURCE- Software source
- AGENT- Agent
- MANAGEMENT_STATION- Management Station
- SYSADMIN- Used to identify attempts on fixing agent errors on the instance
- REBOOT- Reboot
 
- compartmentId 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"}
- eventDetails String
- Details of an event.
- eventId String
- eventSummary 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.
- isManaged BooleanBy Autonomous Linux 
- Indicates whether the event occurred on a resource that is managed by the Autonomous Linux service.
- lifecycleDetails 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.
- resourceId String
- The OCID of the managed instance or resource where the event occurred.
- state String
- The current state of the event.
- systemDetails 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"}
- timeCreated String
- The date and time the Event was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
- timeOccurred String
- The date and time that the event occurred.
- timeUpdated 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 event
- KERNEL_CRASH- Used to identify an internal fatal kernel error that cannot be safely recovered from
- EXPLOIT_ATTEMPT- Used to identify a known exploit detection as identified by Ksplice
- SOFTWARE_UPDATE- Software updates - Packages
- KSPLICE_UPDATE- Ksplice updates
- SOFTWARE_SOURCE- Software source
- AGENT- Agent
- MANAGEMENT_STATION- Management Station
- SYSADMIN- Used to identify attempts on fixing agent errors on the instance
- REBOOT- Reboot
 
Supporting Types
GetEventData  
- AdditionalDetails List<GetEvent Data Additional Detail> 
- Provides additional information for the work request associated with an event.
- AttemptedResolutions List<string>
- The actions used to attempt fixing the error.
- Contents
List<GetEvent Data Content> 
- Provides information collected for the exploit attempt event.
- ErrorCause string
- The commands executed by the agent that caused the error.
- ErrorLog string
- The output log of the error.
- EventCount int
- Number of times the event has occurred.
- EventFingerprint string
- Fingerprint of the event.
- HealthState string
- Health state of the management station
- OperationType string
- Type of management station operation.
- Reason string
- Reason for the event.
- RebootStatus string
- Reboot status for the current event
- ResolutionLog string
- The log output after the resolutions.
- ResolutionStatus string
- Indicates if the event succeeded.
- Status string
- Status of the management station operation.
- TimeFirst stringOccurred 
- The date and time that the event first occurred.
- AdditionalDetails []GetEvent Data Additional Detail 
- Provides additional information for the work request associated with an event.
- AttemptedResolutions []string
- The actions used to attempt fixing the error.
- Contents
[]GetEvent Data Content 
- Provides information collected for the exploit attempt event.
- ErrorCause string
- The commands executed by the agent that caused the error.
- ErrorLog string
- The output log of the error.
- EventCount int
- Number of times the event has occurred.
- EventFingerprint string
- Fingerprint of the event.
- HealthState string
- Health state of the management station
- OperationType string
- Type of management station operation.
- Reason string
- Reason for the event.
- RebootStatus string
- Reboot status for the current event
- ResolutionLog string
- The log output after the resolutions.
- ResolutionStatus string
- Indicates if the event succeeded.
- Status string
- Status of the management station operation.
- TimeFirst stringOccurred 
- The date and time that the event first occurred.
- additionalDetails List<GetEvent Data Additional Detail> 
- Provides additional information for the work request associated with an event.
- attemptedResolutions List<String>
- The actions used to attempt fixing the error.
- contents
List<GetEvent Data Content> 
- Provides information collected for the exploit attempt event.
- errorCause String
- The commands executed by the agent that caused the error.
- errorLog String
- The output log of the error.
- eventCount Integer
- Number of times the event has occurred.
- eventFingerprint String
- Fingerprint of the event.
- healthState String
- Health state of the management station
- operationType String
- Type of management station operation.
- reason String
- Reason for the event.
- rebootStatus String
- Reboot status for the current event
- resolutionLog String
- The log output after the resolutions.
- resolutionStatus String
- Indicates if the event succeeded.
- status String
- Status of the management station operation.
- timeFirst StringOccurred 
- The date and time that the event first occurred.
- additionalDetails GetEvent Data Additional Detail[] 
- Provides additional information for the work request associated with an event.
- attemptedResolutions string[]
- The actions used to attempt fixing the error.
- contents
GetEvent Data Content[] 
- Provides information collected for the exploit attempt event.
- errorCause string
- The commands executed by the agent that caused the error.
- errorLog string
- The output log of the error.
- eventCount number
- Number of times the event has occurred.
- eventFingerprint string
- Fingerprint of the event.
- healthState string
- Health state of the management station
- operationType string
- Type of management station operation.
- reason string
- Reason for the event.
- rebootStatus string
- Reboot status for the current event
- resolutionLog string
- The log output after the resolutions.
- resolutionStatus string
- Indicates if the event succeeded.
- status string
- Status of the management station operation.
- timeFirst stringOccurred 
- The date and time that the event first occurred.
- additional_details Sequence[GetEvent Data Additional Detail] 
- Provides additional information for the work request associated with an event.
- attempted_resolutions Sequence[str]
- The actions used to attempt fixing the error.
- contents
Sequence[GetEvent Data Content] 
- Provides information collected for the exploit attempt event.
- error_cause str
- The commands executed by the agent that caused the error.
- error_log str
- The output log of the error.
- event_count int
- Number of times the event has occurred.
- event_fingerprint str
- Fingerprint of the event.
- health_state str
- Health state of the management station
- operation_type str
- Type of management station operation.
- reason str
- Reason for the event.
- reboot_status str
- Reboot status for the current event
- resolution_log str
- The log output after the resolutions.
- resolution_status str
- Indicates if the event succeeded.
- status str
- Status of the management station operation.
- time_first_ stroccurred 
- The date and time that the event first occurred.
- additionalDetails List<Property Map>
- Provides additional information for the work request associated with an event.
- attemptedResolutions List<String>
- The actions used to attempt fixing the error.
- contents List<Property Map>
- Provides information collected for the exploit attempt event.
- errorCause String
- The commands executed by the agent that caused the error.
- errorLog String
- The output log of the error.
- eventCount Number
- Number of times the event has occurred.
- eventFingerprint String
- Fingerprint of the event.
- healthState String
- Health state of the management station
- operationType String
- Type of management station operation.
- reason String
- Reason for the event.
- rebootStatus String
- Reboot status for the current event
- resolutionLog String
- The log output after the resolutions.
- resolutionStatus String
- Indicates if the event succeeded.
- status String
- Status of the management station operation.
- timeFirst StringOccurred 
- The date and time that the event first occurred.
GetEventDataAdditionalDetail    
- ExploitCves List<string>
- List of CVEs in the exploit.
- InitiatorId string
- The OCID of the resource that triggered the event, such as scheduled job id.
- Vmcores
List<GetEvent Data Additional Detail Vmcore> 
- Kernel event vmcore details
- WorkRequest List<string>Ids 
- List of all work request OCIDs associated with the event.
- ExploitCves []string
- List of CVEs in the exploit.
- InitiatorId string
- The OCID of the resource that triggered the event, such as scheduled job id.
- Vmcores
[]GetEvent Data Additional Detail Vmcore 
- Kernel event vmcore details
- WorkRequest []stringIds 
- List of all work request OCIDs associated with the event.
- exploitCves List<String>
- List of CVEs in the exploit.
- initiatorId String
- The OCID of the resource that triggered the event, such as scheduled job id.
- vmcores
List<GetEvent Data Additional Detail Vmcore> 
- Kernel event vmcore details
- workRequest List<String>Ids 
- List of all work request OCIDs associated with the event.
- exploitCves string[]
- List of CVEs in the exploit.
- initiatorId string
- The OCID of the resource that triggered the event, such as scheduled job id.
- vmcores
GetEvent Data Additional Detail Vmcore[] 
- Kernel event vmcore details
- workRequest string[]Ids 
- List of all work request OCIDs associated with the event.
- exploit_cves Sequence[str]
- List of CVEs in the exploit.
- initiator_id str
- The OCID of the resource that triggered the event, such as scheduled job id.
- vmcores
Sequence[GetEvent Data Additional Detail Vmcore] 
- Kernel event vmcore details
- work_request_ Sequence[str]ids 
- List of all work request OCIDs associated with the event.
- exploitCves List<String>
- List of CVEs in the exploit.
- initiatorId String
- The OCID of the resource that triggered the event, such as scheduled job id.
- vmcores List<Property Map>
- Kernel event vmcore details
- workRequest List<String>Ids 
- List of all work request OCIDs associated with the event.
GetEventDataAdditionalDetailVmcore     
GetEventDataContent   
- ContentAvailability 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.
 
- ContentLocation string
- Location of the Kernel event content.
- ExploitDetection stringLog Content 
- The content of the exploit detection log.
- ExploitObject stringStore Location 
- The location of the exploit detection log within object storage.
- Size int
- Size of the event content.
- Type string
- Event type:- KERNEL_OOPS- Used to identify a kernel panic condition event
- KERNEL_CRASH- Used to identify an internal fatal kernel error that cannot be safely recovered from
- EXPLOIT_ATTEMPT- Used to identify a known exploit detection as identified by Ksplice
- SOFTWARE_UPDATE- Software updates - Packages
- KSPLICE_UPDATE- Ksplice updates
- SOFTWARE_SOURCE- Software source
- AGENT- Agent
- MANAGEMENT_STATION- Management Station
- SYSADMIN- Used to identify attempts on fixing agent errors on the instance
- REBOOT- Reboot
 
- ContentAvailability 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.
 
- ContentLocation string
- Location of the Kernel event content.
- ExploitDetection stringLog Content 
- The content of the exploit detection log.
- ExploitObject stringStore Location 
- The location of the exploit detection log within object storage.
- Size int
- Size of the event content.
- Type string
- Event type:- KERNEL_OOPS- Used to identify a kernel panic condition event
- KERNEL_CRASH- Used to identify an internal fatal kernel error that cannot be safely recovered from
- EXPLOIT_ATTEMPT- Used to identify a known exploit detection as identified by Ksplice
- SOFTWARE_UPDATE- Software updates - Packages
- KSPLICE_UPDATE- Ksplice updates
- SOFTWARE_SOURCE- Software source
- AGENT- Agent
- MANAGEMENT_STATION- Management Station
- SYSADMIN- Used to identify attempts on fixing agent errors on the instance
- REBOOT- Reboot
 
- contentAvailability 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.
 
- contentLocation String
- Location of the Kernel event content.
- exploitDetection StringLog Content 
- The content of the exploit detection log.
- exploitObject StringStore Location 
- The location of the exploit detection log within object storage.
- size Integer
- Size of the event content.
- type String
- Event type:- KERNEL_OOPS- Used to identify a kernel panic condition event
- KERNEL_CRASH- Used to identify an internal fatal kernel error that cannot be safely recovered from
- EXPLOIT_ATTEMPT- Used to identify a known exploit detection as identified by Ksplice
- SOFTWARE_UPDATE- Software updates - Packages
- KSPLICE_UPDATE- Ksplice updates
- SOFTWARE_SOURCE- Software source
- AGENT- Agent
- MANAGEMENT_STATION- Management Station
- SYSADMIN- Used to identify attempts on fixing agent errors on the instance
- REBOOT- Reboot
 
- contentAvailability 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.
 
- contentLocation string
- Location of the Kernel event content.
- exploitDetection stringLog Content 
- The content of the exploit detection log.
- exploitObject stringStore Location 
- The location of the exploit detection log within object storage.
- size number
- Size of the event content.
- type string
- Event type:- KERNEL_OOPS- Used to identify a kernel panic condition event
- KERNEL_CRASH- Used to identify an internal fatal kernel error that cannot be safely recovered from
- EXPLOIT_ATTEMPT- Used to identify a known exploit detection as identified by Ksplice
- SOFTWARE_UPDATE- Software updates - Packages
- KSPLICE_UPDATE- Ksplice updates
- SOFTWARE_SOURCE- Software source
- AGENT- Agent
- MANAGEMENT_STATION- Management Station
- SYSADMIN- Used to identify attempts on fixing agent errors on the instance
- REBOOT- Reboot
 
- content_availability 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 str
- Location of the Kernel event content.
- exploit_detection_ strlog_ content 
- The content of the exploit detection log.
- exploit_object_ strstore_ location 
- The location of the exploit detection log within object storage.
- size int
- Size of the event content.
- type str
- Event type:- KERNEL_OOPS- Used to identify a kernel panic condition event
- KERNEL_CRASH- Used to identify an internal fatal kernel error that cannot be safely recovered from
- EXPLOIT_ATTEMPT- Used to identify a known exploit detection as identified by Ksplice
- SOFTWARE_UPDATE- Software updates - Packages
- KSPLICE_UPDATE- Ksplice updates
- SOFTWARE_SOURCE- Software source
- AGENT- Agent
- MANAGEMENT_STATION- Management Station
- SYSADMIN- Used to identify attempts on fixing agent errors on the instance
- REBOOT- Reboot
 
- contentAvailability 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.
 
- contentLocation String
- Location of the Kernel event content.
- exploitDetection StringLog Content 
- The content of the exploit detection log.
- exploitObject StringStore Location 
- The location of the exploit detection log within object storage.
- size Number
- Size of the event content.
- type String
- Event type:- KERNEL_OOPS- Used to identify a kernel panic condition event
- KERNEL_CRASH- Used to identify an internal fatal kernel error that cannot be safely recovered from
- EXPLOIT_ATTEMPT- Used to identify a known exploit detection as identified by Ksplice
- SOFTWARE_UPDATE- Software updates - Packages
- KSPLICE_UPDATE- Ksplice updates
- SOFTWARE_SOURCE- Software source
- AGENT- Agent
- MANAGEMENT_STATION- Management Station
- SYSADMIN- Used to identify attempts on fixing agent errors on the instance
- REBOOT- Reboot
 
GetEventSystemDetail   
- Architecture string
- Architecture type.
- KspliceEffective stringKernel Version 
- Version of the Ksplice effective kernel.
- OsFamily string
- Operating system type.
- OsKernel stringRelease 
- Release of the kernel.
- OsKernel stringVersion 
- Version of the kernel.
- OsName string
- Name of the operating system.
- OsSystem stringVersion 
- Version of the operating system.
- Architecture string
- Architecture type.
- KspliceEffective stringKernel Version 
- Version of the Ksplice effective kernel.
- OsFamily string
- Operating system type.
- OsKernel stringRelease 
- Release of the kernel.
- OsKernel stringVersion 
- Version of the kernel.
- OsName string
- Name of the operating system.
- OsSystem stringVersion 
- Version of the operating system.
- architecture String
- Architecture type.
- kspliceEffective StringKernel Version 
- Version of the Ksplice effective kernel.
- osFamily String
- Operating system type.
- osKernel StringRelease 
- Release of the kernel.
- osKernel StringVersion 
- Version of the kernel.
- osName String
- Name of the operating system.
- osSystem StringVersion 
- Version of the operating system.
- architecture string
- Architecture type.
- kspliceEffective stringKernel Version 
- Version of the Ksplice effective kernel.
- osFamily string
- Operating system type.
- osKernel stringRelease 
- Release of the kernel.
- osKernel stringVersion 
- Version of the kernel.
- osName string
- Name of the operating system.
- osSystem stringVersion 
- Version of the operating system.
- architecture str
- Architecture type.
- ksplice_effective_ strkernel_ version 
- Version of the Ksplice effective kernel.
- os_family str
- Operating system type.
- os_kernel_ strrelease 
- Release of the kernel.
- os_kernel_ strversion 
- Version of the kernel.
- os_name str
- Name of the operating system.
- os_system_ strversion 
- Version of the operating system.
- architecture String
- Architecture type.
- kspliceEffective StringKernel Version 
- Version of the Ksplice effective kernel.
- osFamily String
- Operating system type.
- osKernel StringRelease 
- Release of the kernel.
- osKernel StringVersion 
- Version of the kernel.
- osName String
- Name of the operating system.
- osSystem StringVersion 
- Version of the operating system.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.