Units - 時系列データ(ユニット形式)へのアクセスオブジェクト ===================================================================== 時系列データリソース(ユニット形式)へのアクセスAPIを提供します。 ユニットは、時系列データを :doc:`data` で記載されている型 で出力するリソースです。 .. automodule:: intdash :noindex: Request Methods ---------------- .. warning:: 以下のアクセスオブジェクトは、必ず `client` の `units` を使用して生成してください。 .. code-block:: python client = intdash.Client(...) client.units.list(edge_name='test_edge', start='2020/07/01 09:00+09:00', end='2020/07/01 10:00+09:00') .. autoclass:: Units(...) :members: Response ---------------- 取り扱うデータ型を示すオブジェクトについては、別途 :doc:`data` を参照してください。 .. autoclass:: Unit(...) .. note:: リクエストパラメーターオブジェクトは `DataPoints` と同じオブジェクトを使用します。 詳しくは :doc:`datapoints` を確認してください。