--
This commit is contained in:
@@ -42,13 +42,9 @@
|
||||
<section id="api" class="tls-aux-section">
|
||||
<div class="block">
|
||||
<p>APIからも同等の機能が使用可能です。APIはJSON形式で返答します。</p>
|
||||
<pre><code>POST /api/tools/tls-test/scan
|
||||
Content-Type: application/json
|
||||
|
||||
{"target": "example.com"}</code></pre>
|
||||
<pre>POST /api/tools/tls-test/scan<br>Content-Type: application/json<br>{"target": "example.com"}</pre>
|
||||
<p>次のエンドポイントで進捗・結果を取得することができます。</p>
|
||||
<pre><code>GET /api/tools/tls-test/status/{test_id}
|
||||
GET /api/tools/tls-test/results/{test_id}</code></pre>
|
||||
<pre>GET /api/tools/tls-test/status/{test_id}<br>GET /api/tools/tls-test/results/{test_id}</pre>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user