Skip to content

Commit

Permalink
[client] Add naming to health_check query
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-julien committed Jan 3, 2025
1 parent f20d99e commit b8c6558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycti/api/opencti_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def health_check(self):
self.app_logger.info("Health check (platform version)...")
test = self.query(
"""
query {
query healthCheck {
about {
version
}
Expand Down

0 comments on commit b8c6558

Please sign in to comment.