Skip to content

Commit f8173df

Browse files
Update NDM GetInterfaces documentation to add get_ip_addresses param (#2500)
Co-authored-by: ci.datadog-api-spec <[email protected]> ae690d6
1 parent 19a6a39 commit f8173df

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

datadog_api_client.v2.api.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -7099,12 +7099,15 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
70997099
</dd></dl>
71007100
<dl class="py method">
71017101
<dt class="sig sig-object py" id="datadog_api_client.v2.api.network_device_monitoring_api.NetworkDeviceMonitoringApi.get_interfaces">
7102-
<span class="sig-name descname"><span class="pre">get_interfaces</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">device_id</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><a class="reference internal" href="datadog_api_client.v2.model.html#datadog_api_client.v2.model.get_interfaces_response.GetInterfacesResponse" title="datadog_api_client.v2.model.get_interfaces_response.GetInterfacesResponse"><span class="pre">GetInterfacesResponse</span></a></span></span><a class="headerlink" href="#datadog_api_client.v2.api.network_device_monitoring_api.NetworkDeviceMonitoringApi.get_interfaces" title="Link to this definition">¶</a></dt>
7102+
<span class="sig-name descname"><span class="pre">get_interfaces</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">device_id</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">get_ip_addresses</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">bool</span><span class="w"> </span><span class="p"><span class="pre">|</span></span><span class="w"> </span><a class="reference internal" href="datadog_api_client.html#datadog_api_client.model_utils.UnsetType" title="datadog_api_client.model_utils.UnsetType"><span class="pre">UnsetType</span></a></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><span class="default_value"><span class="pre">UnsetType.unset</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><a class="reference internal" href="datadog_api_client.v2.model.html#datadog_api_client.v2.model.get_interfaces_response.GetInterfacesResponse" title="datadog_api_client.v2.model.get_interfaces_response.GetInterfacesResponse"><span class="pre">GetInterfacesResponse</span></a></span></span><a class="headerlink" href="#datadog_api_client.v2.api.network_device_monitoring_api.NetworkDeviceMonitoringApi.get_interfaces" title="Link to this definition">¶</a></dt>
71037103
<dd><p>Get the list of interfaces of the device.</p>
71047104
<p>Get the list of interfaces of the device.</p>
71057105
<dl class="field-list simple">
71067106
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
7107-
<dd class="field-odd"><p><strong>device_id</strong> (<em>str</em>) – The ID of the device to get interfaces from.</p>
7107+
<dd class="field-odd"><ul class="simple">
7108+
<li><p><strong>device_id</strong> (<em>str</em>) – The ID of the device to get interfaces from.</p></li>
7109+
<li><p><strong>get_ip_addresses</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether to get the IP addresses of the interfaces.</p></li>
7110+
</ul>
71087111
</dd>
71097112
<dt class="field-even">Return type<span class="colon">:</span></dt>
71107113
<dd class="field-even"><p><a class="reference internal" href="datadog_api_client.v2.model.html#datadog_api_client.v2.model.get_interfaces_response.GetInterfacesResponse" title="datadog_api_client.v2.model.get_interfaces_response.GetInterfacesResponse">GetInterfacesResponse</a></p>

searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)