<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Monitoring IMM (Intersight Managed Mode) UCS Instance Using APIs in DevNet General Discussions</title>
    <link>https://community.cisco.com/t5/devnet-general-discussions/monitoring-imm-intersight-managed-mode-ucs-instance-using-apis/m-p/5291019#M2807</link>
    <description>&lt;P&gt;I am trying &lt;STRONG&gt;/api/v1/telemetry/TimeSeries&lt;/STRONG&gt; for &lt;STRONG&gt;vnic_stats, vhba_stats, ether_port_stats, and fc_port_stats&lt;/STRONG&gt; to retrieve metrics (&lt;STRONG&gt;BytesRx, BytesTx, ErrorsRx, ErrorsTx, DroppedRx, DroppedTx for vNICs/vHBAs; RxBytes, TxBytes, RxErrors, TxErrors, RxDiscards, TxDiscards&lt;/STRONG&gt; for ports) but currently getting null response like below.&lt;/P&gt;&lt;PRE&gt;{
"timestamp": "2025-05-14T12:12:09.594Z",
&lt;BR /&gt;"result": {
"TxDrops": null,
"RxDrops": null,
"RxErrors": null,
"TxErrors": null,
"RxBytes": null,
"TxBytes": null
}
}
]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://intersight.com/apidocs/apirefs/All/api/v1/telemetry/TimeSeries/post/" target="_blank" rel="noopener"&gt;https://intersight.com/apidocs/apirefs/All/api/v1/telemetry/TimeSeries/post/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;here are the API details&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;API&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;: /api/v1/telemetry/TimeSeries&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Method&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;: POST&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Request&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;Body&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;{"queryType":"timeseries","dataSource":"vnic_stats","granularity":"all","aggregations":[{"type":"longSum","name":"RxBytes","fieldName":"RxBytes"},{"type":"longSum","name":"TxBytes","fieldName":"TxBytes"},{"type":"longSum","name":"RxErrors","fieldName":"RxErrors"},{"type":"longSum","name":"TxErrors","fieldName":"TxErrors"},{"type":"longSum","name":"RxDrops","fieldName":"RxDrops"},{"type":"longSum","name":"TxDrops","fieldName":"TxDrops"}],"filter":{"type":"in","dimension":"ComputeBladeMoid","values":["67ea9a4576752d3401838a9d","67ea9ab876752d340184482d","67ea9abb76752d3401845052"]},"intervals":["2025-05-01T10:48:07.774Z/2025-05-02T10:48:07.774Z"]}&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&lt;SPAN&gt;can anyone help me with this? Also is there any alternative solution to monitor IMM UCS Instance to fetch above metrics?? We already have&amp;nbsp;&lt;A href="https://github.com/paregupt/ucs_traffic_monitor" target="_blank" rel="noopener"&gt;https://github.com/paregupt/ucs_traffic_monitor&lt;/A&gt;&amp;nbsp;this pipeline in place for UCSM but need something similar for IMM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 May 2025 13:13:14 GMT</pubDate>
    <dc:creator>kjain003</dc:creator>
    <dc:date>2025-05-15T13:13:14Z</dc:date>
    <item>
      <title>Monitoring IMM (Intersight Managed Mode) UCS Instance Using APIs</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/monitoring-imm-intersight-managed-mode-ucs-instance-using-apis/m-p/5291019#M2807</link>
      <description>&lt;P&gt;I am trying &lt;STRONG&gt;/api/v1/telemetry/TimeSeries&lt;/STRONG&gt; for &lt;STRONG&gt;vnic_stats, vhba_stats, ether_port_stats, and fc_port_stats&lt;/STRONG&gt; to retrieve metrics (&lt;STRONG&gt;BytesRx, BytesTx, ErrorsRx, ErrorsTx, DroppedRx, DroppedTx for vNICs/vHBAs; RxBytes, TxBytes, RxErrors, TxErrors, RxDiscards, TxDiscards&lt;/STRONG&gt; for ports) but currently getting null response like below.&lt;/P&gt;&lt;PRE&gt;{
"timestamp": "2025-05-14T12:12:09.594Z",
&lt;BR /&gt;"result": {
"TxDrops": null,
"RxDrops": null,
"RxErrors": null,
"TxErrors": null,
"RxBytes": null,
"TxBytes": null
}
}
]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://intersight.com/apidocs/apirefs/All/api/v1/telemetry/TimeSeries/post/" target="_blank" rel="noopener"&gt;https://intersight.com/apidocs/apirefs/All/api/v1/telemetry/TimeSeries/post/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;here are the API details&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;API&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;: /api/v1/telemetry/TimeSeries&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Method&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;: POST&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Request&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;Body&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;{"queryType":"timeseries","dataSource":"vnic_stats","granularity":"all","aggregations":[{"type":"longSum","name":"RxBytes","fieldName":"RxBytes"},{"type":"longSum","name":"TxBytes","fieldName":"TxBytes"},{"type":"longSum","name":"RxErrors","fieldName":"RxErrors"},{"type":"longSum","name":"TxErrors","fieldName":"TxErrors"},{"type":"longSum","name":"RxDrops","fieldName":"RxDrops"},{"type":"longSum","name":"TxDrops","fieldName":"TxDrops"}],"filter":{"type":"in","dimension":"ComputeBladeMoid","values":["67ea9a4576752d3401838a9d","67ea9ab876752d340184482d","67ea9abb76752d3401845052"]},"intervals":["2025-05-01T10:48:07.774Z/2025-05-02T10:48:07.774Z"]}&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&lt;SPAN&gt;can anyone help me with this? Also is there any alternative solution to monitor IMM UCS Instance to fetch above metrics?? We already have&amp;nbsp;&lt;A href="https://github.com/paregupt/ucs_traffic_monitor" target="_blank" rel="noopener"&gt;https://github.com/paregupt/ucs_traffic_monitor&lt;/A&gt;&amp;nbsp;this pipeline in place for UCSM but need something similar for IMM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 13:13:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/monitoring-imm-intersight-managed-mode-ucs-instance-using-apis/m-p/5291019#M2807</guid>
      <dc:creator>kjain003</dc:creator>
      <dc:date>2025-05-15T13:13:14Z</dc:date>
    </item>
  </channel>
</rss>

