Skip to content

configuration

OQTOPUS Cloud User API

OQTOPUS Cloud User API. This API is used to interact with the OQTOPUS Cloud service. The API provides endpoints to manage devices, jobs, and results. # noqa: E501

OpenAPI spec version: 1.0 Contact: oqtopus-team[at]googlegroups.com Generated by: https://github.com/swagger-api/swagger-codegen.git

Classes:

  • Configuration

    NOTE: This class is auto generated by the swagger code generator program.

Configuration

Configuration()

NOTE: This class is auto generated by the swagger code generator program.

Ref: https://github.com/swagger-api/swagger-codegen Do not edit the class manually.

Methods:

Attributes:

debug property writable

debug

Debug status

:param value: The debug status, True or False. :type: bool

logger_file property writable

logger_file

The logger file.

If the logger_file is None, then add stream handler and remove file handler. Otherwise, add file handler and remove stream handler.

:param value: The logger_file path. :type: str

logger_format property writable

logger_format

The logger format.

The logger_formatter will be updated when sets logger_format.

:param value: The format string. :type: str

auth_settings

auth_settings()

Gets Auth Settings dict for api client.

:return: The Auth Settings information dict.

get_api_key_with_prefix

get_api_key_with_prefix(identifier)

Gets API key (with prefix if set).

:param identifier: The identifier of apiKey. :return: The token for api key authentication.

get_basic_auth_token

get_basic_auth_token()

Gets HTTP basic authentication header (string).

:return: The token for basic HTTP authentication.

to_debug_report

to_debug_report()

Gets the essential information for debugging.

:return: The report for debugging.