| name | data type | description |
|---|---|---|
| deleteSubscription | boolean | |
| deliveryInterval | number | |
| operatingMode | OperatingModeEnum | |
| subscriptionStartTime | string | |
| subscriptionState | SubscriptionStateEnum | |
| subscriptionStopTime | string | |
| updateMethod | UpdateMethodEnum | |
| target | array of Target | |
| filterReference | FilterReference | |
| catalogueReference | CatalogueReference | |
| subscriptionExtension | ExtensionType |
Example
{
"deleteSubscription" : true,
"deliveryInterval" : 12345.0,
"operatingMode" : "operatingMode1",
"subscriptionStartTime" : "...",
"subscriptionState" : "active",
"subscriptionStopTime" : "...",
"updateMethod" : "allElementUpdate",
"target" : [ {
"address" : "...",
"protocol" : "...",
"targetExtension" : {
"anies" : [ { }, { } ]
}
}, {
"address" : "...",
"protocol" : "...",
"targetExtension" : {
"anies" : [ { }, { } ]
}
} ],
"filterReference" : {
"deleteFilter" : true,
"filterOperationApproved" : true,
"keyFilterReference" : "...",
"filterReferenceExtension" : {
"anies" : [ { }, { } ]
}
},
"catalogueReference" : {
"keyCatalogueReference" : "...",
"catalogueReferenceExtension" : {
"anies" : [ { }, { } ]
}
},
"subscriptionExtension" : {
"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" : { }
} ]
}
}