dell

package
v0.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2023 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventService

type EventService struct {
	redfish.EventService
}

EventService is the Dell-specific handler for the EventService instance.

func FromEventService

func FromEventService(eventservice *redfish.EventService) (*EventService, error)

FromEventService converts a standard EventService object to the OEM implementation.

func (*EventService) SubmitTestEvent

func (eventservice *EventService) SubmitTestEvent(messageID, eType string, protocol redfish.EventDestinationProtocol) error

SubmitTestEvent sends event according to msgId and returns error.

type PayloadType

type PayloadType struct {
	Destination string                           `json:"Destination"`
	EventTypes  string                           `json:"EventTypes"`
	Context     string                           `json:"Context"`
	Protocol    redfish.EventDestinationProtocol `json:"Protocol"`
	MessageID   string                           `json:"MessageId"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL