You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This is a package to help create Python applications to conduct operations with the Kepware Configuration API. This package is designed to work with all versions of Kepware that support the Configuration API including Thingworx Kepware Server (TKS), Thingworx Kepware Edge (TKE) and KEPServerEX (KEP).</p>
73
+
<p>This is a package to help create Python applications to conduct operations with the Kepware Configuration API. This package is designed to work with all versions of Kepware that support the Configuration API including Thingworx Kepware Server (TKS), Thingworx Kepware Edge (TKE) and KEPServerEX (KEP). For reference, Kepware Server in this documentation will refer to both TKS and KEP versions.</p>
74
74
75
75
<p><strong>API reference documentation is available on <ahref="https://ptcinc.github.io/Kepware-ConfigAPI-SDK-Python">Github Pages</a></strong></p>
<tdstyle="text-align:center;"><strong>UA Gateway</strong><br/><em>(Certificates, Server Endpoints, Client Connectins)</em></td>
119
+
<tdstyle="text-align:center;"><strong>UA Gateway</strong><br/><em>(Certificates, Server Endpoints, Client Connections, Server Interface parameters)</em></td>
<tdstyle="text-align:center;"><strong>JsonProjectLoad**</strong><br/><em>(used for import project feature)</em></td>
221
+
<tdstyle="text-align:center;">Y</td>
222
+
<tdstyle="text-align:center;">Y</td>
223
+
</tr>
213
224
</tbody>
214
225
</table>
215
226
216
227
<p>Note (*) - Reinitialize service was implemented for Kepware Server v6.8+</p>
217
228
218
-
<p>Filtering, sorting and pagination query options are added for any collections methods (ex: get_all_devices() or get_all_channel()).</p>
229
+
<p>Note (**) - Added to Kepware Server v6.17 / Kepware Edge v1.10 and later builds</p>
230
+
231
+
<p>Filtering, sorting and pagination query options are added for any collections methods (ex: <code>get_all_devices()</code> or <code>get_all_channel()</code>).</p>
219
232
220
-
<p>Generic REST methods are provided to use for functions not developed in SDK package. These are found in the Server Class in <ahref="./kepconfig/connection.py">connection.py</a></p>
233
+
<p>Generic REST methods are provided to use for functions not developed in SDK package. These are found in the <code>Server</code> class in <ahref="./kepconfig/connection.py">connection.py</a></p>
@@ -250,15 +263,15 @@ <h3 id="create-server-connection">Create server connection</h3>
250
263
</code></pre>
251
264
</div>
252
265
253
-
<p>For certificate validation, the SDK uses the OS/systems trusted CA certificate store. The connection uses the "create_default_context()" function as part of urllib as described at the following links:</p>
266
+
<p>For certificate validation, the SDK uses the OS/systems trusted certificate store. The connection uses the <code>create_default_context()</code> function as part of urllib as described at the following links:</p>
0 commit comments