Skip to main content

PeaInstanceDto

A class to return a subset of the information of an PEA Instance object

namestringnullable

The display name of the PEA Instance

versionstringnullable

The version string of this PEA Instance. It should follow the syntax of major.minor.patch

descriptionstringnullable

This optional string contains detailed information about the PEA Instance

location object

A abstract parent class of all locations

iduuid

A unique identifier of this instance

namestringnullable

The display name for the location

locationTypeLocationType (string)

Possible values: [ProcessCell, Area, Site, Enterprise, Unset]

mtpRevision object

A class to return a subset of the information of an MTP.Revision object

versionstringnullable

The version string. The format should be Major.Minor.Patch

namestringnullable

The display name of the revision

commentstringnullable

An optional comment about the revision

iduuid

A unique identifier of this instance

uploadTimeUtcdate-time

This date time specify the time when the MTP.Revision was initialized

iduuid

A unique identifier of this instance

creationDateUtcdate-time

A timestamp of the creation date (UTC)

currentOpcUaEndpointstringnullable

The OPC UA endpoint for this PEA Instance

currentStateNE187State (string)

enum for pea state according to NE187 standard

Possible values: [InPool, Disconnected, Connected, Mounted, Active, Uncertain, NotAvailable, NotSet, Invalid]

lastChangeUtcdate-time

A timestamp for the last change commit (UTC)

PeaInstanceDto
{
"name": "string",
"version": "string",
"description": "string",
"location": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"locationType": "ProcessCell"
},
"mtpRevision": {
"version": "string",
"name": "string",
"comment": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"uploadTimeUtc": "2024-07-29T15:51:28.071Z"
},
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"creationDateUtc": "2024-07-29T15:51:28.071Z",
"currentOpcUaEndpoint": "string",
"currentState": "InPool",
"lastChangeUtc": "2024-07-29T15:51:28.071Z"
}