feat: add test_connection command to all integrations for the instance Test button

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Guillaume BOURGEOIS
2026-06-26 00:00:06 +02:00
parent fd6c92047a
commit 5251441962
8 changed files with 169 additions and 10 deletions
+16 -2
View File
@@ -1,8 +1,8 @@
id: virustotal
name: VirusTotal
version: 1.0.0
version: 1.0.1
description: VirusTotal API v3 — reputation lookups for IPs and domains.
changelog: "1.0.0 — Initial release: IP and domain reputation lookups."
changelog: "1.0.1 — Added test_connection for the instance Test button. 1.0.0 — Initial release: IP and domain reputation lookups."
category: enrichment
config_schema:
@@ -60,3 +60,17 @@ commands:
method: GET
path: /domains/{domain}
auth_ref: apikey
- id: test_connection
name: virustotal-test-connection
description: "Verify connectivity and credentials (used by the Test button)."
risk: read
inputs_schema:
properties: {}
required: []
outputs_schema:
properties: {}
request:
method: GET
path: /ip_addresses/8.8.8.8
auth_ref: apikey