Server object event payload - HxGN SDx - Update 61 - Help - Hexagon

HxGN SDx Extensibility

Language
English
Product
HxGN SDx
Search by Category
Help
SmartPlant Foundation / SDx Version
10

The server object event message contains the following payload properties:

Property

Description

OBID

The OBID value of the triggering object (string)

UID

The UID value of the triggering object (string)

DomainUID

The domain UID value of the triggering object (string)

ClassDefUID

The Class Definition UID of this object

InterfaceUIDs

The Interface Definition UIDs which are realized by this object

ConfigUID

The UID of the configuration that triggered the event

User

The UID of user who triggered the event

The following example shows a typical JSON payload:

{

"obid": "A543BC",

"uid": "Folder001",

"domainUID": "ADMIN",

"classdefUID": "SPFFolder"

"interfaceUIDs": ["ISPFFolder","IObject"],

"configUID": "PL_PlantA",

"user": "USR_superuser"

}