Skip to main content

Creates the component events in bulk

POST 

/v1/events/components/bulk

Creates the component events in bulk

Request

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

array
  • Array [
  • involvedObject object

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

    kindstring

    Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds

    namestring

    Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

    uidstring

    UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids

    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

    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 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

Schema
  • Array [
  • uidstringrequired
  • ]
Loading...