Digital Twin - Invoke Component Command
デジタル ツイン コマンドを呼び出します。
POST https://fully-qualified-iothubname.azure-devices.net/digitaltwins/{id}/components/{componentPath}/commands/{commandName}?api-version=2021-04-12
POST https://fully-qualified-iothubname.azure-devices.net/digitaltwins/{id}/components/{componentPath}/commands/{commandName}?api-version=2021-04-12&connectTimeoutInSeconds={connectTimeoutInSeconds}&responseTimeoutInSeconds={responseTimeoutInSeconds}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
command
|
path | True |
string |
|
component
|
path | True |
string |
|
id
|
path | True |
string |
|
api-version
|
query | True |
string |
Api のバージョン。 |
connect
|
query |
integer int32 |
デジタル ツイン コマンドが応答を待機する最大時間間隔 (秒単位)。 |
|
response
|
query |
integer int32 |
デジタル ツイン コマンドが応答を待機する最大時間間隔 (秒単位)。 |
要求本文
名前 | 型 | 説明 |
---|---|---|
payload |
object |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
object |
デジタル ツイン コマンド応答ペイロードを返します ヘッダー
|