We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff465a2 commit 4e8a763Copy full SHA for 4e8a763
cli.py
@@ -75,6 +75,7 @@ def ping_service(url: str, service_name: str, headers: typing.Dict[str, any] = d
75
Args:
76
url (str): The URL of the service to ping.
77
service_name (str): The name of the service being checked.
78
+ headers: (dict, optional): dictionary of HTTP Headers.
79
debug (bool, optional): If True, outputs the JSON response of the service. Defaults to False.
80
81
Returns:
0 commit comments