Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit b8c6558

Browse files
[client] Add naming to health_check query
1 parent f20d99e commit b8c6558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/api/opencti_api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ def health_check(self):
408408
self.app_logger.info("Health check (platform version)...")
409409
test = self.query(
410410
"""
411-
query {
411+
query healthCheck {
412412
about {
413413
version
414414
}

0 commit comments

Comments
 (0)