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
- 200
- 500
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
Array [
Array [
]
]
clusterEvents
undefined[]
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.
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.
Human readable message indicating details about last transition.
Unique, one word reason for the condition's last transition.
edgeHostEvents
undefined[]
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.
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.
Human readable message indicating details about last transition.
Unique, one word reason for the condition's last transition.
expectedOrder
undefined[]
Name of the parent category for the conditions list.
conditionsOrder
undefined[]
Order or sequence of all the conditions in this category.
Order or sequence of the condition in comparison to all the conditions.
Unique, one word reason for the condition's last transition.
Readable label for the reason.
Type of the condition.
Readable label for the type.
Order or sequence of the category in comparison to all the categories.
{
"clusterEvents": [
{
"lastProbeTime": "2024-07-03T13:23:56.512Z",
"lastTransitionTime": "2024-07-03T13:23:56.512Z",
"message": "string",
"reason": "string",
"status": "string",
"type": "string"
}
],
"edgeHostEvents": [
{
"lastProbeTime": "2024-07-03T13:23:56.512Z",
"lastTransitionTime": "2024-07-03T13:23:56.512Z",
"message": "string",
"reason": "string",
"status": "string",
"type": "string"
}
],
"expectedOrder": [
{
"category": "string",
"conditionsOrder": [
{
"order": 0,
"reason": "string",
"reasonLabel": "string",
"type": "string",
"typeLabel": "string"
}
],
"order": 0
}
]
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
{
"code": "string",
"details": {},
"message": "string",
"ref": "string"
}