ConnectionMonitoringCapabilitiesResponseStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ConnectionMonitoringServiceCapabilities ConnectionMonitoringServiceCapabilities
ConnectionMonitoringPermissions ConnectionMonitoringPermissions
Extensions Extensions
version string
Properties inherited from AbstractServiceCapabilitiesResponseStructure
RequestMessageRef MessageQualifierStructure
DelegatorAddress string
DelegatorRef RequestorRef
Status boolean
ErrorCondition ServiceDeliveryErrorConditionElement
Properties inherited from ResponseStructure
ResponseTimestamp string

Example

{
  "ConnectionMonitoringServiceCapabilities" : {
    "TopicFiltering" : {
      "DefaultPreviewInterval" : { },
      "FilterByConnectionLinkRef" : true,
      "FilterByJourney" : true,
      "FilterByTime" : true
    },
    "RequestPolicy" : {
      "ForeignJourneysOnly" : true,
      "NationalLanguage" : [ "...", "..." ],
      "Translations" : true,
      "WgsDecimalDegrees" : "...",
      "GmlCoordinateFormat" : "..."
    },
    "SubscriptionPolicy" : {
      "HasIncrementalUpdates" : true,
      "HasChangeSensitivity" : true
    },
    "AccessControl" : {
      "CheckOperatorRef" : true,
      "CheckLineRef" : true,
      "CheckConnectionLinkRef" : true,
      "RequestChecking" : true
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "GeneralInteraction" : {
      "Interaction" : { },
      "Delivery" : { },
      "MultipartDespatch" : true,
      "MultipleSubscriberFilter" : true,
      "HasConfirmDelivery" : true,
      "HasHeartbeat" : true,
      "VisitNumberisOrder" : true
    },
    "TransportDescription" : {
      "CommunicationsTransportMethod" : "other",
      "CompressionMethod" : "none"
    }
  },
  "ConnectionMonitoringPermissions" : {
    "ConnectionMonitoringPermission" : [ {
      "OperatorPermissions" : { },
      "LinePermissions" : { },
      "ConnectionLinkPermissions" : { },
      "Extensions" : { },
      "ParticipantRef" : { },
      "AllParticipants" : "...",
      "GeneralCapabilities" : { }
    }, {
      "OperatorPermissions" : { },
      "LinePermissions" : { },
      "ConnectionLinkPermissions" : { },
      "Extensions" : { },
      "ParticipantRef" : { },
      "AllParticipants" : "...",
      "GeneralCapabilities" : { }
    } ]
  },
  "Extensions" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  },
  "version" : "...",
  "RequestMessageRef" : {
    "value" : "..."
  },
  "DelegatorAddress" : "...",
  "DelegatorRef" : {
    "value" : "..."
  },
  "Status" : true,
  "ErrorCondition" : {
    "OtherError" : {
      "ErrorText" : "...",
      "number" : 12345
    },
    "AllowedResourceUsageExceededError" : {
      "ErrorText" : "...",
      "number" : 12345
    },
    "UnknownExtensionsError" : {
      "ExtensionName" : [ "...", "..." ],
      "ErrorText" : "...",
      "number" : 12345
    },
    "ParametersIgnoredError" : {
      "ParameterName" : [ "...", "..." ],
      "ErrorText" : "...",
      "number" : 12345
    },
    "NoInfoForTopicError" : {
      "ErrorText" : "...",
      "number" : 12345
    },
    "BeyondDataHorizon" : {
      "ErrorText" : "...",
      "number" : 12345
    },
    "InvalidDataReferencesError" : {
      "InvalidRef" : [ "...", "..." ],
      "ErrorText" : "...",
      "number" : 12345
    },
    "AccessNotAllowedError" : {
      "ErrorText" : "...",
      "number" : 12345
    },
    "CapabilityNotSupportedError" : {
      "CapabilityRef" : "...",
      "ErrorText" : "...",
      "number" : 12345
    },
    "ServiceNotAvailableError" : {
      "ExpectedRestartTime" : "...",
      "ErrorText" : "...",
      "number" : 12345
    },
    "EndpointNotAvailableAccessError" : {
      "Endpoint" : "...",
      "ErrorText" : "...",
      "number" : 12345
    },
    "EndpointDeniedAccessError" : {
      "Endpoint" : "...",
      "ErrorText" : "...",
      "number" : 12345
    },
    "UnknownEndpointError" : {
      "Endpoint" : "...",
      "ErrorText" : "...",
      "number" : 12345
    },
    "UnknownParticipantError" : {
      "ParticipantRef" : { },
      "ErrorText" : "...",
      "number" : 12345
    },
    "UnapprovedKeyAccessError" : {
      "Key" : "...",
      "ErrorText" : "...",
      "number" : 12345
    },
    "Description" : {
      "value" : "..."
    }
  },
  "ResponseTimestamp" : "..."
}