Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.OsManagementHub.getEvent
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
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/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)
// Output-based functions aren't available in Java yet
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, object>
- 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, object>
- 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, object>
- 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 Station
- Compartment
Id string - The OCID of the compartment.
- Datas
[]Get
Event Data - Provides additional information for a management station event.
- map[string]interface{}
- 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]interface{}
- 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]interface{}
- 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 Station
- compartment
Id String - The OCID of the compartment.
- datas
List<Get
Event Data> - Provides additional information for a management station event.
- Map<String,Object>
- 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,Object>
- 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,Object>
- 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 Station
- compartment
Id string - The OCID of the compartment.
- datas
Get
Event Data[] - Provides additional information for a management station event.
- {[key: string]: any}
- 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]: any}
- 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]: any}
- 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 Station
- compartment_
id str - The OCID of the compartment.
- datas
Sequence[osmanagementhub.
Get Event Data] - Provides additional information for a management station event.
- Mapping[str, Any]
- 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, Any]
- 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, Any]
- 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 Station
- compartment
Id String - The OCID of the compartment.
- datas List<Property Map>
- Provides additional information for a management station event.
- Map<Any>
- 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<Any>
- 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<Any>
- 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 Station
Supporting Types
GetEventData
- Additional
Details List<GetEvent Data Additional Detail> - Provides additional information for the work request associated with an event.
- Contents
List<Get
Event Data Content> - Provides information collected for the exploit attempt event.
- Event
Count int - Number of times the event has occurred.
- Event
Fingerprint string - Fingerprint of the event.
- Operation
Type string - Type of management station operation.
- Reason string
- Reason for the event.
- Status string
- Status of the management station operation.
- Time
First stringOccurred - The date and time that the event first occurred.
- Additional
Details []GetEvent Data Additional Detail - Provides additional information for the work request associated with an event.
- Contents
[]Get
Event Data Content - Provides information collected for the exploit attempt event.
- Event
Count int - Number of times the event has occurred.
- Event
Fingerprint string - Fingerprint of the event.
- Operation
Type string - Type of management station operation.
- Reason string
- Reason for the event.
- Status string
- Status of the management station operation.
- Time
First stringOccurred - The date and time that the event first occurred.
- additional
Details List<GetEvent Data Additional Detail> - Provides additional information for the work request associated with an event.
- contents
List<Get
Event Data Content> - Provides information collected for the exploit attempt event.
- event
Count Integer - Number of times the event has occurred.
- event
Fingerprint String - Fingerprint of the event.
- operation
Type String - Type of management station operation.
- reason String
- Reason for the event.
- status String
- Status of the management station operation.
- time
First StringOccurred - The date and time that the event first occurred.
- additional
Details GetEvent Data Additional Detail[] - Provides additional information for the work request associated with an event.
- contents
Get
Event Data Content[] - Provides information collected for the exploit attempt event.
- event
Count number - Number of times the event has occurred.
- event
Fingerprint string - Fingerprint of the event.
- operation
Type string - Type of management station operation.
- reason string
- Reason for the event.
- status string
- Status of the management station operation.
- time
First stringOccurred - The date and time that the event first occurred.
- additional_
details Sequence[osmanagementhub.Get Event Data Additional Detail] - Provides additional information for the work request associated with an event.
- contents
Sequence[osmanagementhub.
Get Event Data Content] - Provides information collected for the exploit attempt event.
- event_
count int - Number of times the event has occurred.
- event_
fingerprint str - Fingerprint of the event.
- operation_
type str - Type of management station operation.
- reason str
- Reason for the event.
- status str
- Status of the management station operation.
- time_
first_ stroccurred - The date and time that the event first occurred.
- additional
Details List<Property Map> - Provides additional information for the work request associated with an event.
- contents List<Property Map>
- Provides information collected for the exploit attempt event.
- event
Count Number - Number of times the event has occurred.
- event
Fingerprint String - Fingerprint of the event.
- operation
Type String - Type of management station operation.
- reason String
- Reason for the event.
- status String
- Status of the management station operation.
- time
First StringOccurred - The date and time that the event first occurred.
GetEventDataAdditionalDetail
- Exploit
Cves List<string> - List of CVEs in the exploit.
- Initiator
Id string - The OCID of the resource that triggered the event, such as scheduled job id.
- Vmcores
List<Get
Event Data Additional Detail Vmcore> - Kernel event vmcore details
- Work
Request List<string>Ids - List of all work request OCIDs associated with the event.
- Exploit
Cves []string - List of CVEs in the exploit.
- Initiator
Id string - The OCID of the resource that triggered the event, such as scheduled job id.
- Vmcores
[]Get
Event Data Additional Detail Vmcore - Kernel event vmcore details
- Work
Request []stringIds - List of all work request OCIDs associated with the event.
- exploit
Cves List<String> - List of CVEs in the exploit.
- initiator
Id String - The OCID of the resource that triggered the event, such as scheduled job id.
- vmcores
List<Get
Event Data Additional Detail Vmcore> - Kernel event vmcore details
- work
Request List<String>Ids - List of all work request OCIDs associated with the event.
- exploit
Cves string[] - List of CVEs in the exploit.
- initiator
Id string - The OCID of the resource that triggered the event, such as scheduled job id.
- vmcores
Get
Event Data Additional Detail Vmcore[] - Kernel event vmcore details
- work
Request 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[osmanagementhub.
Get Event Data Additional Detail Vmcore] - Kernel event vmcore details
- work_
request_ Sequence[str]ids - List of all work request OCIDs associated with the event.
- exploit
Cves List<String> - List of CVEs in the exploit.
- initiator
Id String - The OCID of the resource that triggered the event, such as scheduled job id.
- vmcores List<Property Map>
- Kernel event vmcore details
- work
Request List<String>Ids - List of all work request OCIDs associated with the event.
GetEventDataAdditionalDetailVmcore
GetEventDataContent
- Content
Availability 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 string - Location of the Kernel event content.
- Exploit
Detection stringLog Content - The content of the exploit detection log.
- Exploit
Object 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 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 Station
- Content
Availability 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 string - Location of the Kernel event content.
- Exploit
Detection stringLog Content - The content of the exploit detection log.
- Exploit
Object 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 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 Station
- content
Availability 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 String - Location of the Kernel event content.
- exploit
Detection StringLog Content - The content of the exploit detection log.
- exploit
Object 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 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 Station
- content
Availability 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 string - Location of the Kernel event content.
- exploit
Detection stringLog Content - The content of the exploit detection log.
- exploit
Object 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 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 Station
- 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 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 Station
- content
Availability 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 String - Location of the Kernel event content.
- exploit
Detection StringLog Content - The content of the exploit detection log.
- exploit
Object 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 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 Station
GetEventSystemDetail
- Architecture string
- Architecture type.
- Ksplice
Effective stringKernel Version - Version of the Ksplice effective kernel.
- Os
Family string - Operating system type.
- Os
Kernel stringRelease - Release of the kernel.
- Os
Kernel stringVersion - Version of the kernel.
- Os
Name string - Name of the operating system.
- Os
System stringVersion - Version of the operating system.
- Architecture string
- Architecture type.
- Ksplice
Effective stringKernel Version - Version of the Ksplice effective kernel.
- Os
Family string - Operating system type.
- Os
Kernel stringRelease - Release of the kernel.
- Os
Kernel stringVersion - Version of the kernel.
- Os
Name string - Name of the operating system.
- Os
System stringVersion - Version of the operating system.
- architecture String
- Architecture type.
- ksplice
Effective StringKernel Version - Version of the Ksplice effective kernel.
- os
Family String - Operating system type.
- os
Kernel StringRelease - Release of the kernel.
- os
Kernel StringVersion - Version of the kernel.
- os
Name String - Name of the operating system.
- os
System StringVersion - Version of the operating system.
- architecture string
- Architecture type.
- ksplice
Effective stringKernel Version - Version of the Ksplice effective kernel.
- os
Family string - Operating system type.
- os
Kernel stringRelease - Release of the kernel.
- os
Kernel stringVersion - Version of the kernel.
- os
Name string - Name of the operating system.
- os
System 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.
- ksplice
Effective StringKernel Version - Version of the Ksplice effective kernel.
- os
Family String - Operating system type.
- os
Kernel StringRelease - Release of the kernel.
- os
Kernel StringVersion - Version of the kernel.
- os
Name String - Name of the operating system.
- os
System 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
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi