次の方法で共有


パイロットの内容 (プレビュー)

パイロットモノは、IoT デバイス群を管理、視覚化、自動化、統合するためのプラットフォームです。

このコネクタは、次の製品とリージョンで使用できます。

サービス クラス リージョン
コピロット スタジオ Premium 次を除くすべての Power Automate リージョン :
     - 米国政府 (GCC)
     - 米国政府 (GCC High)
     - 21Vianet が運営する China Cloud
     - 米国国防総省 (DoD)
ロジック アプリ Standard 次を除くすべての Logic Apps リージョン :
     - Azure Government リージョン
     - Azure China リージョン
     - 米国国防総省 (DoD)
Power Apps Premium 次を除くすべての Power Apps リージョン :
     - 米国政府 (GCC)
     - 米国政府 (GCC High)
     - 21Vianet が運営する China Cloud
     - 米国国防総省 (DoD)
Power Automate Premium 次を除くすべての Power Automate リージョン :
     - 米国政府 (GCC)
     - 米国政府 (GCC High)
     - 21Vianet が運営する China Cloud
     - 米国国防総省 (DoD)
お問い合わせ
名前 パイロットの内容
URL https://www.pilot-things.com
Email contact@pilot-things.com
コネクタ メタデータ
Publisher パイロットの内容
Web サイト https://www.pilot-things.com
カテゴリ モノのインターネット
プライバシー ポリシー https://www.pilot-things.com/privacy

Pilot Things コネクタを使用すると、モノ、測定値、統計、アラート、操作を表示および管理できます。

[前提条件]

このコネクタを使用するには、Pilot Things の作業インスタンスが必要です。

資格情報を取得する方法

このコネクタが使用する資格情報は、Pilot Things 管理インターフェイスへのログインに使用する資格情報と同じです。 パスワードを変更する場合は、接続も更新する必要があります。

コネクタの概要

このコネクタを使用して実行できるいくつかの操作を次に示します。

  • アラートを表示するアプリ。'getAlerts' と 'updateAlertState' を使用して、必要に応じて状態をクリアできます。
  • "getThing" と "getThingMeasures" のおかげで、特定のデバイスとそこから収集された最新の測定値を表示するアプリ。
  • 'getStats*' API を使用して、任意のデバイスのカスタム期間の統計を取得するアプリ。

開始するには、アプリケーションへの接続を追加するだけで、すべての API が "PilotThingsAPI" という名前で開きます。

既知の問題と制限事項

一部の API は、膨大な量のデータを返すことができるため、ページ内のデータを返します。 結果を使用する場合は、結果を手動で改ページする必要があります。

一般的なエラーと解決方法

無効な ID が渡されたため、最も一般的なエラーは HTTP 404 です。 入力した ID が正しいことを確認します。 5XX の範囲でエラーが発生した場合は、 contact@pilot-things.com にお問い合わせください。

FAQ

このコネクタを使用してセンサー データからグラフを作成できますか?

Yes! "getStats*" API を使用してグラフを作成できます。

たとえば、折れ線グラフの使用に適したテーブルを作成するには、次のコマンドを使用します ('MyThing' と 'Temperature' は適切な GUID に置き換えます)。

''' AddColumns( PilotThingsAPI.getStatsMeasurements( Text(DateAdd(Today(), -14), ""), Text(Today(), ""), { filter: "thing.id:eq_MyThing,attribute.id:eq_Temperature"), interval: "day", time: 1 } ), "date", Text(end, DateTimeFormat.ShortDate) ) '''

このコードを使用すると、過去 2 週間の 1 日の最小/最大/平均折れ線グラフを作成できます。

ページを大きくすることはできますか?

はい。API がページ分割されている場合は、より大きなページが必要な場合は、'pageSize' 引数を渡すことができます。 非常に大きいサイズを使用すると、サーバーまたはクライアントの速度が低下する可能性があることに注意してください(両方ではない場合)。

接続を作成する

コネクタでは、次の認証の種類がサポートされています。

デフォルト 接続を作成するためのパラメーター。 すべてのリージョン 共有不可

デフォルト

適用対象: すべてのリージョン

接続を作成するためのパラメーター。

これは共有可能な接続ではありません。 電源アプリが別のユーザーと共有されている場合、別のユーザーは新しい接続を明示的に作成するように求められます。

名前 タイプ Description 必須
パイロット モノのホスト 文字列 Pilot Things インストールのホストを指定する 正しい
ユーザー名 securestring この Pilot Things インストールのユーザー名 正しい
パスワード securestring この Pilot Things インストールのパスワード 正しい

調整制限

名前 呼び出し 更新期間
接続ごとの API 呼び出し 100 60 秒

アクション

csv ファイルをインポートする

csv ファイルをインポートする

すべてのサイトを取得する

前のメッセージを取得する

アラートの一覧を取得する

アラートの一覧を取得する

アラートの状態を更新する

アラートの状態を更新する

カスタム フィールドの追加

カスタム フィールドの追加

サイトを削除する

サイトを削除する

サイトを取得する

サイトを取得する

サイトを更新する

サイトを更新する

タグの一覧を取得する

タグの一覧を取得する

タグを取得する

タグを取得する

メジャーの一覧を取得する

メジャーの一覧を取得する

メジャーを取得する

メジャーを取得する

メジャー数を取得する

メジャー数を取得する

メッセージの一覧を取得する

メッセージの一覧を取得する

メッセージを取得する

メッセージを取得する

メッセージを追加する

メッセージを追加する

モノにタグを追加する

モノにタグを追加する

モノに対して操作を実行する

モノに対して操作を実行する

モノのすべてのメジャーを削除する

モノのすべてのメジャーを削除する

モノのすべてのメッセージ

モノのすべてのメッセージ

モノのタグを取得する

モノのタグを取得する

モノのタグを更新する

モノのタグを更新する

モノのメジャーの一覧を取得する

モノのメジャーの一覧を取得する

モノのメッセージ 一覧を取得する

モノのメッセージ 一覧を取得する

モノのメッセージの一覧を取得する

モノのメッセージの一覧を取得する

モノの一覧を取得する

モノの一覧を取得する

モノの一覧を取得する

モノの一覧を取得する

モノの位置を更新する

モノの位置を更新する

モノの詳細を取得する

モノの詳細を取得する

モノを削除する

モノを削除する

モノを更新する

モノを更新する

ユーザー設定フィールドの一覧を取得する

ユーザー設定フィールドの一覧を取得する

ユーザー設定フィールドの取得画像

ユーザー設定フィールドの取得画像

ユーザー設定フィールドの更新イメージ

ユーザー設定フィールドの更新イメージ

ユーザー設定フィールドを削除する

ユーザー設定フィールドを削除する

ユーザー設定フィールドを更新する

ユーザー設定フィールドを更新する

使用可能な操作の一覧を取得する

使用可能な操作の一覧を取得する

前のメッセージを取得する

前のメッセージを取得する

新しいサイトを作成する

新しいサイトを作成する

物のアクティブなモデルを取得する

物のアクティブなモデルを取得する

物のアクティブなモデルを取得する

物のアクティブなモデルを取得する

物の最後のメッセージ

物の最後のメッセージ

物の最後の測定値

物の最後の測定値

物の画像を取得する

物の画像を取得する

物の製品を入手する

物の製品を入手する

統計の再パーティションを取得する

統計の再パーティションを取得する

統計の合計を取得する

統計の合計を取得する

統計の平均を取得する

統計の平均を取得する

統計の数を取得する

統計の数を取得する

統計の最大値を取得する

統計の最大値を取得する

統計の最小取得

統計の最小取得

統計の測定値を取得する

統計の測定値を取得する

統計を最後に取得する

統計を最後に取得する

統計を最後に取得する

統計を最後に取得する

製品の関連付けを解除する

製品の関連付けを解除する

製品をモノに関連付ける

製品をモノに関連付ける

製品をモノのリストに関連付ける

製品をモノのリストに関連付ける

関連するモノの流れ

関連するモノの流れ

csv ファイルをインポートする

csv ファイルをインポートする

パラメーター

名前 キー 必須 説明
ファイル
file True file

ファイル

戻り値

すべてのサイトを取得する

前のメッセージを取得する

パラメーター

名前 キー 必須 説明
現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

戻り値

Body
PageSiteRo

アラートの一覧を取得する

アラートの一覧を取得する

パラメーター

名前 キー 必須 説明
現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

日付の開始日を含むタイムスタンプ
dateStart integer

日付の開始日を含むタイムスタンプ

日付が終了したタイムスタンプ
dateEnd integer

日付が終了したタイムスタンプ

戻り値

アラートの状態を更新する

アラートの状態を更新する

パラメーター

名前 キー 必須 説明
アラートの ID。 空にすることはできません。
id True string

アラートの ID。 空にすることはできません。

状態の値。 空にすることはできません。
paramJson True string

状態の値。 空にすることはできません。

戻り値

Body
AlertRo

カスタム フィールドの追加

カスタム フィールドの追加

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

id
id string
imageLink
imageLink string
ラベル
label string
名前
name string
type string
value
value string

戻り値

サイトを削除する

サイトを削除する

パラメーター

名前 キー 必須 説明
サイトの ID。 空にすることはできません。
id True string

サイトの ID。 空にすることはできません。

サイトを取得する

サイトを取得する

パラメーター

名前 キー 必須 説明
サイトの ID。 空にすることはできません。
id True string

サイトの ID。 空にすることはできません。

戻り値

Body
SiteRo

サイトを更新する

サイトを更新する

パラメーター

名前 キー 必須 説明
サイトの ID。 空にすることはできません。
id True string

サイトの ID。 空にすることはできません。

address
address True string
city
city True string
id
id string
緯度 (latitude)
latitude double
経度 (longitude)
longitude double
名前
name True string
postalCode
postalCode True string

戻り値

Body
SiteRo

タグの一覧を取得する

タグの一覧を取得する

パラメーター

名前 キー 必須 説明
現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

戻り値

タグを取得する

タグを取得する

パラメーター

名前 キー 必須 説明
タグの ID。 空にすることはできません。
id True string

タグの ID。 空にすることはできません。

戻り値

Body
TagRo

メジャーの一覧を取得する

メジャーの一覧を取得する

パラメーター

名前 キー 必須 説明
詳細情報のブール値
detailed boolean

詳細情報のブール値

現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

戻り値

メジャーを取得する

メジャーを取得する

パラメーター

名前 キー 必須 説明
メジャーの ID。 空にすることはできません。
id True string

メジャーの ID。 空にすることはできません。

詳細情報のブール値。
detailed boolean

詳細情報のブール値

戻り値

Body
MeasureRo

メジャー数を取得する

メジャー数を取得する

パラメーター

名前 キー 必須 説明
現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

戻り値

Body
CountRo

メッセージの一覧を取得する

メッセージの一覧を取得する

パラメーター

名前 キー 必須 説明
現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

戻り値

メッセージを取得する

メッセージを取得する

パラメーター

名前 キー 必須 説明
メッセージの ID。 空にすることはできません。
id True string

メッセージの ID。 空にすることはできません。

戻り値

Body
MessageRo

メッセージを追加する

メッセージを追加する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
thingId True string

モノの ID。 空にすることはできません。

body
body True string
作成日
creationDate True date-time
errorMessage
errorMessage True string
id
id string
緯度 (latitude)
latitude True double
絶対
absolute boolean
権限
authority string
フラグメント
fragment string
ホスティング
host string
オペーク
opaque boolean
パス
path string
ポート
port integer
クエリ
query string
rawAuthority
rawAuthority string
rawFragment
rawFragment string
rawPath
rawPath string
rawQuery
rawQuery string
rawSchemeSpecificPart
rawSchemeSpecificPart string
rawUserInfo
rawUserInfo string
scheme
scheme string
schemeSpecificPart
schemeSpecificPart string
ユーザー情報
userInfo string
経度 (longitude)
longitude True double
測定
measurements object
メタデータ
metadata True string
数値
number True integer
処理
processed True string
アレイ
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
binary
binary boolean
ブーリアン
boolean boolean
containerNode
containerNode boolean
ダブル
double boolean
float
float boolean
floatingPointNumber
floatingPointNumber boolean
整数 (int)
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
ノードタイプ
nodeType string
null 値
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
textual
textual boolean
valueNode
valueNode boolean
ディスプレイ名
displayName string
fixedName
fixedName string
id
id string
名前
name True string
nbAlerts
nbAlerts integer
id
id string
タグ
tag string
timestamp
timestamp True date-time
トピック
topic True string

戻り値

Body
MessageRo

モノにタグを追加する

モノにタグを追加する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
thingId True string

モノの ID。 空にすることはできません。

id
id string
タグ
tag string

戻り値

Body
TagRo

モノに対して操作を実行する

モノに対して操作を実行する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

操作の ID。 空にすることはできません。
operationId True string

操作の ID。 空にすることはできません。

アレイ
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
binary
binary boolean
ブーリアン
boolean boolean
containerNode
containerNode boolean
ダブル
double boolean
float
float boolean
floatingPointNumber
floatingPointNumber boolean
整数 (int)
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
ノードタイプ
nodeType string
null 値
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
textual
textual boolean
valueNode
valueNode boolean

戻り値

モノのすべてのメジャーを削除する

モノのすべてのメジャーを削除する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

モノのすべてのメッセージ

モノのすべてのメッセージ

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

body
body True string
作成日
creationDate True date-time
errorMessage
errorMessage True string
id
id string
緯度 (latitude)
latitude True double
絶対
absolute boolean
権限
authority string
フラグメント
fragment string
ホスティング
host string
オペーク
opaque boolean
パス
path string
ポート
port integer
クエリ
query string
rawAuthority
rawAuthority string
rawFragment
rawFragment string
rawPath
rawPath string
rawQuery
rawQuery string
rawSchemeSpecificPart
rawSchemeSpecificPart string
rawUserInfo
rawUserInfo string
scheme
scheme string
schemeSpecificPart
schemeSpecificPart string
ユーザー情報
userInfo string
経度 (longitude)
longitude True double
アレイ
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
binary
binary boolean
ブーリアン
boolean boolean
containerNode
containerNode boolean
ダブル
double boolean
float
float boolean
floatingPointNumber
floatingPointNumber boolean
整数 (int)
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
ノードタイプ
nodeType string
null 値
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
textual
textual boolean
valueNode
valueNode boolean
メタデータ
metadata True string
数値
number True integer
処理
processed True string
アレイ
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
binary
binary boolean
ブーリアン
boolean boolean
containerNode
containerNode boolean
ダブル
double boolean
float
float boolean
floatingPointNumber
floatingPointNumber boolean
整数 (int)
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
ノードタイプ
nodeType string
null 値
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
textual
textual boolean
valueNode
valueNode boolean
ディスプレイ名
displayName string
fixedName
fixedName string
id
id string
名前
name True string
nbAlerts
nbAlerts integer
id
id string
タグ
tag string
timestamp
timestamp True date-time
トピック
topic True string

戻り値

Body
MessageRo

モノのタグを取得する

モノのタグを取得する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

戻り値

モノのタグを更新する

モノのタグを更新する

パラメーター

名前 キー 必須 説明
id
id string
タグ
tag string

戻り値

Body
TagRo

モノのメジャーの一覧を取得する

モノのメジャーの一覧を取得する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

詳細情報のブール値。
detailed boolean

詳細情報のブール値。

現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

戻り値

モノのメッセージ 一覧を取得する

モノのメッセージ 一覧を取得する

パラメーター

名前 キー 必須 説明
現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

モノの ID。 空にすることはできません。
thingId True string

モノの ID。 空にすることはできません。

戻り値

モノのメッセージの一覧を取得する

モノのメッセージの一覧を取得する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

戻り値

モノの一覧を取得する

モノの一覧を取得する

パラメーター

名前 キー 必須 説明
現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

詳細情報のブール値。
detailed boolean

詳細情報のブール値。

戻り値

モノの一覧を取得する

モノの一覧を取得する

パラメーター

名前 キー 必須 説明
thingIds
thingIds True array of string

戻り値

モノの位置を更新する

モノの位置を更新する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

id
id string
imageLink
imageLink string
ラベル
label string
名前
name string
type string
value
value string
説明
description string
ディスプレイ名
displayName string
dynamicGps
dynamicGps boolean
fixedLatitude
fixedLatitude double
fixedLongitude
fixedLongitude double
fixedName
fixedName string
id
id string
lastActivityDate
lastActivityDate integer
lastLatitude
lastLatitude double
lastLongitude
lastLongitude double
アレイ
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
binary
binary boolean
ブーリアン
boolean boolean
containerNode
containerNode boolean
ダブル
double boolean
float
float boolean
floatingPointNumber
floatingPointNumber boolean
整数 (int)
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
ノードタイプ
nodeType string
null 値
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
textual
textual boolean
valueNode
valueNode boolean
アレイ
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
binary
binary boolean
ブーリアン
boolean boolean
containerNode
containerNode boolean
ダブル
double boolean
float
float boolean
floatingPointNumber
floatingPointNumber boolean
整数 (int)
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
ノードタイプ
nodeType string
null 値
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
textual
textual boolean
valueNode
valueNode boolean
lastMessageDate
lastMessageDate integer
messageActivityTimeoutPeriod
messageActivityTimeoutPeriod integer
名前
name True string
nbAlerts
nbAlerts integer
address
address True string
city
city True string
id
id string
緯度 (latitude)
latitude double
経度 (longitude)
longitude double
名前
name True string
postalCode
postalCode True string
状態
status string
id
id string
タグ
tag string

戻り値

モノの詳細を取得する

モノの詳細を取得する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

詳細情報のブール値。
detailed boolean

詳細情報のブール値。

戻り値

モノを削除する

モノを削除する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

force boolean

モノを更新する

モノを更新する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

id
id string
リンク
link string
名前
name string
additionalProperties
additionalProperties object
id
id string
rawStatus
rawStatus string
状態
status string
type string
id
id string
imageLink
imageLink string
ラベル
label string
名前
name string
type string
value
value string
color
color string
icon
icon string
id
id string
リンク
link string
名前
name string
説明
description string
batteryLevel
batteryLevel integer
batteryStatus
batteryStatus string
デバイスタイプ
deviceType string
id
id string
製造元
manufacturer string
memoryFree
memoryFree integer
memoryTotal
memoryTotal integer
モデル
model string
モデル番号
modelNumber string
名前
name string
シリアル番号
serialNumber string
状態
status string
ディスプレイ名
displayName string
dynamicGps
dynamicGps boolean
fixedLatitude
fixedLatitude double
fixedLongitude
fixedLongitude double
fixedName
fixedName string
id
id string
lastActivityDate
lastActivityDate integer
lastLatitude
lastLatitude double
lastLongitude
lastLongitude double
アレイ
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
binary
binary boolean
ブーリアン
boolean boolean
containerNode
containerNode boolean
ダブル
double boolean
float
float boolean
floatingPointNumber
floatingPointNumber boolean
整数 (int)
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
ノードタイプ
nodeType string
null 値
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
textual
textual boolean
valueNode
valueNode boolean
アレイ
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
binary
binary boolean
ブーリアン
boolean boolean
containerNode
containerNode boolean
ダブル
double boolean
float
float boolean
floatingPointNumber
floatingPointNumber boolean
整数 (int)
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
ノードタイプ
nodeType string
null 値
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
textual
textual boolean
valueNode
valueNode boolean
lastMessageDate
lastMessageDate integer
messageActivityTimeoutPeriod
messageActivityTimeoutPeriod integer
名前
name True string
nbAlerts
nbAlerts integer
connectivityTypes
connectivityTypes array of string
generateLinks
generateLinks boolean
id
id string
リンク
link string
generateLinks
generateLinks boolean
id
id string
リンク
link string
名前
name string
color
color string
generateLinks
generateLinks boolean
icon
icon string
id
id string
isCustomModel
isCustomModel boolean
絶対
absolute boolean
権限
authority string
フラグメント
fragment string
ホスティング
host string
オペーク
opaque boolean
パス
path string
ポート
port integer
クエリ
query string
rawAuthority
rawAuthority string
rawFragment
rawFragment string
rawPath
rawPath string
rawQuery
rawQuery string
rawSchemeSpecificPart
rawSchemeSpecificPart string
rawUserInfo
rawUserInfo string
scheme
scheme string
schemeSpecificPart
schemeSpecificPart string
ユーザー情報
userInfo string
名前
name string
名前
name string
参照
reference string
address
address True string
city
city True string
id
id string
緯度 (latitude)
latitude double
経度 (longitude)
longitude double
名前
name True string
postalCode
postalCode True string
ソースID
sourceId string
状態
status string
id
id string
タグ
tag string

戻り値

Body
ThingRo

ユーザー設定フィールドの一覧を取得する

ユーザー設定フィールドの一覧を取得する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

戻り値

ユーザー設定フィールドの取得画像

ユーザー設定フィールドの取得画像

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

ユーザー設定フィールドの ID。 空にすることはできません。
fieldId True string

ユーザー設定フィールドの ID。 空にすることはできません。

戻り値

ユーザー設定フィールドの更新イメージ

ユーザー設定フィールドの更新イメージ

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

ユーザー設定フィールドの ID。 空にすることはできません
fieldId True string

ユーザー設定フィールドの ID。 空にすることはできません。

Image
file True file

Image

戻り値

ユーザー設定フィールドを削除する

ユーザー設定フィールドを削除する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

ユーザー設定フィールドの ID。 空にすることはできません。
fieldId True string

ユーザー設定フィールドの ID。 空にすることはできません。

戻り値

ユーザー設定フィールドを更新する

ユーザー設定フィールドを更新する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

id
id string
imageLink
imageLink string
ラベル
label string
名前
name string
type string
value
value string

戻り値

使用可能な操作の一覧を取得する

使用可能な操作の一覧を取得する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

戻り値

前のメッセージを取得する

前のメッセージを取得する

パラメーター

名前 キー 必須 説明
メッセージの ID。 空にすることはできません。
id True string

メッセージの ID。 空にすることはできません。

戻り値

Body
MessageRo

新しいサイトを作成する

新しいサイトを作成する

パラメーター

名前 キー 必須 説明
アレイ
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
binary
binary boolean
ブーリアン
boolean boolean
containerNode
containerNode boolean
ダブル
double boolean
float
float boolean
floatingPointNumber
floatingPointNumber boolean
整数 (int)
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
ノードタイプ
nodeType string
null 値
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
textual
textual boolean
valueNode
valueNode boolean

戻り値

response
array of SiteRo

物のアクティブなモデルを取得する

物のアクティブなモデルを取得する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

戻り値

Body
ModelRo

物のアクティブなモデルを取得する

物のアクティブなモデルを取得する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

戻り値

Body
ModelRo

物の最後のメッセージ

物の最後のメッセージ

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

戻り値

物の最後の測定値

物の最後の測定値

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

戻り値

物の画像を取得する

物の画像を取得する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

戻り値

物の製品を入手する

物の製品を入手する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

戻り値

Body
ProductRo

統計の再パーティションを取得する

統計の再パーティションを取得する

パラメーター

名前 キー 必須 説明
属性
attribute True string

属性

現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

start
start integer

start

終了
end integer

終了

戻り値

統計の合計を取得する

統計の合計を取得する

パラメーター

名前 キー 必須 説明
現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

time
time integer

time

サイクル間隔
interval string

サイクル間隔

start
start True integer

start

終了
end True integer

終了

戻り値

統計の平均を取得する

統計の平均を取得する

パラメーター

名前 キー 必須 説明
現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

start
start integer

start

終了
end integer

終了

戻り値

統計の数を取得する

統計の数を取得する

パラメーター

名前 キー 必須 説明
現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

start
start integer

start

終了
end integer

終了

戻り値

統計の最大値を取得する

統計の最大値を取得する

パラメーター

名前 キー 必須 説明
現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

start
start integer

start

終了
end integer

終了

戻り値

統計の最小取得

統計の最小取得

パラメーター

名前 キー 必須 説明
現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

start
start integer

start

終了
end integer

終了

戻り値

統計の測定値を取得する

統計の測定値を取得する

パラメーター

名前 キー 必須 説明
現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

time
time integer

time

サイクル間隔
interval string

サイクル間隔

start
start True integer

start

終了
end True integer

終了

戻り値

統計を最後に取得する

統計を最後に取得する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
thingId True string

モノの ID。 空にすることはできません

現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

戻り値

統計を最後に取得する

統計を最後に取得する

パラメーター

名前 キー 必須 説明
現在のページの番号
page integer

現在のページの番号

ページ内のアイテムの数
pageSize integer

ページ内のアイテムの数

並べ替え値の文字列
sortValues string

並べ替え値の文字列

並べ替え値の文字列
sort string

並べ替え値の文字列

フィルターの文字列
filter string

フィルターの文字列

並べ替えの方向 (ASC/DESC)
dir string

並べ替えの方向 (ASC/DESC)

またはフィルター パラメーター
orFilter string

またはフィルター パラメーター

戻り値

製品の関連付けを解除する

製品の関連付けを解除する

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

戻り値

製品をモノに関連付ける

製品をモノに関連付ける

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

認定
certification string
connectivityTypes
connectivityTypes array of string
id
id string
リンク
link string
目に見える
visible boolean
説明
description string
id
id string
リンク
link string
generateLinks
generateLinks boolean
hasImage
hasImage boolean
id
id string
imageLink
imageLink string
infoLink
infoLink string
リンク
link string
generateLinks
generateLinks boolean
id
id string
リンク
link string
名前
name string
manufacturerCategory
manufacturerCategory string
color
color string
generateLinks
generateLinks boolean
icon
icon string
id
id string
isCustomModel
isCustomModel boolean
絶対
absolute boolean
権限
authority string
フラグメント
fragment string
ホスティング
host string
オペーク
opaque boolean
パス
path string
ポート
port integer
クエリ
query string
rawAuthority
rawAuthority string
rawFragment
rawFragment string
rawPath
rawPath string
rawQuery
rawQuery string
rawSchemeSpecificPart
rawSchemeSpecificPart string
rawUserInfo
rawUserInfo string
scheme
scheme string
schemeSpecificPart
schemeSpecificPart string
ユーザー情報
userInfo string
名前
name string
generateLinks
generateLinks boolean
id
id string
リンク
link string
名前
name string
名前
name string
読み取り専用
readOnly boolean
参照
reference string
id
id string
タグ
tag string
ディスプレイ名
displayName string
fixedName
fixedName string
id
id string
名前
name True string
nbAlerts
nbAlerts integer
id
id string
タグ
tag string

戻り値

製品をモノのリストに関連付ける

製品をモノのリストに関連付ける

パラメーター

名前 キー 必須 説明
アレイ
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
binary
binary boolean
ブーリアン
boolean boolean
containerNode
containerNode boolean
ダブル
double boolean
float
float boolean
floatingPointNumber
floatingPointNumber boolean
整数 (int)
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
ノードタイプ
nodeType string
null 値
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
textual
textual boolean
valueNode
valueNode boolean

戻り値

関連するモノの流れ

関連するモノの流れ

パラメーター

名前 キー 必須 説明
モノの ID。 空にすることはできません。
id True string

モノの ID。 空にすることはできません。

戻り値

Body
PageFlowRo

定義

PageMeasureRo

名前 パス 説明
データ
data array of MeasureRo
終了
end integer
page
page integer
pageSize
pageSize integer
start
start integer
totalSize
totalSize integer

StatsGraphRo

名前 パス 説明
count
count integer
終了
end integer
last
last integer
max
max number
min
min number
start
start integer
ユニット
unit string
value
value number

JsonNode

名前 パス 説明
アレイ
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
binary
binary boolean
ブーリアン
boolean boolean
containerNode
containerNode boolean
ダブル
double boolean
float
float boolean
floatingPointNumber
floatingPointNumber boolean
整数 (int)
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
ノードタイプ
nodeType string
null 値
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
textual
textual boolean
valueNode
valueNode boolean

MeasureRo

名前 パス 説明
属性
attribute AttributeTinyRo
dtype
dtype string
id
id string
モデル
model ModelTinyRo
製品
product ProductTinyRo
thing ThingTinyRo
timestamp
timestamp integer
value
value string

MessageRo

名前 パス 説明
body
body string
作成日
creationDate date-time
errorMessage
errorMessage string
id
id string
緯度 (latitude)
latitude double
リンク
link URI
経度 (longitude)
longitude double
測定
measurements JsonNode
メタデータ
metadata string
数値
number integer
処理
processed string
rawMeasurements
rawMeasurements JsonNode
thing ThingTinyRo
timestamp
timestamp date-time
トピック
topic string

TagRo

名前 パス 説明
id
id string
タグ
tag string

AlertRo

名前 パス 説明
コメント
comment string
作成日
creationDate integer
flowOrigin
flowOrigin FlowTinyRo
id
id string
lastUpdate
lastUpdate integer
レベル
level string
メッセージ
message string
状態
state string
thing ThingTinyRo
ユーザー名
username string

PageSiteRo

名前 パス 説明
データ
data array of SiteRo
終了
end integer
page
page integer
pageSize
pageSize integer
start
start integer
totalSize
totalSize integer

PageStatsMeasureRo

名前 パス 説明
データ
data array of StatsMeasureRo
終了
end integer
page
page integer
pageSize
pageSize integer
start
start integer
totalSize
totalSize integer

SingleThingRo

名前 パス 説明
アプリケーション
application ApplicationTinyRo
接続性
connectivity ConnectivityRo
customFields
customFields array of CustomFieldRo
customModel
customModel CustomModelTinyRo
説明
description string
デバイス
device DeviceRo
ディスプレイ名
displayName string
dynamicGps
dynamicGps boolean
fixedLatitude
fixedLatitude double
fixedLongitude
fixedLongitude double
fixedName
fixedName string
id
id string
lastActivityDate
lastActivityDate integer
lastLatitude
lastLatitude double
lastLongitude
lastLongitude double
lastMeasurements
lastMeasurements JsonNode
lastMeasurementsTimestamps
lastMeasurementsTimestamps JsonNode
lastMessageDate
lastMessageDate integer
messageActivityTimeoutPeriod
messageActivityTimeoutPeriod integer
名前
name string
nbAlerts
nbAlerts integer
製品
product ProductTinyRo
サイト
site SiteRo
ソースID
sourceId string
状態
status string
tags
tags array of ThingTagRo

EncoderTinyRo

名前 パス 説明
id
id string
リンク
link string

SiteRo

名前 パス 説明
address
address string
city
city string
id
id string
緯度 (latitude)
latitude double
経度 (longitude)
longitude double
名前
name string
postalCode
postalCode string

DeviceRo

名前 パス 説明
batteryLevel
batteryLevel integer
batteryStatus
batteryStatus string
デバイスタイプ
deviceType string
id
id string
製造元
manufacturer string
memoryFree
memoryFree integer
memoryTotal
memoryTotal integer
モデル
model string
モデル番号
modelNumber string
名前
name string
シリアル番号
serialNumber string
状態
status string

FlowTinyRo

名前 パス 説明
enabled
enabled boolean
id
id string
名前
name string

PageCustomFieldRo

名前 パス 説明
データ
data array of PageCustomFieldRo
終了
end integer
page
page integer
pageSize
pageSize integer
start
start integer
totalSize
totalSize integer

AttributeRo

名前 パス 説明
説明
description string
id
id string
名前
name string
type QuantityKindRo
ユニット
unit string

StatsCountRo

名前 パス 説明
名前
name string
value
value number

ProductRo

名前 パス 説明
認定
certification string
connectivityTypes
connectivityTypes array of string
デコーダ
decoder DecoderTinyRo
説明
description string
エンコーダ
encoder EncoderTinyRo
generateLinks
generateLinks boolean
hasImage
hasImage boolean
id
id string
imageLink
imageLink string
infoLink
infoLink string
リンク
link string
製造元
manufacturer ManufacturerTinyRo
manufacturerCategory
manufacturerCategory string
モデル
model ModelTinyRo
modelManufacturer
modelManufacturer ManufacturerTinyRo
名前
name string
読み取り専用
readOnly boolean
参照
reference string
tags
tags array of TagRo
物事
things array of ThingTinyRo

QuantityKindRo

名前 パス 説明
defaultUnit
defaultUnit string
名前
name string
type string

DecoderTinyRo

名前 パス 説明
id
id string
リンク
link string
目に見える
visible boolean

PageAlertRo

名前 パス 説明
データ
data array of AlertRo
終了
end integer
page
page integer
pageSize
pageSize integer
start
start integer
totalSize
totalSize integer

StatsMeasureRo

名前 パス 説明
属性
attribute AttributeRo
timestamp
timestamp integer
value
value string

OperationRo

名前 パス 説明
引数
args string
説明
description string
id
id string
名前
name string

ConnectivityRo

名前 パス 説明
additionalProperties
additionalProperties object
id
id string
rawStatus
rawStatus string
状態
status string
type string

CountRo

名前 パス 説明
count
count integer

MessageTinyRo

名前 パス 説明
id
id string
リンク
link URI
数値
number integer

URI

名前 パス 説明
絶対
absolute boolean
権限
authority string
フラグメント
fragment string
ホスティング
host string
オペーク
opaque boolean
パス
path string
ポート
port integer
クエリ
query string
rawAuthority
rawAuthority string
rawFragment
rawFragment string
rawPath
rawPath string
rawQuery
rawQuery string
rawSchemeSpecificPart
rawSchemeSpecificPart string
rawUserInfo
rawUserInfo string
scheme
scheme string
schemeSpecificPart
schemeSpecificPart string
ユーザー情報
userInfo string

PageThingTagRo

名前 パス 説明
データ
data array of ThingTagRo
終了
end integer
page
page integer
pageSize
pageSize integer
start
start integer
totalSize
totalSize integer

ThingRo

名前 パス 説明
customFields
customFields array of CustomFieldRo
説明
description string
ディスプレイ名
displayName string
dynamicGps
dynamicGps boolean
fixedLatitude
fixedLatitude double
fixedLongitude
fixedLongitude double
fixedName
fixedName string
id
id string
lastActivityDate
lastActivityDate integer
lastLatitude
lastLatitude double
lastLongitude
lastLongitude double
lastMeasurements
lastMeasurements JsonNode
lastMeasurementsTimestamps
lastMeasurementsTimestamps JsonNode
lastMessageDate
lastMessageDate integer
messageActivityTimeoutPeriod
messageActivityTimeoutPeriod integer
名前
name string
nbAlerts
nbAlerts integer
サイト
site SiteRo
状態
status string
tags
tags array of ThingTagRo

PageOperationRo

名前 パス 説明
データ
data array of OperationRo
終了
end integer
page
page integer
pageSize
pageSize integer
start
start integer
totalSize
totalSize integer

CustomModelTinyRo

名前 パス 説明
color
color string
icon
icon string
id
id string
リンク
link string
名前
name string

ModelTinyRo

名前 パス 説明
color
color string
generateLinks
generateLinks boolean
icon
icon string
id
id string
isCustomModel
isCustomModel boolean
リンク
link URI
名前
name string

MeasureTinyRo

名前 パス 説明
属性
attribute AttributeTinyRo
dtype
dtype string
id
id string
timestamp
timestamp integer
value
value string

AttributeTinyRo

名前 パス 説明
id
id string
名前
name string
type QuantityKindRo
ユニット
unit string

CustomFieldRo

名前 パス 説明
id
id string
imageLink
imageLink string
ラベル
label string
名前
name string
type string
value
value string

PageMessageRo

名前 パス 説明
データ
data array of MessageRo
終了
end integer
page
page integer
pageSize
pageSize integer
start
start integer
totalSize
totalSize integer

ManufacturerTinyRo

名前 パス 説明
generateLinks
generateLinks boolean
id
id string
リンク
link string
名前
name string

ProductTinyRo

名前 パス 説明
connectivityTypes
connectivityTypes array of string
generateLinks
generateLinks boolean
id
id string
リンク
link string
製造元
manufacturer ManufacturerTinyRo
モデル
model ModelTinyRo
名前
name string
参照
reference string

ThingTinyRo

名前 パス 説明
ディスプレイ名
displayName string
fixedName
fixedName string
id
id string
名前
name string
nbAlerts
nbAlerts integer
tags
tags array of ThingTagRo

ResponseEntity

名前 パス 説明
body
body object
ステータスコード
statusCode string
statusCodeValue
statusCodeValue integer

PageFlowRo

名前 パス 説明
データ
data array of PageFlowRo
終了
end integer
page
page integer
pageSize
pageSize integer
start
start integer
totalSize
totalSize integer

PageSingleThingRo

名前 パス 説明
データ
data array of SingleThingRo
終了
end integer
page
page integer
pageSize
pageSize integer
start
start integer
totalSize
totalSize integer

ThingTagRo

名前 パス 説明
id
id string
タグ
tag string

ApplicationTinyRo

名前 パス 説明
id
id string
リンク
link string
名前
name string

ModelRo

名前 パス 説明
attributes
attributes array of AttributeRo
color
color string
icon
icon string
id
id string
isCustomModel
isCustomModel boolean
リンク
link URI
名前
name string
操作
operations array of OperationRo