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: .
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: .
After containers are setup, you can use the samples from Dynamic data sample messages to send data to those PI points.