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 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
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 |
디지털 트윈 명령이 답변을 기다리는 최대 시간 간격(초)입니다. |
요청 본문
Name | 형식 | Description |
---|---|---|
payload |
object |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
object |
디지털 트윈 명령 응답 페이로드를 반환합니다. 헤더
|