<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>TargetSource on gNMIc Operator</title><link>https://0e48d349.gnmic-operator2.pages.dev/docs/user-guide/targetsource/</link><description>Recent content in TargetSource on gNMIc Operator</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://0e48d349.gnmic-operator2.pages.dev/docs/user-guide/targetsource/index.xml" rel="self" type="application/rss+xml"/><item><title>HTTP Provider</title><link>https://0e48d349.gnmic-operator2.pages.dev/docs/user-guide/targetsource/http/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://0e48d349.gnmic-operator2.pages.dev/docs/user-guide/targetsource/http/</guid><description>&lt;p>The HTTP provider discovers targets from an HTTP endpoint returning a JSON array of target definitions.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-yaml" data-lang="yaml">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#f92672">spec&lt;/span>:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">provider&lt;/span>:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">http&lt;/span>:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">url&lt;/span>: &lt;span style="color:#ae81ff">http://inventory-service:8080/targets&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="http-spec-fields">HTTP Spec Fields&lt;/h2>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Field&lt;/th>
 &lt;th>Type&lt;/th>
 &lt;th>Required&lt;/th>
 &lt;th>Description&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>&lt;code>url&lt;/code>&lt;/td>
 &lt;td>string&lt;/td>
 &lt;td>Yes&lt;/td>
 &lt;td>URL pointing to the inventory server&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>acceptPush&lt;/code>&lt;/td>
 &lt;td>bool&lt;/td>
 &lt;td>No&lt;/td>
 &lt;td>Enable webhook-based target updates. Defaults to &lt;code>false&lt;/code>.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>authorization&lt;/code>&lt;/td>
 &lt;td>object&lt;/td>
 &lt;td>No&lt;/td>
 &lt;td>Credentials used to access the HTTP endpoint. See &lt;em>Authorization&lt;/em> section.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>pollInterval&lt;/code>&lt;/td>
 &lt;td>duration&lt;/td>
 &lt;td>No&lt;/td>
 &lt;td>Polling interval used to fetch targets from the endpoint. Defaults to &lt;code>30s&lt;/code>.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>timeout&lt;/code>&lt;/td>
 &lt;td>duration&lt;/td>
 &lt;td>No&lt;/td>
 &lt;td>Timeout for HTTP requests. Defaults to &lt;code>10s&lt;/code>.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>tls&lt;/code>&lt;/td>
 &lt;td>object&lt;/td>
 &lt;td>No&lt;/td>
 &lt;td>Client TLS configuration for HTTPS endpoints. See &lt;em>TLS&lt;/em> section.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>pagination&lt;/code>&lt;/td>
 &lt;td>object&lt;/td>
 &lt;td>No&lt;/td>
 &lt;td>Pagination configuration for parsing responses from the HTTP endpoint. See &lt;em>Pagination&lt;/em> section.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>responseMapping&lt;/code>&lt;/td>
 &lt;td>object&lt;/td>
 &lt;td>No&lt;/td>
 &lt;td>JSONPath mapping definitions. See &lt;em>Response Processing&lt;/em> section.&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;h2 id="authorization">Authorization&lt;/h2>
&lt;p>The HTTP provider supports authenticated requests to the inventory endpoint.&lt;/p></description></item></channel></rss>