getv from/to component(eRT.com.cisco.spvtg.ccsp.Harvester): Device.X_RDKCENTRAL-COM_Report. Execution succeed. Parameter 1 name: Device.X_RDKCENTRAL-COM_Report.InterfaceDevicesWifi.Enabled type: bool, value: true Parameter 2 name: Device.X_RDKCENTRAL-COM_Report.InterfaceDevicesWifi.ReportingPeriod type: uint, value: 900 Parameter 3 name: Device.X_RDKCENTRAL-COM_Report.InterfaceDevicesWifi.PollingPeriod type: uint, value: 900 Parameter 4 name: Device.X_RDKCENTRAL-COM_Report.InterfaceDevicesWifi.Schema type: string, value: Schema Buffer is empty Parameter 5 name: Device.X_RDKCENTRAL-COM_Report.InterfaceDevicesWifi.SchemaID type: string, value: ec57a5b6-b167-4623-baff-399f063bd56a/7985cdc3a29f21c283fdcc0fcdcce550 Parameter 6 name: Device.X_RDKCENTRAL-COM_Report.InterfaceDevicesWifi.Default.ReportingPeriod type: uint, value: 900 Parameter 7 name: Device.X_RDKCENTRAL-COM_Report.InterfaceDevicesWifi.Default.PollingPeriod type: uint, value: 900 Parameter 8 name: Device.X_RDKCENTRAL-COM_Report.InterfaceDevicesWifi.Default.OverrideTTL type: uint, value: 300 Parameter 9 name: Device.X_RDKCENTRAL-COM_Report.RadioInterfaceStatistics.Enabled type: bool, value: true Parameter 10 name: Device.X_RDKCENTRAL-COM_Report.RadioInterfaceStatistics.ReportingPeriod type: uint, value: 900 Parameter 11 name: Device.X_RDKCENTRAL-COM_Report.RadioInterfaceStatistics.PollingPeriod type: uint, value: 900 Parameter 12 name: Device.X_RDKCENTRAL-COM_Report.RadioInterfaceStatistics.Schema type: string, value: { "namespace": "com.comcast.kestrel.odp.event", "name": "RadioInterfacesStatistics", "type": "record", "doc": "Contains a list of zero of more reports for each Radio on the Gateway. Each report contains interface status and L2 counters", "fields": [ { "name": "header", "type": { "namespace": "com.comcast.kestrel", "name": "CoreHeader", "type": "record", "doc": "Common information related to the event which MUST be included in any kestrel event. It allows some common processing at the system level, and some consistency for processing events.", "fields": [ { "name": "timestamp", "type": [ "null", { "logicalType": "timestamp-millis", "type": "long" } ], "doc": "The UTC time stamp in milliseconds since Unix epoch (January 1, 1970 midnight) when the event is generated.", "default": null }, { "name": "uuid", "type": [ "null", { "name": "UUID", "namespace": "com.comcast.kestrel.datatype", "size": 16, "type": "fixed" } ], "doc": "Unique identifier for the event used for event de-duplication and tracing.", "default": null }, { "name": "source", "type": [ "null", "string" ], "doc": "Source of this report - generally the application or process generating the event", "default": null } ] } }, { "name": "cpe_id", "type": { "namespace": "com.comcast.kestrel.odp", "name": "CPEIdentifier", "type": "record", "doc": "Unique identifying fields for a CPE device. All fields are optional, but at least one field should be populated with a non null value", "fields": [ { "name": "mac_address", "type": [ "null", { "name": "MacAddress", "namespace": "com.comcast.kestrel.datatype", "size": 6, "type": "fixed" } ], "doc": "Canonical (Identifying) MAC address for the gateway. (Eg, may be CM Mac for cable modems)", "default": null }, { "name": "cpe_type", "type": [ "null", "string" ], "doc": "Contains the cpe type e.g. Extender or Gateway", "default": null }, { "name": "cpe_parent", "type": [ "null", "com.comcast.kestrel.odp.CPEIdentifier" ], "doc": "If this device is a child device (it is managed by another CPE device), this field identifies the parent device. Canonical identifier for the CPE. (Eg, may be CM Mac for cable modems)", "default": null } ] } }, { "name": "data", "type": { "items": { "namespace": "com.comcast.kestrel.odp", "name": "RadioInterfaceData", "type": "record", "doc": "Contains operational data collected about a single radio device on a CPE device", "fields": [ { "name": "radio_mac", "type": "com.comcast.kestrel.datatype.MacAddress", "doc": "MAC address of the Radio the report is related to" }, { "name": "timestamp", "type": [ "null", { "logicalType": "timestamp-millis", "type": "long" } ], "doc": "The UTC time stamp in milliseconds since Unix epoch (January 1, 1970 midnight) when the record data is generated.", "default": null }, { "name": "enabled", "type": [ "null", "boolean" ], "doc": "Indicates whether the radio is enabled", "default": null }, { "name": "channel", "type": [ "null", "int" ], "doc": "802.11 channel in use by this radio", "default": null }, { "name": "frequency_band", "type": [ "null", { "doc": "802.11 operating channel bandwidth [TR-181: Device.WiFi.Radio.{i}.OperatingFrequencyBand]", "name": "WifiRadioFrequencyBand", "namespace": "com.comcast.kestrel.odp.datatype", "symbols": [ "_2_4GHz", "_5GHz" ], "type": "enum" } ], "doc": "802.11 Frequency band in use by this radio", "default": null }, { "name": "operating_channel_bandwidth", "type": [ "null", { "doc": "802.11 operating channel bandwidth [TR-181: Device.WiFi.Radio.{i}.OperatingChannelBandwidth]", "name": "WifiOperatingChannelBandwidth", "namespace": "com.comcast.kestrel.odp.datatype", "symbols": [ "_20MHz", "_40MHz", "_80MHz", "_80_80MHz", "_160MHz" ], "type": "enum" } ], "doc": "The operating channel bandwidth of this radio. The channel bandwidth (applicable to 802.11n and 802.11ac specifications only).", "default": null }, { "name": "noise_floor", "type": [ "null", "float" ], "doc": "The noise floor for this radio channel where a recoverable signal can be obtained. (-110:0) Measured in dBm", "default": null }, { "name": "channel_utilization", "type": [ "null", "float" ], "doc": "Percentage of time the channel was occupied by the radio's own activity (Activity Factor) or the activity of other radios. Channel utilization MUST cover all user traffic, management traffic, and time the radio was unavailable for CSMA activities, including DIFS intervals, etc. The metric is calculated and updated in this parameter at the end of the interval defined by Radio Statistics Measuring Interval. The calculation of this metric MUST only use the data collected from the just completed interval. If this metric is queried before it has been updated with an initial calculation, it MUST return -1", "default": null }, { "name": "activity_factor", "type": [ "null", "float" ], "doc": "Percentage of time that the radio was transmitting or receiving Wi-Fi packets to/from associated clients. Activity factor MUST include all traffic that deals with communication between the radio and clients associated to the radio as well as management overhead for the radio, including NAV timers, beacons, probe responses,time for receiving devices to send an ACK, SIFC intervals, etc.", "default": null }, { "name": "carrier_sense_threshold_exceeded", "type": [ "null", "float" ], "doc": "Percentage of time that the radio was unable to transmit or receive Wi-Fi packets to/from associated clients due to energy detection (ED) on the channel or clear channel assessment (CCA).", "default": null }, { "name": "retransmission_metric", "type": [ "null", "float" ], "doc": "Percentage of packets that had to be re-transmitted. Multiple re-transmissions of the same packet count as one. The metric is calculated and updated in this parameter at the end of the interval defined by Radio Statistics Measuring Interval. The calculation of this metric MUST only use the data collected from the just completed interval. If this metric is queried before it has been updated with an initial calculation, it MUST return -1. Units in percentage", "default": null }, { "name": "maximum_noise_floor_on_channel", "type": [ "null", "float" ], "doc": "Maximum noise on the channel during the measuring interval. Measured in dBm", "default": null }, { "name": "minimum_noise_floor_on_channel", "type": [ "null", "float" ], "doc": "Minimum noise on the channel during the measuring interval. Measured in dBm", "default": null }, { "name": "median_noise_floor_on_channel", "type": [ "null", "float" ], "doc": "Median noise on the channel during the measuring interval. Measured in dBm", "default": null } ] }, "type": "array" } } ] } Parameter 13 name: Device.X_RDKCENTRAL-COM_Report.RadioInterfaceStatistics.SchemaID type: string, value: 4d1f3d40-ab59-4672-89e6-c8cfdca739a0/9f4adeb1b38d97025d723221be1cbdcf Parameter 14 name: Device.X_RDKCENTRAL-COM_Report.RadioInterfaceStatistics.Default.ReportingPeriod type: uint, value: 900 Parameter 15 name: Device.X_RDKCENTRAL-COM_Report.RadioInterfaceStatistics.Default.PollingPeriod type: uint, value: 900 Parameter 16 name: Device.X_RDKCENTRAL-COM_Report.RadioInterfaceStatistics.Default.OverrideTTL type: uint, value: 300 Parameter 17 name: Device.X_RDKCENTRAL-COM_Report.NeighboringAP.Enabled type: bool, value: true Parameter 18 name: Device.X_RDKCENTRAL-COM_Report.NeighboringAP.ReportingPeriod type: uint, value: 43200 Parameter 19 name: Device.X_RDKCENTRAL-COM_Report.NeighboringAP.PollingPeriod type: uint, value: 21600 Parameter 20 name: Device.X_RDKCENTRAL-COM_Report.NeighboringAP.Schema type: string, value: { "namespace": "com.comcast.kestrel", "name": "GatewayAccessPointNeighborScanReport", "type": "record", "doc": "Contains zero or more Access Point Neighbor Scan reports for an RDK-B gateway", "fields": [ {"name": "gateway_mac", "type": {"type": "fixed", "size": 6, "name": "MAC", "doc": "A MAC Address (6 bytes)"}, "doc": "Identifying MAC address of the gateway device (Usually the Cable Modem Mac)"}, {"name": "polling_interval", "type": "int", "doc": "Interval used to poll Neighbor Scan data from the driver (milliseconds)"}, {"name": "reporting_interval", "type": "int", "doc": "Interval between uploading report data to WebPA (milliseconds)"}, { "name": "AccessPointNeighborScanReports", "type": { "type": "array", "items": { "name": "AccessPointNeighborScanReport", "type": "record", "doc": "Access Point Neighbor report at a single timestamp", "fields": [ {"name": "timestamp", "type": "long", "doc": "Timestamp that this record data was gathered (epoch in milliseconds)"}, {"name": "bssid_mac", "type": "com.comcast.kestrel.MAC", "doc": "The BSSID used for the neighboring WiFi SSID"}, {"name": "ssid_name", "type": ["null", "string"], "default": null, "doc": "The current service set identifier in use by the neighboring WiFi SSID"}, {"name": "mode", "type": ["null", "string"], "default": null, "doc": "The mode the neighboring WiFi radio is operating in"}, {"name": "radio_channel", "type": ["null", "int"], "default": null, "doc": "The current radio channel used by the neighboring WiFi radio"}, {"name": "signal_strength", "type": ["null", "int"], "default": null, "doc": "An indicator of radio signal strength (RSSI) of the neighboring WiFi radio measured in dBm"}, {"name": "security_mode_enabled", "type": ["null", "string"], "default": null, "doc": "The type of security the neighboring WiFi SSID advertises"}, {"name": "encryption_mode", "type": ["null", "string"], "default": null, "doc": "The type of encryption the neighboring WiFi SSID advertises"}, {"name": "operating_frequency_band", "type": ["null", "string"], "default": null, "doc": "Indicates the frequency band at which the radio this SSID instance is operating"}, {"name": "supported_standards", "type": ["null", "string"], "default": null, "doc": "List items indicate which IEEE 802.11 standards this Result instance can support simultaneously, in the frequency band specified by OperatingFrequencyBand"}, {"name": "operating_standards", "type": ["null", {"type": "enum", "symbols": ["a", "b", "g", "n", "ac"], "name": "OperatingStandard", "doc": "802.11 operating standard"}], "default": null, "doc": "Each list item MUST be a member of the list reported by theSupportedStandards parameter"}, {"name": "operating_channel_bandwidth", "type": ["null", {"type": "enum", "symbols": ["_20MHz","_40MHz","_80MHz","_80_80MHz", "_160MHz"], "name": "OperatingChannelBandwidth", "doc": "802.11 operating channel bandwidth"}], "default": null, "doc": " Indicates the bandwidth at which the channel is operating"}, {"name": "beacon_period", "type": ["null", "int"], "default": null, "doc": "Time interval (in ms) between transmitting beacons"}, {"name": "noise", "type": ["null", "int"], "default": null, "doc": "Indicator of average noise strength (in dBm) received from the neighboring WiFi radio"}, {"name": "basic_data_transfer_rates", "type": ["null", "string"], "default": null, "doc": "Basic data transmit rates (in Mbps) for the SSID"}, {"name": "supported_data_transfer_rates", "type": ["null", "string"], "default": null, "doc": "Data transmit rates (in Mbps) for unicast frames at which the SSID will permit a station to connect"}, {"name": "dtim_period", "type": ["null", "int"], "default": null, "doc": "The number of beacon intervals that elapse between transmission of Beacon frames containing a TIM element whose DTIM count field is 0"}, {"name": "channel_utilization", "type": ["null", "int"], "default": null, "doc": "Indicates the fraction of the time AP senses that the channel is in use by the neighboring AP for transmissions"} ] } } } ] } Parameter 21 name: Device.X_RDKCENTRAL-COM_Report.NeighboringAP.SchemaID type: string, value: e375b355-988b-45f8-9ec9-feb4b53ed843/602cb2158e43498e5d4ad1da22b71f04 Parameter 22 name: Device.X_RDKCENTRAL-COM_Report.NeighboringAP.OnDemandScan type: bool, value: false Parameter 23 name: Device.X_RDKCENTRAL-COM_Report.NeighboringAP.LastScanData type: string, value: heN1s1WYi0X4nsn+tLU+2ENgLLIVjkNJjl1K0doitx8EuCfrIhY2gNzMFIC4mSkEwPq6/+dfAAAAAAAAAgACAAICAgACAAIAAgACAAIBAgACAgIAAgACAAICAgDA+rr/518AAAAAAAACAAIAAgICAAIAAgACAAIAAgECAAICAgACAAIAAgICAAA= Parameter 24 name: Device.X_RDKCENTRAL-COM_Report.NeighboringAP.Default.ReportingPeriod type: uint, value: 43200 Parameter 25 name: Device.X_RDKCENTRAL-COM_Report.NeighboringAP.Default.PollingPeriod type: uint, value: 21600 Parameter 26 name: Device.X_RDKCENTRAL-COM_Report.NeighboringAP.Default.OverrideTTL type: uint, value: 43200