Skip to main content

Creates a component event

POST 

/v1/events/components

Creates a component event

Request

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    involvedObject

    object

    ObjectReference contains enough information to let you inspect or modify the referred object.

    kindstring

    Represents the resource kind

    namestring

    Name of the resource

    uidstring

    Uid of the resource

    messagestring

    Describes message associated with the event

    metadata

    object

    ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

    annotations

    object

    Annotations are system generated key value metadata for the resource. As an input certain annotations like description can be set, other than that any input on annotations will be ignored

    property name*string
    creationTimestampdate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    deletionTimestampdate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    labels

    object

    Labels or Tags (UI) are key value data to organize and categorize resources. Providing spectro__tag as value for a label is considered as a kubernetes compliant tag

    property name*string
    lastModifiedTimestampdate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    namestring

    Name of the resource

    uidstring

    UID is the unique identifier generated for the resource. This is not an input field for any request.

    Populated by the system. Read-only.

    reasonstring

    Describes the reason for the event

    relatedObject

    object

    Describes object related to the event

    kindstring

    Possible values: [spectrocluster, edgehost]

    namestring
    uidstring
    severitystring

    Describes the gravitas for the event

    source

    object

    Describes the origin for the event

    componentstring

    Describes the component where event originated

    hoststring

    Describes the host where event originated

Responses

Created successfully

Response Headers

  • AuditUid

    string

    Audit uid for the request

Schema

    uidstringrequired
Loading...