Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

OMF with PI Web API

Container sample message

  • Last UpdatedSep 04, 2025
  • 1 minute read

The following sample message creates two containers. Container Turbine 1 Device Status is represented by two unique PI points, and container Turbine 1 Device Status 2 is represented by one unique PI point. Each PI point can receive time-stamped data events.

Required header: { messagetype: "Container" }.

Next send a container message through the body of a POST request:

[

{

"id": "Turbine 1 Device Status",

"typeid": "DeviceStatus"

},

{

"id": "Turbine 1 Device Status 2",

"typeid": "DeviceStatus2"

}

]

Expected Response: 201 Created.

After containers are setup, you can use the samples from Dynamic data sample messages to send data to those PI points.

TitleResults for “How to create a CRG?”Also Available in