콘텐츠로 이동

Skill Reference

이 페이지는 documentation에 포함되며 PDF export에도 포함됩니다. 독립적인 Web reference로도 여기에서 열 수 있습니다.

Tier0 Skill Reference 열기

대상 작업 명령
기본 작업 CLI와 service health 확인 tier0 doctor
기본 작업 service connectivity와 gateway info 확인 tier0 api /openapi/v1/info --body '{}' --json
기본 작업 CLI와 skills upgrade tier0 upgradetier0 skills update
UNS path 탐색 tier0 uns browse --path / 또는 tier0 uns browse --path Plant/Line1 --json
UNS keyword로 topic 검색 tier0 uns search --keyword temp --json 또는 tier0 uns search --path-prefix Plant/Line1 --size 50 --json
UNS current values 읽기 tier0 uns read Plant/Line1/Metric/Temperature --json 또는 tier0 uns read --topic 'Plant/+/Metric/Temperature' --json
UNS values 쓰기 tier0 uns write --topic Plant/Line1/Metric/Temperature --value '{"temperature":27.5}'
UNS history query tier0 uns history -t Plant/Line1/Metric/Temperature --start -1h --json
UNS paths 또는 topics 생성 tier0 uns create --topic Plant/Line1 --type path 또는 tier0 uns create --file namespace.json --json
UNS metadata 또는 fields 업데이트 tier0 uns update --path Plant/Line1/Metric/Temperature --description "Line 1 temperature" --update-mask description
UNS nodes 삭제 또는 restore tier0 uns delete --path Plant/Line1/Metric/Temperature --yes 또는 tier0 uns restore --path Plant/Line1/Metric/Temperature --yes
Node-RED Flow Flows 목록 또는 상세 확인 tier0 flow list, tier0 flow list --source --json, 또는 tier0 flow get --id 1 --json
Node-RED Flow Source Flow 또는 Event Flow 생성 tier0 flow create --name "modbus-collector" --source --desc "Modbus TCP collector" 또는 tier0 flow create --name "alert-handler" --event --desc "Temperature alarm processor"
Node-RED Flow Flow metadata 업데이트 tier0 flow update --id 1 --name "line1-collector" 또는 tier0 flow update --id 1 --favorite
Node-RED Flow canvas JSON export tier0 flow data --id 1 --out flows.json
Node-RED Flow canvas JSON deploy tier0 flow deploy --id 1 -f flows.json --yes
Node-RED Flow Flows 삭제 tier0 flow delete --id 1 --yes
Node-RED Flow available node types 확인 tier0 flow nodes --source --json 또는 tier0 flow nodes --event --json