Event Name | Description | Consumer |
---|
Swp08Router.switchFailed | | ProxyAPI |
JSON
[
{
"action":"notifyClient",
"input":{
"TimeStamp":"{-{Placeholder_TimeStamp}-}",
"ChunkId":"{-{Placeholder_ExternalChunkId}-}",
"UpdateNeeded":false,
"MessageType":"{-{Placeholder_MessageType}-}",
"Emitter":"{-{Placeholder_Emitter}-}",
"Severity":"Error",
"Message":[
{
"Lang":"en_US",
"Text":"Switch failed from inport {-{Placeholder_InportLabel}-} to outport {-{Placeholder_OutportLabel}-}"
},
{
"Lang":"de_DE",
"Text":"Schaltung fehlgeschlagen Eingang {-{Placeholder_InportLabel}-} zu Ausgang {-{Placeholder_OutportLabel}-}"
}
]
}
}
]
|
Swp08Router.switchSuccess | | ProxyAPI |
JSON
[
{
"action":"notifyClient",
"input":{
"TimeStamp":"{-{Placeholder_TimeStamp}-}",
"ChunkId":"{-{Placeholder_ExternalChunkId}-}",
"UpdateNeeded":false,
"MessageType":"{-{Placeholder_MessageType}-}",
"Emitter":"{-{Placeholder_Emitter}-}",
"Severity":"Information",
"Message":[
{
"Lang":"en_US",
"Text":"Switch from inport {-{Placeholder_InportLabel}-} to outport {-{Placeholder_OutportLabel}-}"
},
{
"Lang":"de_DE",
"Text":"Schaltung von Eingang {-{Placeholder_InportLabel}-} zu Ausgang {-{Placeholder_OutportLabel}-}"
}
]
}
}
]
|
Swp08Router.switchExternal | 7 | ProxyAPI |
CODE
[
{
"action":"notifyClient",
"input":{
"TimeStamp":"{-{Placeholder_TimeStamp}-}",
"ChunkId":"{-{Placeholder_ExternalChunkId}-}",
"UpdateNeeded":false,
"MessageType":"{-{Placeholder_MessageType}-}",
"Emitter":"{-{Placeholder_Emitter}-}",
"Severity":"Warning",
"Message":[
{
"Lang":"en_US",
"Text":"External switch from inport {-{Placeholder_InportLabel}-} to outport {-{Placeholder_OutportLabel}-}"
},
{
"Lang":"de_DE",
"Text":"Externe Schaltung von Eingang {-{Placeholder_InportLabel}-} zu Ausgang {-{Placeholder_OutportLabel}-}"
}
]
}
}
]
|
VidiControl.chunkDeleted | | ProxyAPI |
JSON
[
{
"action":"notifyClient",
"input":{
"TimeStamp":"{-{Placeholder_TimeStamp}-}",
"ChunkId":"{-{Placeholder_ExternalChunkId}-}",
"UpdateNeeded":true,
"MessageType":"{-{Placeholder_MessageType}-}",
"Emitter":"{-{Placeholder_Emitter}-}",
"Severity":"Information",
"Message":[
{
"Lang":"en_US",
"Text":"The chunk has been deleted"
},
{
"Lang":"de_DE",
"Text":"Der Chunk wurde gelöscht"
}
]
}
}
]
|
VidiControl.chunkChanged | | ProxyAPI |
JSON
[
{
"action":"notifyClient",
"input":{
"TimeStamp":"{-{Placeholder_TimeStamp}-}",
"ChunkId":"{-{Placeholder_ExternalChunkId}-}",
"UpdateNeeded":true,
"MessageType":"{-{Placeholder_MessageType}-}",
"Emitter":"{-{Placeholder_Emitter}-}",
"Severity":"Information",
"Message":[
{
"Lang":"en_US",
"Text":"The chunk has been changed"
},
{
"Lang":"de_DE",
"Text":"Der Chunk wurde verändert"
}
]
}
}
]
|
VidiControl.chunkCreated | | ProxyAPI |
CODE
[
{
"action":"notifyClient",
"input":{
"TimeStamp":"{-{Placeholder_TimeStamp}-}",
"ChunkId":"{-{Placeholder_ExternalChunkId}-}",
"UpdateNeeded":true,
"MessageType":"{-{Placeholder_MessageType}-}",
"Emitter":"{-{Placeholder_Emitter}-}",
"Severity":"Information",
"Message":[
{
"Lang":"en_US",
"Text":"The chunk has been created"
},
{
"Lang":"de_DE",
"Text":"Der Chunk wurde erzeugt"
}
]
}
}
]
|
VidiControl.vidiCoreItemCreated | | ProxyAPI |
JSON
[
{
"action":"notifyClient",
"input":{
"TimeStamp":"{-{Placeholder_TimeStamp}-}",
"ChunkId":"{-{Placeholder_ExternalChunkId}-}",
"VcItemId":"{-{Placeholder_VCItemId}-}",
"UpdateNeeded":true,
"MessageType":"{-{Placeholder_MessageType}-}",
"Emitter":"{-{Placeholder_Emitter}-}",
"Severity":"Information",
"Message":[
{
"Lang":"en_US",
"Text":"VidiCore item has been created"
},
{
"Lang":"de_DE",
"Text":"VidiCore item wurde erzeugt"
}
]
}
}
]
|
VidiControl.commandExecutionTimeOutError | | ProxyAPI |
JSON
[
{
"action":"notifyClient",
"input":{
"TimeStamp":"{-{Placeholder_TimeStamp}-}",
"ChunkId":"{-{Placeholder_ExternalChunkId}-}",
"CommandId":"{-{Placeholder_ExternalCommandId}-}",
"UpdateNeeded":false,
"MessageType":"{-{Placeholder_MessageType}-}",
"Emitter":"{-{Placeholder_Emitter}-}",
"Severity":"Error",
"Message":[
{
"Lang":"en_US",
"Text":"Command could not be executed because of timeout."
},
{
"Lang":"de_DE",
"Text":"Command konnte wegen timeout nicht ausgeführt werden."
}
]
}
}
]
|
VidiControl.commandExecutionInvalidDeviceError | | ProxyAPI |
JSON
[
{
"action":"notifyClient",
"input":{
"TimeStamp":"{-{Placeholder_TimeStamp}-}",
"ChunkId":"{-{Placeholder_ExternalChunkId}-}",
"CommandId":"{-{Placeholder_ExternalCommandId}-}",
"UpdateNeeded":false,
"MessageType":"{-{Placeholder_MessageType}-}",
"Emitter":"{-{Placeholder_Emitter}-}",
"Severity":"Error",
"Message":[
{
"Lang":"en_US",
"Text":"invalid device."
},
{
"Lang":"de_DE",
"Text":"Ungültiges Gerät."
}
]
}
}
]
|
VidiControl.commandExecutionDeviceStatusError | | ProxyAPI |
CODE
[
{
"action":"notifyClient",
"input":{
"TimeStamp":"{-{Placeholder_TimeStamp}-}",
"ChunkId":"{-{Placeholder_ExternalChunkId}-}",
"CommandId":"{-{Placeholder_ExternalCommandId}-}",
"UpdateNeeded":false,
"MessageType":"{-{Placeholder_MessageType}-}",
"Emitter":"{-{Placeholder_Emitter}-}",
"Severity":"Error",
"Message":[
{
"Lang":"en_US",
"Text":"Device status error."
},
{
"Lang":"de_DE",
"Text":"Gerätestatusfehler."
}
]
}
}
]
|
VidiControl.commandExecutionDeviceOffline | | ProxyAPI |
JSON
[
{
"action":"notifyClient",
"input":{
"TimeStamp":"{-{Placeholder_TimeStamp}-}",
"ChunkId":"{-{Placeholder_ExternalChunkId}-}",
"CommandId":"{-{Placeholder_ExternalCommandId}-}",
"UpdateNeeded":false,
"MessageType":"{-{Placeholder_MessageType}-}",
"Emitter":"{-{Placeholder_Emitter}-}",
"Severity":"Error",
"Message":[
{
"Lang":"en_US",
"Text":"Device offline."
},
{
"Lang":"de_DE",
"Text":"Gerät offline."
}
]
}
}
]
|
VidiControl.commandExecutionDeviceDeleted | | ProxyAPI |
CODE
[
{
"action":"notifyClient",
"input":{
"TimeStamp":"{-{Placeholder_TimeStamp}-}",
"ChunkId":"{-{Placeholder_ExternalChunkId}-}",
"CommandId":"{-{Placeholder_ExternalCommandId}-}",
"UpdateNeeded":false,
"MessageType":"{-{Placeholder_MessageType}-}",
"Emitter":"{-{Placeholder_Emitter}-}",
"Severity":"Error",
"Message":[
{
"Lang":"en_US",
"Text":"Device deleted."
},
{
"Lang":"de_DE",
"Text":"Gerät gelöscht."
}
]
}
}
]
|
VidiControl.unknownCommandExecutionError | | ProxyAPI |
JSON
[
{
"action":"notifyClient",
"input":{
"TimeStamp":"{-{Placeholder_TimeStamp}-}",
"ChunkId":"{-{Placeholder_ExternalChunkId}-}",
"CommandId":"{-{Placeholder_ExternalCommandId}-}",
"UpdateNeeded":false,
"MessageType":"{-{Placeholder_MessageType}-}",
"Emitter":"{-{Placeholder_Emitter}-}",
"Severity":"Error",
"Message":[
{
"Lang":"en_US",
"Text":"unknown command execution error."
},
{
"Lang":"de_DE",
"Text":"Unbekannter Ausführungsfehler."
}
]
}
}
]
|
VidiControl.commandStatusChanged | | ProxyAPI |
JSON
[
{
"action":"notifyClient",
"input":{
"TimeStamp":"{-{Placeholder_TimeStamp}-}",
"ChunkId":"{-{Placeholder_ExternalChunkId}-}",
"CommandId":"{-{Placeholder_ExternalCommandId}-}",
"UpdateNeeded":true,
"MessageType":"{-{Placeholder_MessageType}-}",
"Emitter":"{-{Placeholder_Emitter}-}",
"Severity":"Information",
"Message":[
{
"Lang":"en_US",
"Text":"The status of the command has changed"
},
{
"Lang":"de_DE",
"Text":"Der Command Status hat sich geändert"
}
]
}
}
]
|
VidiControl.chunkStatusChanged | | ProxyAPI |
JSON
[
{
"action":"notifyClient",
"input":{
"TimeStamp":"{-{Placeholder_TimeStamp}-}",
"ChunkId":"{-{Placeholder_ExternalChunkId}-}",
"UpdateNeeded":true,
"MessageType":"{-{Placeholder_MessageType}-}",
"Emitter":"{-{Placeholder_Emitter}-}",
"Severity":"Information",
"Message":[
{
"Lang":"en_US",
"Text":"The status of the chunk has changed"
},
{
"Lang":"de_DE",
"Text":"Der Chunk Status hat sich geändert"
}
]
}
}
]
|