All URIs are relative to https://localhost
Method | HTTP request | Description |
---|---|---|
healthcheck_get | GET /healthcheck | Check if the service is running |
healthcheck_get()
Check if the service is running
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ServiceApi()
try:
# Check if the service is running
api_instance.healthcheck_get()
except ApiException as e:
print("Exception when calling ServiceApi->healthcheck_get: %s\n" % e)
This endpoint does not need any parameter.
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]