# DomainInspectorRealtimeEntry ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **recorded** | Option<**i32**> | The Unix timestamp at which this record's data was generated. | **aggregated** | Option<[**::std::collections::HashMap<String, crate::models::DomainInspectorMeasurements>**](DomainInspectorMeasurements.md)> | Groups [measurements](#measurements-data-model) by backend name and then by IP address. | **datacenter** | Option<[**::std::collections::HashMap<String, ::std::collections::HashMap<String, crate::models::DomainInspectorMeasurements>>**](Map.md)> | Groups [measurements](#measurements-data-model) by POP, then backend name, and then IP address. See the [POPs API](https://www.fastly.com/documentation/reference/api/utils/pops/) for details about POP identifiers. | [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)