Pilot Things (プレビュー)

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

このコネクタは、次の製品および地域で利用可能です。

Service クラス 地域
Logic Apps 標準 以下を除くすべての Logic Apps 地域 :
     -   Azure 政府の地域
     -   Azure 中国の地域
     -   国防総省 (DoD)
Power Automate プレミアム 以下を除くすべての Power Automate 地域 :
     -   米国政府 (GCC)
     -   米国政府 (GCC High)
     -   21Vianet が運用する中国のクラウド
     -   国防総省 (DoD)
Power Apps プレミアム 以下を除くすべての Power Apps 地域 :
     -   米国政府 (GCC)
     -   米国政府 (GCC High)
     -   21Vianet が運用する中国のクラウド
     -   米国国防総省 (DoD)
お問い合わせ先
件名 Pilot Things
[URL] https://www.pilot-things.com
メール contact@pilot-things.com
Connector Metadata
発行者 Pilot Things
Web サイト https://www.pilot-things.com
カテゴリー IoT
プライバシー ポリシー 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 までご連絡ください。

よくあるご質問

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

はい! 「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 週間の毎日の最小/最大/平均折れ線グラフを作成できます。

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

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

接続の作成

コネクタは、次の認証タイプをサポートしています:

既定 接続を作成するためのパラメーター。 すべての地域 共有不可

既定

適用できるもの: すべての領域

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

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

件名 タイプ 内容 必要
Pilot Things ホスト 文字列 Pilot Things をインストールするホストを指定します
ユーザー名 securestring この Pilot Things インストールのユーザー名
パスワード securestring この Pilot Things インストールのパスワード True

調整制限

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

アクション

CSV ファイルのインポート

CSV ファイルのインポート

すべてのサイトの取得

前のメッセージの取得

アラートの一覧の取得

アラートの一覧の取得

アラート状態の更新

アラート状態の更新

カスタム フィールドのリストの取得

カスタム フィールドのリストの取得

カスタム フィールドの削除

カスタム フィールドの削除

カスタム フィールドの更新

カスタム フィールドの更新

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

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

カスタム フィールド画像の取得

カスタム フィールド画像の取得

カスタム フィールド画像の更新

カスタム フィールド画像の更新

サイトの削除

サイトの削除

サイトの取得

サイトの取得

サイトの更新

サイトの更新

タグのリストを取得する

タグのリストを取得する

タグの取得

タグの取得

メジャーの一覧の取得

メジャーの一覧の取得

メジャーの取得

メジャーの取得

メッセージのリストの取得

メッセージのリストの取得

メッセージの取得

メッセージの取得

メッセージの追加

メッセージの追加

モノにタグを追加する

モノにタグを追加する

モノに対する操作の実行

モノに対する操作の実行

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

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

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

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

モノのアクティブ モデルの取得

モノのアクティブ モデルの取得

モノのアクティブ モデルの取得

モノのアクティブ モデルの取得

モノのタグの取得

モノのタグの取得

モノのタグの更新

モノのタグの更新

モノのメジャーのリストを取得する

モノのメジャーのリストを取得する

モノのメッセージ リストの取得

モノのメッセージ リストの取得

モノのメッセージのリストを取得する

モノのメッセージのリストを取得する

モノのリストの取得

モノのリストの取得

モノのリストの取得

モノのリストの取得

モノの位置の更新

モノの位置の更新

モノの写真の取得

モノの写真の取得

モノの削除

モノの削除

モノの更新

モノの更新

モノの最新のメッセージ

モノの最新のメッセージ

モノの最新の測定値

モノの最新の測定値

モノの製品の取得

モノの製品の取得

モノの詳細情報の取得

モノの詳細情報の取得

モノの関連フロー

モノの関連フロー

モノを製品から切り離す

モノを製品から切り離す

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

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

前のメッセージの取得

前のメッセージの取得

新しいサイトの作成

新しいサイトの作成

測定回数の取得

測定回数の取得

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

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

統計の合計値の取得

統計の合計値の取得

統計の最大値を取得

統計の最大値を取得

統計の最小値を取得

統計の最小値を取得

統計の最新値を取得

統計の最新値を取得

統計の最新値を取得

統計の最新値を取得

統計平均の取得

統計平均の取得

統計数の取得

統計数の取得

統計測定値の取得

統計測定値の取得

製品をモノに関連付ける

製品をモノに関連付ける

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

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

CSV ファイルのインポート

CSV ファイルのインポート

パラメーター

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

ファイル

戻り値

本文​​
ResponseEntity

すべてのサイトの取得

前のメッセージの取得

パラメーター

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

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

戻り値

本文​​
PageSiteRo

アラートの一覧の取得

アラートの一覧の取得

パラメーター

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

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

開始日のタイムスタンプ
dateStart integer

開始日のタイムスタンプ

終了日のタイムスタンプ
dateEnd integer

終了日のタイムスタンプ

戻り値

本文​​
PageAlertRo

アラート状態の更新

アラート状態の更新

パラメーター

名前 キー 必須 説明
アラートの ID。 空欄にできない。
id True string

アラートの ID。 空欄にできない。

状態の値。 空欄にできない。
paramJson True string

状態の値。 空欄にできない。

戻り値

本文​​
AlertRo

カスタム フィールドのリストの取得

カスタム フィールドのリストの取得

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

戻り値

本文​​
PageCustomFieldRo

カスタム フィールドの削除

カスタム フィールドの削除

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

カスタム フィールドの ID。 空欄にできない。
fieldId True string

カスタム フィールドの ID。 空欄にできない。

戻り値

本文​​
ResponseEntity

カスタム フィールドの更新

カスタム フィールドの更新

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

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

戻り値

本文​​
CustomFieldRo

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

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

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

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

戻り値

本文​​
CustomFieldRo

カスタム フィールド画像の取得

カスタム フィールド画像の取得

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

カスタム フィールドの ID。 空欄にできない。
fieldId True string

カスタム フィールドの ID。 空欄にできない。

戻り値

本文​​
ResponseEntity

カスタム フィールド画像の更新

カスタム フィールド画像の更新

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

カスタム フィールドの ID。 空欄にできない
fieldId True string

カスタム フィールドの ID。 空欄にできない。

Image
file True file

Image

戻り値

本文​​
ResponseEntity

サイトの削除

サイトの削除

パラメーター

名前 キー 必須 説明
サイトの ID。 空欄にできない。
id True string

サイトの ID。 空欄にできない。

サイトの取得

サイトの取得

パラメーター

名前 キー 必須 説明
サイトの ID。 空欄にできない。
id True string

サイトの ID。 空欄にできない。

戻り値

本文​​
SiteRo

サイトの更新

サイトの更新

パラメーター

名前 キー 必須 説明
サイトの ID。 空欄にできない。
id True string

サイトの ID。 空欄にできない。

アドレス
address True string
city
city True string
ID
id string
latitude
latitude double
longitude
longitude double
名前
name True string
郵便番号
postalCode True string

戻り値

本文​​
SiteRo

タグのリストを取得する

タグのリストを取得する

パラメーター

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

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

戻り値

タグの取得

タグの取得

パラメーター

名前 キー 必須 説明
タグの ID。 空欄にできない。
id True string

タグの ID。 空欄にできない。

戻り値

本文​​
TagRo

メジャーの一覧の取得

メジャーの一覧の取得

パラメーター

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

詳細情報のブール値

現在のページ番号
page integer

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

戻り値

本文​​
PageMeasureRo

メジャーの取得

メジャーの取得

パラメーター

名前 キー 必須 説明
メジャーの ID。 空欄にできない。
id True string

メジャーの ID。 空欄にできない。

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

詳細情報のブール値

戻り値

本文​​
MeasureRo

メッセージのリストの取得

メッセージのリストの取得

パラメーター

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

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

戻り値

本文​​
PageMessageRo

メッセージの取得

メッセージの取得

パラメーター

名前 キー 必須 説明
メッセージの ID。 空欄にできない。
id True string

メッセージの ID。 空欄にできない。

戻り値

本文​​
MessageRo

メッセージの追加

メッセージの追加

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
thingId True string

モノの ID。 空欄にできない。

本文
body True string
creationDate
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
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
userInfo string
緯度
longitude True double
測定
measurements object
metadata
metadata True string
number
number True integer
処理済み
processed True string
配列
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
binary
binary boolean
ブール値
boolean boolean
containerNode
containerNode boolean
double
double boolean
浮動小数
float boolean
floatingPointNumber
floatingPointNumber boolean
int
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
nodeType
nodeType string
NULL
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
テキスト
textual boolean
valueNode
valueNode boolean
displayName
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

戻り値

本文​​
MessageRo

モノにタグを追加する

モノにタグを追加する

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
thingId True string

モノの ID。 空欄にできない。

ID
id string
タグ
tag string

戻り値

本文​​
TagRo

モノに対する操作の実行

モノに対する操作の実行

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

操作の ID。 空欄にできない。
operationId True string

操作の ID。 空欄にできない。

配列
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
バイナリ
binary boolean
ブール値
boolean boolean
containerNode
containerNode boolean
double
double boolean
浮動小数
float boolean
floatingPointNumber
floatingPointNumber boolean
int
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
nodeType
nodeType string
NULL
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
テキスト
textual boolean
valueNode
valueNode boolean

戻り値

本文​​
ResponseEntity

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

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

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

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

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

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

本文
body True string
creationDate
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
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
userInfo string
longitude
longitude True double
配列
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
バイナリ
binary boolean
ブール値
boolean boolean
containerNode
containerNode boolean
double
double boolean
浮動小数
float boolean
floatingPointNumber
floatingPointNumber boolean
int
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
nodeType
nodeType string
NULL
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
テキスト
textual boolean
valueNode
valueNode boolean
メタデータ
metadata True string
数値
number True integer
処理済み
processed True string
配列
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
バイナリ
binary boolean
ブール値
boolean boolean
containerNode
containerNode boolean
double
double boolean
浮動小数
float boolean
floatingPointNumber
floatingPointNumber boolean
int
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
nodeType
nodeType string
NULL
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
テキスト
textual boolean
valueNode
valueNode boolean
displayName
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

戻り値

本文​​
MessageRo

モノのアクティブ モデルの取得

モノのアクティブ モデルの取得

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

戻り値

本文​​
ModelRo

モノのアクティブ モデルの取得

モノのアクティブ モデルの取得

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

戻り値

本文​​
ModelRo

モノのタグの取得

モノのタグの取得

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

戻り値

本文​​
PageThingTagRo

モノのタグの更新

モノのタグの更新

パラメーター

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

戻り値

本文​​
TagRo

モノのメジャーのリストを取得する

モノのメジャーのリストを取得する

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

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

詳細情報のブール値。

現在のページ番号
page integer

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

戻り値

本文​​
PageMeasureRo

モノのメッセージ リストの取得

モノのメッセージ リストの取得

パラメーター

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

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

モノの ID。 空欄にできない。
thingId True string

モノの ID。 空欄にできない。

戻り値

本文​​
PageMessageRo

モノのメッセージのリストを取得する

モノのメッセージのリストを取得する

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

現在のページ番号
page integer

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

戻り値

本文​​
PageMessageRo

モノのリストの取得

モノのリストの取得

パラメーター

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

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

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

詳細情報のブール値。

戻り値

本文​​
PageSingleThingRo

モノのリストの取得

モノのリストの取得

パラメーター

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

戻り値

モノの位置の更新

モノの位置の更新

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

ID
id string
imageLink
imageLink string
ラベル
label string
名前
name string
種類
type string
value string
説明
description string
displayName
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 boolean
ブール値
boolean boolean
containerNode
containerNode boolean
double
double boolean
浮動小数
float boolean
floatingPointNumber
floatingPointNumber boolean
int
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
nodeType
nodeType string
NULL
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
テキスト
textual boolean
valueNode
valueNode boolean
配列
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
バイナリ
binary boolean
ブール値
boolean boolean
containerNode
containerNode boolean
double
double boolean
浮動小数
float boolean
floatingPointNumber
floatingPointNumber boolean
int
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
nodeType
nodeType string
NULL
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
テキスト
textual boolean
valueNode
valueNode boolean
lastMessageDate
lastMessageDate integer
messageActivityTimeoutPeriod
messageActivityTimeoutPeriod integer
名前
name True string
nbAlerts
nbAlerts integer
アドレス
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

戻り値

本文​​
SingleThingRo

モノの写真の取得

モノの写真の取得

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

戻り値

本文​​
ResponseEntity

モノの削除

モノの削除

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

強制
force boolean

強制

モノの更新

モノの更新

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

id
id string
link
link string
名称
name string
additionalProperties
additionalProperties object
id
id string
rawStatus
rawStatus string
ステータス
status string
タイプ
type string
id
id string
imageLink
imageLink string
label
label string
名称
name string
タイプ
type string
価値
value string
color string
アイコン
icon string
ID
id string
リンク
link string
名前
name string
説明
description string
batteryLevel
batteryLevel integer
batteryStatus
batteryStatus string
deviceType
deviceType string
ID
id string
manufacturer
manufacturer string
memoryFree
memoryFree integer
memoryTotal
memoryTotal integer
モデル
model string
modelNumber
modelNumber string
名前
name string
serialNumber
serialNumber string
状態
status string
displayName
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 boolean
ブール値
boolean boolean
containerNode
containerNode boolean
double
double boolean
浮動小数
float boolean
floatingPointNumber
floatingPointNumber boolean
int
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
nodeType
nodeType string
NULL
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
テキスト
textual boolean
valueNode
valueNode boolean
配列
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
バイナリ
binary boolean
ブール値
boolean boolean
containerNode
containerNode boolean
double
double boolean
浮動小数
float boolean
floatingPointNumber
floatingPointNumber boolean
int
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
nodeType
nodeType string
NULL
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
テキスト
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 string
generateLinks
generateLinks boolean
アイコン
icon string
ID
id string
isCustomModel
isCustomModel boolean
絶対
absolute boolean
オーソリティ
authority string
フラグメント
fragment string
ホスト
host string
不透明
opaque boolean
path
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
userInfo string
名前
name string
名前
name string
参照
reference string
アドレス
address True string
city
city True string
ID
id string
latitude
latitude double
longitude
longitude double
名前
name True string
postalCode
postalCode True string
sourceId
sourceId string
状態
status string
ID
id string
タグ
tag string

戻り値

本文​​
ThingRo

モノの最新のメッセージ

モノの最新のメッセージ

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

戻り値

本文​​
MessageTinyRo

モノの最新の測定値

モノの最新の測定値

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

戻り値

モノの製品の取得

モノの製品の取得

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

戻り値

本文​​
ProductRo

モノの詳細情報の取得

モノの詳細情報の取得

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

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

詳細情報のブール値。

戻り値

本文​​
SingleThingRo

モノの関連フロー

モノの関連フロー

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

戻り値

本文​​
PageFlowRo

モノを製品から切り離す

モノを製品から切り離す

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

戻り値

本文​​
SingleThingRo

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

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

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
id True string

モノの ID。 空欄にできない。

戻り値

本文​​
PageOperationRo

前のメッセージの取得

前のメッセージの取得

パラメーター

名前 キー 必須 説明
メッセージの ID。 空欄にできない。
id True string

メッセージの ID。 空欄にできない。

戻り値

本文​​
MessageRo

新しいサイトの作成

新しいサイトの作成

パラメーター

名前 キー 必須 説明
配列
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
バイナリ
binary boolean
ブール値
boolean boolean
containerNode
containerNode boolean
double
double boolean
浮動小数
float boolean
floatingPointNumber
floatingPointNumber boolean
int
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
nodeType
nodeType string
NULL
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
テキスト
textual boolean
valueNode
valueNode boolean

戻り値

測定回数の取得

測定回数の取得

パラメーター

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

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

戻り値

本文​​
CountRo

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

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

パラメーター

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

属性

現在のページ番号
page integer

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

開始
start integer

開始

終了
end integer

終了

戻り値

統計の合計値の取得

統計の合計値の取得

パラメーター

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

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

時刻
time integer

時刻

間隔
interval string

間隔

開始
start True integer

開始

終了
end True integer

終了

戻り値

統計の最大値を取得

統計の最大値を取得

パラメーター

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

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

開始
start integer

開始

終了
end integer

終了

戻り値

本文​​
PageStatsMeasureRo

統計の最小値を取得

統計の最小値を取得

パラメーター

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

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

開始
start integer

開始

終了
end integer

終了

戻り値

本文​​
PageStatsMeasureRo

統計の最新値を取得

統計の最新値を取得

パラメーター

名前 キー 必須 説明
モノの ID。 空欄にできない。
thingId True string

モノの ID。 空欄にできない

現在のページ番号
page integer

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

戻り値

本文​​
PageStatsMeasureRo

統計の最新値を取得

統計の最新値を取得

パラメーター

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

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

戻り値

本文​​
PageStatsMeasureRo

統計平均の取得

統計平均の取得

パラメーター

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

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

開始
start integer

開始

終了
end integer

終了

戻り値

本文​​
PageStatsMeasureRo

統計数の取得

統計数の取得

パラメーター

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

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

開始
start integer

開始

終了
end integer

終了

戻り値

本文​​
StatsCountRo

統計測定値の取得

統計測定値の取得

パラメーター

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

現在のページ番号

ページあたりのアイテム数
pageSize integer

ページあたりのアイテム数

ソート値の文字列
sortValues string

ソート値の文字列

ソート値の文字列
sort string

ソート値の文字列

フィルター用の文字列
filter string

フィルター用の文字列

ソート方向 (昇順/降順)
dir string

ソート方向 (昇順/降順)

代わりのフィルター パラメーター
orFilter string

代わりのフィルター パラメーター

時刻
time integer

時刻

間隔
interval string

間隔

開始
start True integer

開始

終了
end True integer

終了

戻り値

製品をモノに関連付ける

製品をモノに関連付ける

パラメーター

名前 キー 必須 説明
モノの 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 string
generateLinks
generateLinks boolean
アイコン
icon string
ID
id string
isCustomModel
isCustomModel boolean
絶対
absolute boolean
オーソリティ
authority string
フラグメント
fragment string
ホスト
host string
不透明
opaque boolean
path
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
userInfo string
名前
name string
generateLinks
generateLinks boolean
ID
id string
リンク
link string
名前
name string
名前
name string
readOnly
readOnly boolean
参照
reference string
ID
id string
タグ
tag string
displayName
displayName string
fixedName
fixedName string
ID
id string
名前
name True string
nbAlerts
nbAlerts integer
ID
id string
タグ
tag string

戻り値

本文​​
SingleThingRo

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

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

パラメーター

名前 キー 必須 説明
配列
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
バイナリ
binary boolean
ブール値
boolean boolean
containerNode
containerNode boolean
double
double boolean
浮動小数
float boolean
floatingPointNumber
floatingPointNumber boolean
int
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
nodeType
nodeType string
NULL
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
テキスト
textual boolean
valueNode
valueNode boolean

戻り値

定義

PageMeasureRo

名前 パス 説明
data
data array of MeasureRo
終了
end integer
ページ
page integer
pageSize
pageSize integer
開始
start integer
totalSize
totalSize integer

StatsGraphRo

名前 パス 説明
カウント
count integer
終了
end integer
最後
last integer
max
max number
min number
開始
start integer
単位
unit string
value number

JsonNode

名前 パス 説明
配列
array boolean
bigDecimal
bigDecimal boolean
bigInteger
bigInteger boolean
バイナリ
binary boolean
ブール値
boolean boolean
containerNode
containerNode boolean
double
double boolean
浮動小数
float boolean
floatingPointNumber
floatingPointNumber boolean
int
int boolean
integralNumber
integralNumber boolean
long
long boolean
missingNode
missingNode boolean
nodeType
nodeType string
NULL
null boolean
数値
number boolean
オブジェクト
object boolean
pojo
pojo boolean
short
short boolean
テキスト
textual boolean
valueNode
valueNode boolean

MeasureRo

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

MessageRo

名前 パス 説明
本文
body string
creationDate
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
creationDate integer
flowOrigin
flowOrigin FlowTinyRo
ID
id string
lastUpdate
lastUpdate integer
レベル
level string
メッセージ
message string
状態
state string
モノ
thing ThingTinyRo
ユーザー名
username string

PageSiteRo

名前 パス 説明
data
data array of SiteRo
終了
end integer
ページ
page integer
pageSize
pageSize integer
開始
start integer
totalSize
totalSize integer

PageStatsMeasureRo

名前 パス 説明
data
data array of StatsMeasureRo
終了
end integer
ページ
page integer
pageSize
pageSize integer
開始
start integer
totalSize
totalSize integer

SingleThingRo

名前 パス 説明
アプリケーション
application ApplicationTinyRo
接続性
connectivity ConnectivityRo
customFields
customFields array of CustomFieldRo
customModel
customModel CustomModelTinyRo
説明
description string
デバイス
device DeviceRo
displayName
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
sourceId
sourceId string
状態
status string
タグ
tags array of ThingTagRo

EncoderTinyRo

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

SiteRo

名前 パス 説明
アドレス
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
deviceType string
ID
id string
manufacturer
manufacturer string
memoryFree
memoryFree integer
memoryTotal
memoryTotal integer
モデル
model string
modelNumber
modelNumber string
名前
name string
serialNumber
serialNumber string
状態
status string

FlowTinyRo

名前 パス 説明
有効
enabled boolean
ID
id string
名前
name string

PageCustomFieldRo

名前 パス 説明
data
data array of PageCustomFieldRo
終了
end integer
ページ
page integer
pageSize
pageSize integer
開始
start integer
totalSize
totalSize integer

AttributeRo

名前 パス 説明
説明
description string
ID
id string
名前
name string
種類
type QuantityKindRo
単位
unit string

StatsCountRo

名前 パス 説明
名前
name string
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
manufacturer ManufacturerTinyRo
manufacturerCategory
manufacturerCategory string
モデル
model ModelTinyRo
modelManufacturer
modelManufacturer ManufacturerTinyRo
名前
name string
readOnly
readOnly boolean
参照
reference string
タグ
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
data array of AlertRo
終了
end integer
ページ
page integer
pageSize
pageSize integer
開始
start integer
totalSize
totalSize integer

StatsMeasureRo

名前 パス 説明
属性
attribute AttributeRo
timestamp
timestamp integer
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 integer

MessageTinyRo

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

URI

名前 パス 説明
絶対
absolute boolean
オーソリティ
authority string
フラグメント
fragment string
ホスト
host string
不透明
opaque boolean
path
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
userInfo string

PageThingTagRo

名前 パス 説明
data
data array of ThingTagRo
終了
end integer
ページ
page integer
pageSize
pageSize integer
開始
start integer
totalSize
totalSize integer

ThingRo

名前 パス 説明
customFields
customFields array of CustomFieldRo
説明
description string
displayName
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 array of ThingTagRo

PageOperationRo

名前 パス 説明
data
data array of OperationRo
終了
end integer
ページ
page integer
pageSize
pageSize integer
開始
start integer
totalSize
totalSize integer

CustomModelTinyRo

名前 パス 説明
color string
アイコン
icon string
ID
id string
リンク
link string
名前
name string

ModelTinyRo

名前 パス 説明
color string
generateLinks
generateLinks boolean
アイコン
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 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 string

PageMessageRo

名前 パス 説明
data
data array of MessageRo
終了
end integer
ページ
page integer
pageSize
pageSize integer
開始
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
manufacturer ManufacturerTinyRo
モデル
model ModelTinyRo
名前
name string
参照
reference string

ThingTinyRo

名前 パス 説明
displayName
displayName string
fixedName
fixedName string
ID
id string
名前
name string
nbAlerts
nbAlerts integer
タグ
tags array of ThingTagRo

ResponseEntity

名前 パス 説明
本文
body object
statusCode
statusCode string
statusCodeValue
statusCodeValue integer

PageFlowRo

名前 パス 説明
data
data array of PageFlowRo
終了
end integer
ページ
page integer
pageSize
pageSize integer
開始
start integer
totalSize
totalSize integer

PageSingleThingRo

名前 パス 説明
data
data array of SingleThingRo
終了
end integer
ページ
page integer
pageSize
pageSize integer
開始
start integer
totalSize
totalSize integer

ThingTagRo

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

ApplicationTinyRo

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

ModelRo

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