파일럿 사물(미리 보기)
파일럿 사물은 IoT 디바이스 플릿을 관리, 시각화, 자동화 및 통합하는 플랫폼입니다.
이 커넥터는 다음 제품 및 지역에서 사용할 수 있습니다.
| 서비스 | 클래스 | Regions |
|---|---|---|
| Copilot Studio | Premium | 다음을 제외한 모든 Power Automate 지역 : - 미국 정부(GCC) - 미국 정부(GCC High) - 21Vianet에서 운영하는 중국 클라우드 - 미국 국방부(DoD) |
| 논리 앱 | 스탠다드 | 다음을 제외한 모든 Logic Apps 지역 : - Azure Government 지역 - Azure 중국 지역 - 미국 국방부(DoD) |
| Power Apps | Premium | 다음을 제외한 모든 Power Apps 지역 : - 미국 정부(GCC) - 미국 정부(GCC High) - 21Vianet에서 운영하는 중국 클라우드 - 미국 국방부(DoD) |
| Power Automate | Premium | 다음을 제외한 모든 Power Automate 지역 : - 미국 정부(GCC) - 미국 정부(GCC High) - 21Vianet에서 운영하는 중국 클라우드 - 미국 국방부(DoD) |
| 연락처 | |
|---|---|
| 이름 | 파일럿 띵스 |
| URL | https://www.pilot-things.com |
| 전자 메일 | contact@pilot-things.com |
| 커넥터 메타데이터 | |
|---|---|
| 게시자 | 파일럿 띵스 |
| 웹 사이트 | https://www.pilot-things.com |
| 카테고리 | 사물 인터넷 |
| 개인 정보 보호 정책 | https://www.pilot-things.com/privacy |
파일럿 사물 커넥터를 사용하면 사물, 측정값, 통계, 경고 및 작업을 보고 관리할 수 있습니다.
필수 조건
이 커넥터를 사용하려면 파일럿 사물의 작업 인스턴스가 필요합니다.
자격 증명을 가져오는 방법
이 커넥터에서 사용하는 자격 증명은 파일럿 사물 관리 인터페이스에 로그인하는 데 사용하는 자격 증명과 동일합니다. 암호를 변경하는 경우 연결도 업데이트해야 합니다.
커넥터 시작
이 커넥터로 수행할 수 있는 몇 가지 작업은 다음과 같습니다.
- '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주 동안 매일 최소/최대/평균 꺾은선형 차트를 만들 수 있습니다.
페이지를 더 크게 만들 수 있나요?
예, API가 페이지를 매긴 경우 더 큰 페이지를 원하는 경우 'pageSize' 인수를 전달할 수 있습니다. 크기가 매우 큰 경우 둘 다 그렇지 않은 경우 서버 또는 클라이언트의 속도가 느려질 수 있습니다.
연결을 만드는 중
커넥터는 다음 인증 유형을 지원합니다.
| 기본값 | 연결을 만들기 위한 매개 변수입니다. | 모든 지역 | 공유할 수 없음 |
기본값
적용 가능: 모든 지역
연결을 만들기 위한 매개 변수입니다.
공유 가능한 연결이 아닙니다. 전원 앱이 다른 사용자와 공유되면 다른 사용자에게 새 연결을 명시적으로 만들라는 메시지가 표시됩니다.
| 이름 | 유형 | Description | 필수 |
|---|---|---|---|
| 파일럿 사물 호스트 | 문자열 | 파일럿 사물 설치를 위한 호스트 지정 | 진실 |
| 사용자 이름 | 시큐어스트링 (보안 문자열) | 이 파일럿 사물 설치의 사용자 이름 | 진실 |
| 암호 | 시큐어스트링 (보안 문자열) | 이 파일럿 사물 설치에 대한 암호 | 진실 |
제한 한도
| Name | 호출 | 갱신 기간 |
|---|---|---|
| 연결당 API 호출 | 100 | 60초 |
동작
| csv 파일 가져오기 |
csv 파일 가져오기 |
| 경고 목록 가져오기 |
경고 목록 가져오기 |
| 경고 상태 업데이트 |
경고 상태 업데이트 |
| 마지막 통계 가져오기 |
마지막 통계 가져오기 |
| 마지막 통계 가져오기 |
마지막 통계 가져오기 |
| 메시지 가져오기 |
메시지 가져오기 |
| 메시지 목록 가져오기 |
메시지 목록 가져오기 |
| 메시지 추가 |
메시지 추가 |
| 모든 사이트 가져오기 |
이전 메시지 가져오기 |
| 사물 세부 정보 가져오기 |
사물 세부 정보 가져오기 |
| 사물 태그 가져오기 |
사물 태그 가져오기 |
| 사물에 태그 추가 |
사물에 태그 추가 |
| 사물의 관련 흐름 |
사물의 관련 흐름 |
| 사물의 그림을 가져옵니다. |
사물의 그림을 가져옵니다. |
| 사물의 마지막 메시지 |
사물의 마지막 메시지 |
| 사물의 마지막 측정 |
사물의 마지막 측정 |
| 사물의 메시지 목록 가져오기 |
사물의 메시지 목록 가져오기 |
| 사물의 모든 메시지 |
사물의 모든 메시지 |
| 사물의 위치 업데이트 |
사물의 위치 업데이트 |
| 사물의 제품 가져오기 |
사물의 제품 가져오기 |
| 사물의 태그 업데이트 |
사물의 태그 업데이트 |
| 사물의 활성 모델 가져오기 |
사물의 활성 모델 가져오기 |
| 사물의 활성 모델 가져오기 |
사물의 활성 모델 가져오기 |
| 사용 가능한 작업 목록 가져오기 |
사용 가능한 작업 목록 가져오기 |
| 사용자 지정 필드 가져오기 이미지 |
사용자 지정 필드 가져오기 이미지 |
| 사용자 지정 필드 목록 가져오기 |
사용자 지정 필드 목록 가져오기 |
| 사용자 지정 필드 삭제 |
사용자 지정 필드 삭제 |
| 사용자 지정 필드 업데이트 |
사용자 지정 필드 업데이트 |
| 사용자 지정 필드 업데이트 이미지 |
사용자 지정 필드 업데이트 이미지 |
| 사용자 지정 필드 추가 |
사용자 지정 필드 추가 |
| 사이트 가져오기 |
사이트 가져오기 |
| 사이트 삭제 |
사이트 삭제 |
| 사이트 업데이트 |
사이트 업데이트 |
| 새 사이트 만들기 |
새 사이트 만들기 |
| 이전 메시지 가져오기 |
이전 메시지 가져오기 |
| 작업 업데이트 |
작업 업데이트 |
| 작업에 대한 작업 실행 |
작업에 대한 작업 실행 |
| 제품 목록 연결 |
제품 목록 연결 |
| 제품에 사물 연결 |
제품에 사물 연결 |
| 제품에서 물건 분리 |
제품에서 물건 분리 |
| 측정값 가져오기 |
측정값 가져오기 |
| 측정값 목록 가져오기 |
측정값 목록 가져오기 |
| 측정값 수 가져오기 |
측정값 수 가져오기 |
| 태그 가져오기 |
태그 가져오기 |
| 태그 목록 가져오기 |
태그 목록 가져오기 |
| 통계 다시 분할 가져오기 |
통계 다시 분할 가져오기 |
| 통계 수 가져오기 |
통계 수 가져오기 |
| 통계 최대값 가져오기 |
통계 최대값 가져오기 |
| 통계 최소 가져오기 |
통계 최소 가져오기 |
| 통계 측정값 가져오기 |
통계 측정값 가져오기 |
| 통계 평균 가져오기 |
통계 평균 가져오기 |
| 통계 합계 가져오기 |
통계 합계 가져오기 |
| 항목 목록 가져오기 |
항목 목록 가져오기 |
| 항목 목록 가져오기 |
항목 목록 가져오기 |
| 항목 삭제 |
항목 삭제 |
| 항목에 대한 메시지 목록 가져오기 |
항목에 대한 메시지 목록 가져오기 |
| 항목에 대한 모든 측정값 삭제 |
항목에 대한 모든 측정값 삭제 |
| 항목의 측정값 목록 가져오기 |
항목의 측정값 목록 가져오기 |
csv 파일 가져오기
경고 목록 가져오기
경고 목록 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
|
|
날짜가 시작된 타임스탬프
|
dateStart | integer |
날짜가 시작된 타임스탬프 |
|
|
날짜가 종료된 타임스탬프
|
dateEnd | integer |
날짜가 종료된 타임스탬프 |
반환
경고 상태 업데이트
경고 상태 업데이트
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
경고의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
경고의 ID입니다. 비워 둘 수 없습니다. |
|
상태 값입니다. 비워 둘 수 없습니다.
|
paramJson | True | string |
상태 값입니다. 비워 둘 수 없습니다. |
반환
- 몸
- AlertRo
마지막 통계 가져오기
마지막 통계 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
thingId | True | string |
사물의 ID입니다. 비워 둘 수 없음 |
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
반환
마지막 통계 가져오기
마지막 통계 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
반환
메시지 가져오기
메시지 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
메시지의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
메시지의 ID입니다. 비워 둘 수 없습니다. |
반환
메시지 목록 가져오기
메시지 목록 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
반환
메시지 추가
메시지 추가
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
thingId | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
|
body
|
body | True | string | |
|
생성일
|
creationDate | True | date-time | |
|
errorMessage
|
errorMessage | True | string | |
|
아이디
|
id | string | ||
|
latitude
|
latitude | True | double | |
|
절대의
|
absolute | boolean | ||
|
권위
|
authority | string | ||
|
조각
|
fragment | string | ||
|
host
|
host | string | ||
|
불투명한
|
opaque | boolean | ||
|
path
|
path | string | ||
|
항구
|
port | integer | ||
|
query
|
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
|
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 | boolean | ||
|
떠다니다
|
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 | boolean | ||
|
valueNode
|
valueNode | boolean | ||
|
표시 이름
|
displayName | string | ||
|
fixedName
|
fixedName | string | ||
|
아이디
|
id | string | ||
|
이름
|
name | True | string | |
|
nbAlerts
|
nbAlerts | integer | ||
|
아이디
|
id | string | ||
|
tag
|
tag | string | ||
|
시간표시
|
timestamp | True | date-time | |
|
topic
|
topic | True | string |
반환
모든 사이트 가져오기
이전 메시지 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
반환
사물 세부 정보 가져오기
사물 세부 정보 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
|
자세한 내용은 부울입니다.
|
detailed | boolean |
자세한 내용은 부울입니다. |
반환
사물 태그 가져오기
사물 태그 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
반환
사물에 태그 추가
사물에 태그 추가
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
thingId | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
|
아이디
|
id | string | ||
|
tag
|
tag | string |
반환
- 몸
- TagRo
사물의 관련 흐름
사물의 관련 흐름
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
반환
사물의 그림을 가져옵니다.
사물의 그림을 가져옵니다.
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
반환
사물의 마지막 메시지
사물의 마지막 메시지
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
반환
사물의 마지막 측정
사물의 마지막 측정
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
반환
- response
- array of MeasureTinyRo
사물의 메시지 목록 가져오기
사물의 메시지 목록 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
반환
사물의 모든 메시지
사물의 모든 메시지
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
|
body
|
body | True | string | |
|
생성일
|
creationDate | True | date-time | |
|
errorMessage
|
errorMessage | True | string | |
|
아이디
|
id | string | ||
|
latitude
|
latitude | True | double | |
|
절대의
|
absolute | boolean | ||
|
권위
|
authority | string | ||
|
조각
|
fragment | string | ||
|
host
|
host | string | ||
|
불투명한
|
opaque | boolean | ||
|
path
|
path | string | ||
|
항구
|
port | integer | ||
|
query
|
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 | boolean | ||
|
불리언
|
boolean | boolean | ||
|
containerNode
|
containerNode | boolean | ||
|
더블
|
double | boolean | ||
|
떠다니다
|
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 | boolean | ||
|
valueNode
|
valueNode | boolean | ||
|
metadata
|
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 | boolean | ||
|
떠다니다
|
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 | boolean | ||
|
valueNode
|
valueNode | boolean | ||
|
표시 이름
|
displayName | string | ||
|
fixedName
|
fixedName | string | ||
|
아이디
|
id | string | ||
|
이름
|
name | True | string | |
|
nbAlerts
|
nbAlerts | integer | ||
|
아이디
|
id | string | ||
|
tag
|
tag | string | ||
|
시간표시
|
timestamp | True | date-time | |
|
topic
|
topic | True | string |
반환
사물의 위치 업데이트
사물의 위치 업데이트
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
|
아이디
|
id | string | ||
|
imageLink
|
imageLink | string | ||
|
label
|
label | string | ||
|
이름
|
name | string | ||
|
type
|
type | string | ||
|
value
|
value | string | ||
|
description
|
description | string | ||
|
표시 이름
|
displayName | string | ||
|
dynamicGps
|
dynamicGps | boolean | ||
|
fixedLatitude
|
fixedLatitude | double | ||
|
fixedLongitude
|
fixedLongitude | double | ||
|
fixedName
|
fixedName | string | ||
|
아이디
|
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 | boolean | ||
|
떠다니다
|
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 | boolean | ||
|
valueNode
|
valueNode | boolean | ||
|
배열
|
array | boolean | ||
|
bigDecimal
|
bigDecimal | boolean | ||
|
bigInteger
|
bigInteger | boolean | ||
|
이진법
|
binary | boolean | ||
|
불리언
|
boolean | boolean | ||
|
containerNode
|
containerNode | boolean | ||
|
더블
|
double | boolean | ||
|
떠다니다
|
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 | 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 | string | ||
|
latitude
|
latitude | double | ||
|
longitude
|
longitude | double | ||
|
이름
|
name | True | string | |
|
postalCode
|
postalCode | True | string | |
|
status
|
status | string | ||
|
아이디
|
id | string | ||
|
tag
|
tag | string |
반환
사물의 제품 가져오기
사물의 제품 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
반환
사물의 태그 업데이트
사물의 활성 모델 가져오기
사물의 활성 모델 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
반환
- 몸
- ModelRo
사물의 활성 모델 가져오기
사물의 활성 모델 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
반환
- 몸
- ModelRo
사용 가능한 작업 목록 가져오기
사용 가능한 작업 목록 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
반환
사용자 지정 필드 가져오기 이미지
사용자 지정 필드 가져오기 이미지
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
|
사용자 지정 필드의 ID입니다. 비워 둘 수 없습니다.
|
fieldId | True | string |
사용자 지정 필드의 ID입니다. 비워 둘 수 없습니다. |
반환
사용자 지정 필드 목록 가져오기
사용자 지정 필드 목록 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
반환
사용자 지정 필드 삭제
사용자 지정 필드 삭제
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
|
사용자 지정 필드의 ID입니다. 비워 둘 수 없습니다.
|
fieldId | True | string |
사용자 지정 필드의 ID입니다. 비워 둘 수 없습니다. |
반환
사용자 지정 필드 업데이트
사용자 지정 필드 업데이트
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
|
아이디
|
id | string | ||
|
imageLink
|
imageLink | string | ||
|
label
|
label | string | ||
|
이름
|
name | string | ||
|
type
|
type | string | ||
|
value
|
value | string |
반환
사용자 지정 필드 업데이트 이미지
사용자 지정 필드 업데이트 이미지
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
|
사용자 지정 필드의 ID입니다. 비워 둘 수 없음
|
fieldId | True | string |
사용자 지정 필드의 ID입니다. 비워 둘 수 없습니다. |
|
이미지
|
file | True | file |
이미지 |
반환
사용자 지정 필드 추가
사용자 지정 필드 추가
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
|
아이디
|
id | string | ||
|
imageLink
|
imageLink | string | ||
|
label
|
label | string | ||
|
이름
|
name | string | ||
|
type
|
type | string | ||
|
value
|
value | string |
반환
사이트 가져오기
사이트 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사이트의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사이트의 ID입니다. 비워 둘 수 없습니다. |
반환
- 몸
- SiteRo
사이트 삭제
사이트 삭제
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사이트의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사이트의 ID입니다. 비워 둘 수 없습니다. |
사이트 업데이트
사이트 업데이트
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사이트의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사이트의 ID입니다. 비워 둘 수 없습니다. |
|
address
|
address | True | string | |
|
city
|
city | True | string | |
|
아이디
|
id | string | ||
|
latitude
|
latitude | double | ||
|
longitude
|
longitude | double | ||
|
이름
|
name | True | string | |
|
postalCode
|
postalCode | True | string |
반환
- 몸
- SiteRo
새 사이트 만들기
새 사이트 만들기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
배열
|
array | boolean | ||
|
bigDecimal
|
bigDecimal | boolean | ||
|
bigInteger
|
bigInteger | boolean | ||
|
이진법
|
binary | boolean | ||
|
불리언
|
boolean | boolean | ||
|
containerNode
|
containerNode | boolean | ||
|
더블
|
double | boolean | ||
|
떠다니다
|
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 | boolean | ||
|
valueNode
|
valueNode | boolean |
반환
- response
- array of SiteRo
이전 메시지 가져오기
이전 메시지 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
메시지의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
메시지의 ID입니다. 비워 둘 수 없습니다. |
반환
작업 업데이트
작업 업데이트
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
|
아이디
|
id | string | ||
|
link
|
link | string | ||
|
이름
|
name | string | ||
|
additionalProperties
|
additionalProperties | object | ||
|
아이디
|
id | string | ||
|
rawStatus
|
rawStatus | string | ||
|
status
|
status | string | ||
|
type
|
type | string | ||
|
아이디
|
id | string | ||
|
imageLink
|
imageLink | string | ||
|
label
|
label | string | ||
|
이름
|
name | string | ||
|
type
|
type | string | ||
|
value
|
value | string | ||
|
color
|
color | string | ||
|
icon
|
icon | string | ||
|
아이디
|
id | string | ||
|
link
|
link | string | ||
|
이름
|
name | string | ||
|
description
|
description | string | ||
|
batteryLevel
|
batteryLevel | integer | ||
|
batteryStatus
|
batteryStatus | string | ||
|
디바이스 유형
|
deviceType | string | ||
|
아이디
|
id | string | ||
|
manufacturer
|
manufacturer | string | ||
|
memoryFree
|
memoryFree | integer | ||
|
memoryTotal
|
memoryTotal | integer | ||
|
model
|
model | string | ||
|
모델 번호
|
modelNumber | string | ||
|
이름
|
name | string | ||
|
serialNumber
|
serialNumber | string | ||
|
status
|
status | string | ||
|
표시 이름
|
displayName | string | ||
|
dynamicGps
|
dynamicGps | boolean | ||
|
fixedLatitude
|
fixedLatitude | double | ||
|
fixedLongitude
|
fixedLongitude | double | ||
|
fixedName
|
fixedName | string | ||
|
아이디
|
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 | boolean | ||
|
떠다니다
|
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 | boolean | ||
|
valueNode
|
valueNode | boolean | ||
|
배열
|
array | boolean | ||
|
bigDecimal
|
bigDecimal | boolean | ||
|
bigInteger
|
bigInteger | boolean | ||
|
이진법
|
binary | boolean | ||
|
불리언
|
boolean | boolean | ||
|
containerNode
|
containerNode | boolean | ||
|
더블
|
double | boolean | ||
|
떠다니다
|
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 | 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 | string | ||
|
link
|
link | string | ||
|
generateLinks
|
generateLinks | boolean | ||
|
아이디
|
id | string | ||
|
link
|
link | string | ||
|
이름
|
name | string | ||
|
color
|
color | string | ||
|
generateLinks
|
generateLinks | boolean | ||
|
icon
|
icon | string | ||
|
아이디
|
id | string | ||
|
isCustomModel
|
isCustomModel | boolean | ||
|
절대의
|
absolute | boolean | ||
|
권위
|
authority | string | ||
|
조각
|
fragment | string | ||
|
host
|
host | string | ||
|
불투명한
|
opaque | boolean | ||
|
path
|
path | string | ||
|
항구
|
port | integer | ||
|
query
|
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 | string | ||
|
latitude
|
latitude | double | ||
|
longitude
|
longitude | double | ||
|
이름
|
name | True | string | |
|
postalCode
|
postalCode | True | string | |
|
sourceId
|
sourceId | string | ||
|
status
|
status | string | ||
|
아이디
|
id | string | ||
|
tag
|
tag | string |
반환
- 몸
- ThingRo
작업에 대한 작업 실행
작업에 대한 작업 실행
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 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 | boolean | ||
|
떠다니다
|
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 | boolean | ||
|
valueNode
|
valueNode | boolean |
반환
제품 목록 연결
제품 목록 연결
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
배열
|
array | boolean | ||
|
bigDecimal
|
bigDecimal | boolean | ||
|
bigInteger
|
bigInteger | boolean | ||
|
이진법
|
binary | boolean | ||
|
불리언
|
boolean | boolean | ||
|
containerNode
|
containerNode | boolean | ||
|
더블
|
double | boolean | ||
|
떠다니다
|
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 | boolean | ||
|
valueNode
|
valueNode | boolean |
반환
- response
- array of SingleThingRo
제품에 사물 연결
제품에 사물 연결
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
|
증명
|
certification | string | ||
|
connectivityTypes
|
connectivityTypes | array of string | ||
|
아이디
|
id | string | ||
|
link
|
link | string | ||
|
보이는
|
visible | boolean | ||
|
description
|
description | string | ||
|
아이디
|
id | string | ||
|
link
|
link | string | ||
|
generateLinks
|
generateLinks | boolean | ||
|
hasImage
|
hasImage | boolean | ||
|
아이디
|
id | string | ||
|
imageLink
|
imageLink | string | ||
|
infoLink
|
infoLink | string | ||
|
link
|
link | string | ||
|
generateLinks
|
generateLinks | boolean | ||
|
아이디
|
id | string | ||
|
link
|
link | string | ||
|
이름
|
name | string | ||
|
manufacturerCategory
|
manufacturerCategory | string | ||
|
color
|
color | string | ||
|
generateLinks
|
generateLinks | boolean | ||
|
icon
|
icon | string | ||
|
아이디
|
id | string | ||
|
isCustomModel
|
isCustomModel | boolean | ||
|
절대의
|
absolute | boolean | ||
|
권위
|
authority | string | ||
|
조각
|
fragment | string | ||
|
host
|
host | string | ||
|
불투명한
|
opaque | boolean | ||
|
path
|
path | string | ||
|
항구
|
port | integer | ||
|
query
|
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 | string | ||
|
link
|
link | string | ||
|
이름
|
name | string | ||
|
이름
|
name | string | ||
|
읽기 전용
|
readOnly | boolean | ||
|
참조
|
reference | string | ||
|
아이디
|
id | string | ||
|
tag
|
tag | string | ||
|
표시 이름
|
displayName | string | ||
|
fixedName
|
fixedName | string | ||
|
아이디
|
id | string | ||
|
이름
|
name | True | string | |
|
nbAlerts
|
nbAlerts | integer | ||
|
아이디
|
id | string | ||
|
tag
|
tag | string |
반환
제품에서 물건 분리
제품에서 물건 분리
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
반환
측정값 가져오기
측정값 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
측정값의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
측정값의 ID입니다. 비워 둘 수 없습니다. |
|
자세한 내용은 부울입니다.
|
detailed | boolean |
자세한 내용은 부울 |
반환
측정값 목록 가져오기
측정값 목록 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
자세한 내용은 부울
|
detailed | boolean |
자세한 내용은 부울 |
|
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
반환
측정값 수 가져오기
측정값 수 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
반환
- 몸
- CountRo
태그 가져오기
태그 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
태그의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
태그의 ID입니다. 비워 둘 수 없습니다. |
반환
- 몸
- TagRo
태그 목록 가져오기
태그 목록 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
반환
통계 다시 분할 가져오기
통계 다시 분할 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
attribute
|
attribute | True | string |
attribute |
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
|
|
start
|
start | integer |
start |
|
|
끝
|
end | integer |
끝 |
반환
- response
- array of StatsCountRo
통계 수 가져오기
통계 수 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
|
|
start
|
start | integer |
start |
|
|
끝
|
end | integer |
끝 |
반환
통계 최대값 가져오기
통계 최대값 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
|
|
start
|
start | integer |
start |
|
|
끝
|
end | integer |
끝 |
반환
통계 최소 가져오기
통계 최소 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
|
|
start
|
start | integer |
start |
|
|
끝
|
end | integer |
끝 |
반환
통계 측정값 가져오기
통계 측정값 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
|
|
time
|
time | integer |
time |
|
|
interval
|
interval | string |
interval |
|
|
start
|
start | True | integer |
start |
|
끝
|
end | True | integer |
끝 |
반환
- response
- array of StatsGraphRo
통계 평균 가져오기
통계 평균 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
|
|
start
|
start | integer |
start |
|
|
끝
|
end | integer |
끝 |
반환
통계 합계 가져오기
통계 합계 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
|
|
time
|
time | integer |
time |
|
|
interval
|
interval | string |
interval |
|
|
start
|
start | True | integer |
start |
|
끝
|
end | True | integer |
끝 |
반환
- response
- array of StatsGraphRo
항목 목록 가져오기
항목 목록 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
|
|
자세한 내용은 부울입니다.
|
detailed | boolean |
자세한 내용은 부울입니다. |
반환
항목 목록 가져오기
항목 목록 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
thingIds
|
thingIds | True | array of string |
반환
- response
- array of SingleThingRo
항목 삭제
항목 삭제
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
|
포스
|
force | boolean |
포스 |
항목에 대한 메시지 목록 가져오기
항목에 대한 메시지 목록 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
현재 페이지 수
|
page | integer |
현재 페이지 수 |
|
|
페이지의 항목 수
|
pageSize | integer |
페이지의 항목 수 |
|
|
정렬 값에 대한 문자열
|
sortValues | string |
정렬 값에 대한 문자열 |
|
|
정렬 값에 대한 문자열
|
sort | string |
정렬 값에 대한 문자열 |
|
|
필터에 대한 문자열
|
filter | string |
필터에 대한 문자열 |
|
|
정렬 방향(ASC/DESC)
|
dir | string |
정렬 방향(ASC/DESC) |
|
|
또는 필터 매개 변수
|
orFilter | string |
또는 필터 매개 변수 |
|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
thingId | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
반환
항목에 대한 모든 측정값 삭제
항목에 대한 모든 측정값 삭제
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 ID입니다. 비워 둘 수 없습니다.
|
id | True | string |
사물의 ID입니다. 비워 둘 수 없습니다. |
항목의 측정값 목록 가져오기
항목의 측정값 목록 가져오기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
사물의 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 |
또는 필터 매개 변수 |
반환
정의
PageMeasureRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
데이터
|
data | array of MeasureRo | |
|
끝
|
end | integer | |
|
page
|
page | integer | |
|
pageSize
|
pageSize | integer | |
|
start
|
start | integer | |
|
totalSize
|
totalSize | integer |
StatsGraphRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
count
|
count | integer | |
|
끝
|
end | integer | |
|
마지막
|
last | integer | |
|
max
|
max | number | |
|
min
|
min | number | |
|
start
|
start | integer | |
|
단위
|
unit | string | |
|
value
|
value | number |
JsonNode
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
배열
|
array | boolean | |
|
bigDecimal
|
bigDecimal | boolean | |
|
bigInteger
|
bigInteger | boolean | |
|
이진법
|
binary | boolean | |
|
불리언
|
boolean | boolean | |
|
containerNode
|
containerNode | boolean | |
|
더블
|
double | boolean | |
|
떠다니다
|
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 | boolean | |
|
valueNode
|
valueNode | boolean |
MeasureRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
attribute
|
attribute | AttributeTinyRo | |
|
dtype
|
dtype | string | |
|
아이디
|
id | string | |
|
model
|
model | ModelTinyRo | |
|
제품
|
product | ProductTinyRo | |
|
것
|
thing | ThingTinyRo | |
|
시간표시
|
timestamp | integer | |
|
value
|
value | string |
MessageRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
body
|
body | string | |
|
생성일
|
creationDate | date-time | |
|
errorMessage
|
errorMessage | string | |
|
아이디
|
id | string | |
|
latitude
|
latitude | double | |
|
link
|
link | URI | |
|
longitude
|
longitude | double | |
|
단위
|
measurements | JsonNode | |
|
metadata
|
metadata | string | |
|
숫자
|
number | integer | |
|
처리
|
processed | string | |
|
rawMeasurements
|
rawMeasurements | JsonNode | |
|
것
|
thing | ThingTinyRo | |
|
시간표시
|
timestamp | date-time | |
|
topic
|
topic | string |
TagRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
아이디
|
id | string | |
|
tag
|
tag | string |
AlertRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
주석
|
comment | string | |
|
생성일
|
creationDate | integer | |
|
flowOrigin
|
flowOrigin | FlowTinyRo | |
|
아이디
|
id | string | |
|
lastUpdate
|
lastUpdate | integer | |
|
수준
|
level | string | |
|
message
|
message | string | |
|
주
|
state | string | |
|
것
|
thing | ThingTinyRo | |
|
사용자 이름
|
username | string |
PageSiteRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
데이터
|
data | array of SiteRo | |
|
끝
|
end | integer | |
|
page
|
page | integer | |
|
pageSize
|
pageSize | integer | |
|
start
|
start | integer | |
|
totalSize
|
totalSize | integer |
PageStatsMeasureRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
데이터
|
data | array of StatsMeasureRo | |
|
끝
|
end | integer | |
|
page
|
page | integer | |
|
pageSize
|
pageSize | integer | |
|
start
|
start | integer | |
|
totalSize
|
totalSize | integer |
SingleThingRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
신청
|
application | ApplicationTinyRo | |
|
connectivity
|
connectivity | ConnectivityRo | |
|
customFields
|
customFields | array of CustomFieldRo | |
|
customModel
|
customModel | CustomModelTinyRo | |
|
description
|
description | string | |
|
디바이스
|
device | DeviceRo | |
|
표시 이름
|
displayName | string | |
|
dynamicGps
|
dynamicGps | boolean | |
|
fixedLatitude
|
fixedLatitude | double | |
|
fixedLongitude
|
fixedLongitude | double | |
|
fixedName
|
fixedName | string | |
|
아이디
|
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
|
status | string | |
|
tags
|
tags | array of ThingTagRo |
EncoderTinyRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
아이디
|
id | string | |
|
link
|
link | string |
SiteRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
address
|
address | string | |
|
city
|
city | string | |
|
아이디
|
id | string | |
|
latitude
|
latitude | double | |
|
longitude
|
longitude | double | |
|
이름
|
name | string | |
|
postalCode
|
postalCode | string |
DeviceRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
batteryLevel
|
batteryLevel | integer | |
|
batteryStatus
|
batteryStatus | string | |
|
디바이스 유형
|
deviceType | string | |
|
아이디
|
id | string | |
|
manufacturer
|
manufacturer | string | |
|
memoryFree
|
memoryFree | integer | |
|
memoryTotal
|
memoryTotal | integer | |
|
model
|
model | string | |
|
모델 번호
|
modelNumber | string | |
|
이름
|
name | string | |
|
serialNumber
|
serialNumber | string | |
|
status
|
status | string |
FlowTinyRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
enabled
|
enabled | boolean | |
|
아이디
|
id | string | |
|
이름
|
name | string |
PageCustomFieldRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
데이터
|
data | array of PageCustomFieldRo | |
|
끝
|
end | integer | |
|
page
|
page | integer | |
|
pageSize
|
pageSize | integer | |
|
start
|
start | integer | |
|
totalSize
|
totalSize | integer |
AttributeRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
description
|
description | string | |
|
아이디
|
id | string | |
|
이름
|
name | string | |
|
type
|
type | QuantityKindRo | |
|
단위
|
unit | string |
StatsCountRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
이름
|
name | string | |
|
value
|
value | number |
ProductRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
증명
|
certification | string | |
|
connectivityTypes
|
connectivityTypes | array of string | |
|
해독기
|
decoder | DecoderTinyRo | |
|
description
|
description | string | |
|
인코더
|
encoder | EncoderTinyRo | |
|
generateLinks
|
generateLinks | boolean | |
|
hasImage
|
hasImage | boolean | |
|
아이디
|
id | string | |
|
imageLink
|
imageLink | string | |
|
infoLink
|
infoLink | string | |
|
link
|
link | string | |
|
manufacturer
|
manufacturer | ManufacturerTinyRo | |
|
manufacturerCategory
|
manufacturerCategory | string | |
|
model
|
model | ModelTinyRo | |
|
modelManufacturer
|
modelManufacturer | ManufacturerTinyRo | |
|
이름
|
name | string | |
|
읽기 전용
|
readOnly | boolean | |
|
참조
|
reference | string | |
|
tags
|
tags | array of TagRo | |
|
것
|
things | array of ThingTinyRo |
QuantityKindRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
defaultUnit
|
defaultUnit | string | |
|
이름
|
name | string | |
|
type
|
type | string |
DecoderTinyRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
아이디
|
id | string | |
|
link
|
link | string | |
|
보이는
|
visible | boolean |
PageAlertRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
데이터
|
data | array of AlertRo | |
|
끝
|
end | integer | |
|
page
|
page | integer | |
|
pageSize
|
pageSize | integer | |
|
start
|
start | integer | |
|
totalSize
|
totalSize | integer |
StatsMeasureRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
attribute
|
attribute | AttributeRo | |
|
시간표시
|
timestamp | integer | |
|
value
|
value | string |
OperationRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
인수(args)
|
args | string | |
|
description
|
description | string | |
|
아이디
|
id | string | |
|
이름
|
name | string |
ConnectivityRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
additionalProperties
|
additionalProperties | object | |
|
아이디
|
id | string | |
|
rawStatus
|
rawStatus | string | |
|
status
|
status | string | |
|
type
|
type | string |
CountRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
count
|
count | integer |
MessageTinyRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
아이디
|
id | string | |
|
link
|
link | URI | |
|
숫자
|
number | integer |
URI
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
절대의
|
absolute | boolean | |
|
권위
|
authority | string | |
|
조각
|
fragment | string | |
|
host
|
host | string | |
|
불투명한
|
opaque | boolean | |
|
path
|
path | string | |
|
항구
|
port | integer | |
|
query
|
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
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
데이터
|
data | array of ThingTagRo | |
|
끝
|
end | integer | |
|
page
|
page | integer | |
|
pageSize
|
pageSize | integer | |
|
start
|
start | integer | |
|
totalSize
|
totalSize | integer |
ThingRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
customFields
|
customFields | array of CustomFieldRo | |
|
description
|
description | string | |
|
표시 이름
|
displayName | string | |
|
dynamicGps
|
dynamicGps | boolean | |
|
fixedLatitude
|
fixedLatitude | double | |
|
fixedLongitude
|
fixedLongitude | double | |
|
fixedName
|
fixedName | string | |
|
아이디
|
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
|
status | string | |
|
tags
|
tags | array of ThingTagRo |
PageOperationRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
데이터
|
data | array of OperationRo | |
|
끝
|
end | integer | |
|
page
|
page | integer | |
|
pageSize
|
pageSize | integer | |
|
start
|
start | integer | |
|
totalSize
|
totalSize | integer |
CustomModelTinyRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
color
|
color | string | |
|
icon
|
icon | string | |
|
아이디
|
id | string | |
|
link
|
link | string | |
|
이름
|
name | string |
ModelTinyRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
color
|
color | string | |
|
generateLinks
|
generateLinks | boolean | |
|
icon
|
icon | string | |
|
아이디
|
id | string | |
|
isCustomModel
|
isCustomModel | boolean | |
|
link
|
link | URI | |
|
이름
|
name | string |
MeasureTinyRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
attribute
|
attribute | AttributeTinyRo | |
|
dtype
|
dtype | string | |
|
아이디
|
id | string | |
|
시간표시
|
timestamp | integer | |
|
value
|
value | string |
AttributeTinyRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
아이디
|
id | string | |
|
이름
|
name | string | |
|
type
|
type | QuantityKindRo | |
|
단위
|
unit | string |
CustomFieldRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
아이디
|
id | string | |
|
imageLink
|
imageLink | string | |
|
label
|
label | string | |
|
이름
|
name | string | |
|
type
|
type | string | |
|
value
|
value | string |
PageMessageRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
데이터
|
data | array of MessageRo | |
|
끝
|
end | integer | |
|
page
|
page | integer | |
|
pageSize
|
pageSize | integer | |
|
start
|
start | integer | |
|
totalSize
|
totalSize | integer |
ManufacturerTinyRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
generateLinks
|
generateLinks | boolean | |
|
아이디
|
id | string | |
|
link
|
link | string | |
|
이름
|
name | string |
ProductTinyRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
connectivityTypes
|
connectivityTypes | array of string | |
|
generateLinks
|
generateLinks | boolean | |
|
아이디
|
id | string | |
|
link
|
link | string | |
|
manufacturer
|
manufacturer | ManufacturerTinyRo | |
|
model
|
model | ModelTinyRo | |
|
이름
|
name | string | |
|
참조
|
reference | string |
ThingTinyRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
표시 이름
|
displayName | string | |
|
fixedName
|
fixedName | string | |
|
아이디
|
id | string | |
|
이름
|
name | string | |
|
nbAlerts
|
nbAlerts | integer | |
|
tags
|
tags | array of ThingTagRo |
ResponseEntity
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
body
|
body | object | |
|
상태 코드
|
statusCode | string | |
|
statusCodeValue
|
statusCodeValue | integer |
PageFlowRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
데이터
|
data | array of PageFlowRo | |
|
끝
|
end | integer | |
|
page
|
page | integer | |
|
pageSize
|
pageSize | integer | |
|
start
|
start | integer | |
|
totalSize
|
totalSize | integer |
PageSingleThingRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
데이터
|
data | array of SingleThingRo | |
|
끝
|
end | integer | |
|
page
|
page | integer | |
|
pageSize
|
pageSize | integer | |
|
start
|
start | integer | |
|
totalSize
|
totalSize | integer |
ThingTagRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
아이디
|
id | string | |
|
tag
|
tag | string |
ApplicationTinyRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
아이디
|
id | string | |
|
link
|
link | string | |
|
이름
|
name | string |
ModelRo
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
attributes
|
attributes | array of AttributeRo | |
|
color
|
color | string | |
|
icon
|
icon | string | |
|
아이디
|
id | string | |
|
isCustomModel
|
isCustomModel | boolean | |
|
link
|
link | URI | |
|
이름
|
name | string | |
|
작업
|
operations | array of OperationRo |