Name | Description |
boolean ObjectStatus | Indicates whether the IP service is online or offline. |
int ServiceStatus | Status of the IP service: 1 = Green 2 = Yellow 3 = Red 0 = Error |
string statusDetails | Status details of the IP service. |
string name | The name of the IP service. |
int usage | Usage of the IP service: 1 = Source only 2 = Destination only 3 = Unknown 0 = Error |
int reliability | Reliability of the IP service: 1 = Reliable 2 = Best effort 3 = Unknown 0 = Error |
int activeDurableSubscribersCount | Number of active durable subscribers for the IP service. |
int nonDurableSubscribersCount | Number of non-durable subscribers for the IP service. |
long receivedEvents | Delta value of the number of events received since the start of the IP service. |
long sentEvents | Delta value of the number of events sent since the start of the IP service. |
long acknowledgedSentEvents | Delta value of the number of events acknowledged since the start of the IP service. |
string lastSendingTime | Time when the last event was sent by the IP service. |
string lastCompletedAcknowledgementTime | Time of the last completed acknowledgement of the IP service. |
string lastFailedAcknowledgementTime | Time of the last failed acknowledgement of the IP service. |
int regularDeliveryInterruptionsCount | Delta value of the number of regular delivery interruptions since the start of the IP service. |
long failedDurationTime | The duration between the last failed acknowledgement time and last completed acknowledgement time of the IP service. |