Skip to content

add sdpi p history service option #452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .ci/asciidoc-converter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

images

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
Expand Down Expand Up @@ -134,4 +136,5 @@ gradle-app.setting
### Gradle Patch ###
**/build/

# End of https://www.toptal.com/developers/gitignore/api/kotlin,gradle,intellij+all
# End of https://www.toptal.com/developers/gitignore/api/kotlin,gradle,intellij+all
/sdpi-supplement/

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ puml-*.svg
*.pdf
*.html
.asciidoctor
sdpi-supplement
10 changes: 9 additions & 1 deletion asciidoc/docinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
}
}

// enable collapsible toc
// enable collapsible toc - function is called once the DOM is ready
$(function () {
// Add a new container for the tocify toc into the existing toc so we can re-use its
// styling
Expand Down Expand Up @@ -207,6 +207,14 @@

$(window).resize(handleTocOnResize);
handleTocOnResize();

// Perform minimal scrolling to let the toc collapse
// Alternative available?
const thisPage = new URL(window.location.href);
if (thisPage.hash === "") {
window.scrollTo(0, 1);
window.scrollTo(0, 0);
}
});

// Set up before/after handlers
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<s12:Envelope
xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
xmlns:pm="http://standards.ieee.org/downloads/11073/11073-10207-2017/participant"
xmlns:msg="http://standards.ieee.org/downloads/11073/11073-10207-2017/message"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:hm="urn:oid:1.3.6.1.4.1.19376.1.6.2.10.1.3.2"
>
<s12:Header>
<wsa:Action>urn:oid:1.3.6.1.4.1.19376.1.6.2.10.1.3.1.2</wsa:Action>
<wsa:MessageID>urn:uuid:6df65470-5b50-11ed-9b6a-0242ac120000</wsa:MessageID>
<wsa:To>https://127.0.0.1:6464/EventSink/NotifyTo/56db24f3-b210-40d6-9579-6dd750b1a01a</wsa:To>
</s12:Header>
<s12:Body>
<hm:ChangeSequenceReport>
<hm:ChangeSequence SequenceId="..." InstanceId="...">
<hm:HistoricLocalizedTexts>
<hm:HistoricLocalizedText Lang="...">
<!-- ... -->
</hm:HistoricLocalizedText>
<!-- More localized texts go here -->
</hm:HistoricLocalizedTexts>
<hm:HistoricMdib Time="...">
<msg:GetMdibResponse SequenceId="..." InstanceId="...">
<msg:Mdib SequenceId="...">
<pm:MdDescription>
<!-- Descriptive part goes here -->
</pm:MdDescription>
<pm:MdState>
<!-- State part goes here -->
</pm:MdState>
</msg:Mdib>
</msg:GetMdibResponse>
</hm:HistoricMdib>
<hm:HistoricReport Time="...">
<msg:EpisodicMetricReport SequenceId="..." InstanceId="..." MdibVersion="...">
<!-- Report data -->
</msg:EpisodicMetricReport>
</hm:HistoricReport>
<!-- More reports go here -->
</hm:ChangeSequence>
</hm:ChangeSequenceReport>
</s12:Body>
</s12:Envelope>
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<s12:Envelope
xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:wse="http://schemas.xmlsoap.org/ws/2004/08/eventing"
xmlns:hm="urn:oid:1.3.6.1.4.1.19376.1.6.2.10.1.3.2"
>
<s12:Header>
<wsa:Action>http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe</wsa:Action>
<wsa:MessageID>urn:uuid:3439ded1-12b3-46a4-9d81-a16e8ff1b7c1</wsa:MessageID>
</s12:Header>
<s12:Body>
<wse:Subscribe>
<wse:EndTo>
<wsa:Address>https://127.0.0.1:6464/EventSink/EndTo/56db24f3-b210-40d6-9579-6dd750b1a01a</wsa:Address>
</wse:EndTo>
<wse:Delivery Mode="http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/Push">
<wse:NotifyTo>
<wsa:Address>https://127.0.0.1:6464/EventSink/NotifyTo/56db24f3-b210-40d6-9579-6dd750b1a01a</wsa:Address>
</wse:NotifyTo>
</wse:Delivery>
<wse:Filter Dialect="urn:oid:1.3.6.1.4.1.19376.1.6.2.10.1.3.1.1">
<hm:HistoryQuery>
<hm:ProvideInitialMdib>true</hm:ProvideInitialMdib>
<hm:Range>
<hm:Version SequenceId="urn:uuid:3e8b9c1c-b2a5-497e-9388-d85a018dafd6" StartVersion="0" EndVersion="7"/>
</hm:Range>
</hm:HistoryQuery>
</wse:Filter>
</wse:Subscribe>
</s12:Body>
</s12:Envelope>
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<s12:Envelope
xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:wse="http://schemas.xmlsoap.org/ws/2004/08/eventing"
>
<s12:Header>
<wsa:Action>http://schemas.xmlsoap.org/ws/2004/08/eventing/SubscribeResponse</wsa:Action>
<wsa:MessageID>urn:uuid:4e9289bd-1014-42ea-b871-9e629f0c1e24</wsa:MessageID>
<wsa:RelatesTo>urn:uuid:3439ded1-12b3-46a4-9d81-a16e8ff1b7c1</wsa:RelatesTo>
</s12:Header>
<s12:Body>
<wse:SubscribeResponse>
<wse:SubscriptionManager>
<wsa:Address>https://127.0.0.1:6464/d431eed8-1e29-41df-a99a-7f1a47638a95/SubscriptionManager</wsa:Address>
</wse:SubscriptionManager>
</wse:SubscribeResponse>
</s12:Body>
</s12:Envelope>
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<s12:Envelope
xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
xmlns:pm="http://standards.ieee.org/downloads/11073/11073-10207-2017/participant"
xmlns:msg="http://standards.ieee.org/downloads/11073/11073-10207-2017/message"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:hm="urn:oid:1.3.6.1.4.1.19376.1.6.2.10.1.3.2">
<s12:Header>
<wsa:Action>urn:oid:1.3.6.1.4.1.19376.1.6.2.10.1.3.1.2</wsa:Action>
<wsa:MessageID>urn:uuid:6df65470-5b50-11ed-9b6a-0242ac120000</wsa:MessageID>
<wsa:To>https://127.0.0.1:6464/EventSink/NotifyTo/56db24f3-b210-40d6-9579-6dd750b1a01a</wsa:To>
</s12:Header>
<s12:Body>
<hm:ChangeSequenceReport>
<hm:ChangeSequence SequenceId="urn:uuid:68c97947-6f7e-4122-82ed-971fbf6085af" InstanceId="0">
<hm:HistoricMdib Time="1667464770000">
<msg:GetMdibResponse SequenceId="urn:uuid:68c97947-6f7e-4122-82ed-971fbf6085af" InstanceId="0">
<msg:Mdib SequenceId="urn:uuid:68c97947-6f7e-4122-82ed-971fbf6085af">
<pm:MdDescription>
<!-- Descriptive part goes here -->
</pm:MdDescription>
<pm:MdState>
<!-- State part goes here -->
</pm:MdState>
</msg:Mdib>
</msg:GetMdibResponse>
</hm:HistoricMdib>
<hm:HistoricReport Time="1667464771000">
<msg:EpisodicMetricReport SequenceId="urn:uuid:68c97947-6f7e-4122-82ed-971fbf6085af" InstanceId="0" MdibVersion="1">
<!-- Report data -->
</msg:EpisodicMetricReport>
</hm:HistoricReport>
</hm:ChangeSequence>
</hm:ChangeSequenceReport>
</s12:Body>
</s12:Envelope>
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<s12:Envelope
xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
xmlns:msg="http://standards.ieee.org/downloads/11073/11073-10207-2017/message"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:hm="urn:oid:1.3.6.1.4.1.19376.1.6.2.10.1.3.2"
>
<s12:Header>
<wsa:Action>urn:oid:1.3.6.1.4.1.3592.2.6934.1.1.1</wsa:Action>
<wsa:MessageID>urn:uuid:6df65470-5b50-11ed-9b6a-0242ac120001</wsa:MessageID>
<wsa:To>https://127.0.0.1:6464/EventSink/NotifyTo/56db24f3-b210-40d6-9579-6dd750b1a01a</wsa:To>
</s12:Header>
<s12:Body>
<hm:ChangeSequenceReport>
<hm:ChangeSequence SequenceId="urn:uuid:68c97947-6f7e-4122-82ed-971fbf6085af" InstanceId="0">
<hm:HistoricReport Time="1667464772000">
<msg:EpisodicMetricReport SequenceId="urn:uuid:68c97947-6f7e-4122-82ed-971fbf6085af" InstanceId="0" MdibVersion="2">
<!-- Report data -->
</msg:EpisodicMetricReport>
</hm:HistoricReport>
<hm:HistoricReport Time="1667464773000">
<msg:EpisodicMetricReport SequenceId="urn:uuid:68c97947-6f7e-4122-82ed-971fbf6085af" InstanceId="0" MdibVersion="3">
<!-- Report data -->
</msg:EpisodicMetricReport>
</hm:HistoricReport>
<hm:HistoricReport Time="1667464774000">
<msg:EpisodicAlertReport SequenceId="urn:uuid:68c97947-6f7e-4122-82ed-971fbf6085af" InstanceId="0" MdibVersion="4">
<!-- Report data -->
</msg:EpisodicAlertReport>
</hm:HistoricReport>
</hm:ChangeSequence>
</hm:ChangeSequenceReport>
</s12:Body>
</s12:Envelope>
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<s12:Envelope
xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:hm="urn:oid:1.3.6.1.4.1.19376.1.6.2.10.1.3.2"
>
<s12:Header>
<wsa:Action>urn:oid:1.3.6.1.4.1.3592.2.6934.1.1.1</wsa:Action>
<wsa:MessageID>urn:uuid:6df655f6-5b50-11ed-9b6a-0242ac120002</wsa:MessageID>
<wsa:To>https://127.0.0.1:6464/EventSink/NotifyTo/56db24f3-b210-40d6-9579-6dd750b1a01a</wsa:To>
</s12:Header>
<s12:Body>
<hm:ChangeSequenceReport/>
</s12:Body>
</s12:Envelope>
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<s12:Envelope
xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:wse="http://schemas.xmlsoap.org/ws/2004/08/eventing"
>
<s12:Header>
<wsa:Action>http://schemas.xmlsoap.org/ws/2004/08/eventing/SubscriptionEnd</wsa:Action>
<wsa:MessageID>urn:uuid:5f089db4-ecdc-4e1d-879d-de59d53e709b</wsa:MessageID>
</s12:Header>
<s12:Body>
<wse:SubscriptionEnd>
<wse:SubscriptionManager>
<wsa:Address>https://127.0.0.1:6464/d431eed8-1e29-41df-a99a-7f1a47638a95/SubscriptionManager</wsa:Address>
</wse:SubscriptionManager>
<wse:Code>wse:SourceCancelling</wse:Code>
<wse:Reason xml:lang="en-US">Historic data delivery has finished.</wse:Reason>
</wse:SubscriptionEnd>
</s12:Body>
</s12:Envelope>
Loading