HeartbeatNotificationStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Status boolean
ErrorCondition ErrorCondition
ValidUntil string
ShortestPossibleCycle Duration
ServiceStartedTime string
Extensions Extensions
Properties inherited from ProducerRequestEndpointStructure
Address string
ProducerRef RequestorRef
MessageIdentifier MessageQualifierStructure
Properties inherited from AbstractRequestStructure
RequestTimestamp string

Example

{
  "Status" : true,
  "ErrorCondition" : {
    "OtherError" : {
      "ErrorText" : "..."
    },
    "ServiceNotAvailableError" : {
      "ErrorText" : "..."
    },
    "Description" : {
      "value" : "..."
    }
  },
  "ValidUntil" : "...",
  "ShortestPossibleCycle" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "ServiceStartedTime" : "...",
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  },
  "Address" : "...",
  "ProducerRef" : {
    "value" : "..."
  },
  "MessageIdentifier" : {
    "value" : "..."
  },
  "RequestTimestamp" : "..."
}