The watcherclient.v1.client Module

class watcherclient.v1.client.Client(*args, **kwargs)[source]

Bases: object

Client for the Watcher v1 API.

Parameters:
  • endpoint (string) – A user-supplied endpoint URL for the watcher service.
  • token (function) – Provides token for authentication.
  • timeout (integer) – Allows customization of the timeout for client http requests. (optional)
build_http_client(*args, **kwargs)[source]

Previous topic

The watcherclient.v1.audit_template_shell Module

Next topic

The watcherclient.v1.goal Module

Project Source

This Page