Name | Type | Description | Notes |
---|---|---|---|
generated | DateTime | When the status history was generated. | [optional] |
componentDetails | Map<String, String> | A Map of key/value pairs that describe the component that the status history belongs to | [optional] |
fieldDescriptors | List<StatusDescriptorDTO> | The Descriptors that provide information on each of the metrics provided in the status history | [optional] |
aggregateSnapshots | List<StatusSnapshotDTO> | A list of StatusSnapshotDTO objects that provide the actual metric values for the component. If the NiFi instance is clustered, this will represent the aggregate status across all nodes. If the NiFi instance is not clustered, this will represent the status of the entire NiFi instance. | [optional] |
nodeSnapshots | List<NodeStatusSnapshotsDTO> | The NodeStatusSnapshotsDTO objects that provide the actual metric values for the component, for each node. If the NiFi instance is not clustered, this value will be null. | [optional] |
This repository has been archived by the owner on May 17, 2018. It is now read-only.