Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.01 KB

HealthzApi.md

File metadata and controls

48 lines (31 loc) · 1.01 KB

bkuser_sdk.HealthzApi

All URIs are relative to http://localhost:8004/

Method HTTP request Description
healthz GET /healthz/

healthz

healthz()

Example

from __future__ import print_function
import time
import bkuser_sdk
from bkuser_sdk.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = bkuser_sdk.HealthzApi()

try:
    api_instance.healthz()
except ApiException as e:
    print("Exception when calling HealthzApi->healthz: %s\n" % e)

Parameters

This endpoint does not need any parameter.

Return type

void (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]