Digital Twin - Invoke Component Command
Dijital ikiz komutunu çağırma.
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 Parametreleri
Name | İçinde | Gerekli | Tür | Description |
---|---|---|---|---|
command
|
path | True |
string |
|
component
|
path | True |
string |
|
id
|
path | True |
string |
|
api-version
|
query | True |
string |
Api sürümü. |
connect
|
query |
integer int32 |
Dijital ikiz komutunun yanıtı bekleyeceği maksimum süre (saniye cinsinden). |
|
response
|
query |
integer int32 |
Dijital ikiz komutunun yanıtı bekleyeceği maksimum süre (saniye cinsinden). |
İstek Gövdesi
Name | Tür | Description |
---|---|---|
payload |
object |
Yanıtlar
Name | Tür | Description |
---|---|---|
200 OK |
object |
Dijital ikiz komutu yanıt yükünü döndürür Üst Bilgiler
|