The ironicclient.v1.client Module

class ironicclient.v1.client.Client(endpoint=None, *args, **kwargs)[source]

Bases: object

Client for the Ironic v1 API.

Parameters:
  • endpoint (string) – A user-supplied endpoint URL for the ironic service.
  • token (function) – Provides token for authentication.
  • timeout (integer) – Allows customization of the timeout for client http requests. (optional)