REST API description: Difference between revisions

Line 16: Line 16:
install another SSL certificate or let the tools ignore the errors.
install another SSL certificate or let the tools ignore the errors.
For curl it is
For curl it is
{| class="wikitable"
 
|-
<code>curl -k ...</code>
| curl -k ...
|}


For PowerShell in recent versions (v6 and later) it is
For PowerShell in recent versions (v6 and later) it is
{| class="wikitable"
 
|-
<code>Invoke-RestMethod -SkipCertificateCheck ...</code>
| Invoke-RestMethod -SkipCertificateCheck ...
|}


==== Statistics about MAC or IP addresses ====
==== Statistics about MAC or IP addresses ====
340

edits