Skip to main content
Version: latest

Get life cycle events of cluster and edge host

GET 

/v1/edge-mgmt/events/lifecycle

Get life cycle events of cluster and edge host

Responses

(empty)

Schema

    clusterEvents

    undefined[]

  • Array [

  • lastProbeTimedate-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.

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

    messagestring

    Human readable message indicating details about last transition.

    reasonstring

    Unique, one word reason for the condition's last transition.

    statusstringrequired
    typestringrequired
  • ]

  • edgeHostEvents

    undefined[]

  • Array [

  • lastProbeTimedate-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.

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

    messagestring

    Human readable message indicating details about last transition.

    reasonstring

    Unique, one word reason for the condition's last transition.

    statusstringrequired
    typestringrequired
  • ]

  • expectedOrder

    undefined[]

  • Array [

  • categorystring

    Name of the parent category for the conditions list.

    conditionsOrder

    undefined[]

    Order or sequence of all the conditions in this category.

  • Array [

  • orderint32

    Order or sequence of the condition in comparison to all the conditions.

    reasonstring

    Unique, one word reason for the condition's last transition.

    reasonLabelstring

    Readable label for the reason.

    typestring

    Type of the condition.

    typeLabelstring

    Readable label for the type.

  • ]

  • orderint32

    Order or sequence of the category in comparison to all the categories.

  • ]

Loading...