EntityHistoryResponse interface
Response containing entity health state transitions
Properties
| entity |
Name of the entity |
| history | List of health state transitions |
| next |
An opaque string value that identifies the portion of the result set to be returned with the next operation. |
Property Details
entityName
Name of the entity
entityName: string
Property Value
string
history
List of health state transitions
history: HealthStateTransition[]
Property Value
nextMarker
An opaque string value that identifies the portion of the result set to be returned with the next operation.
nextMarker?: string
Property Value
string