| prefix | eventsource |
| namespace | urn:cisco:params:xml:ns:yang:messagebus:eventsource |
| revision | 2014-12-02 |
| description | Base model for a topology where individual nodes can produce events. Module implementing event source topology and encapped notification. Copyright (c)2014 Cisco Systems, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |
| yang-version | 1 |
| imports | inv:opendaylight-inventory 2013-08-19; ext:yang-ext 2013-07-09; aggr:event-aggregator 2014-12-02; nt:network-topology 2013-10-21; |
| Name | Description |
|---|---|
| join-topic-status | Object status |
| node-ref | |
| event-source-status | Status of event source - active: event source is publishing notification, - inactive: event source stopped publishing of notifications temporarily - deactive: event source stopped publishing of notifications permanently |
| Name | Description |
|---|---|
| topology-event-source-type |
| Target | Description |
|---|---|
| /network-topology:network-topology/network-topology:topology/network-topology:topology-types/ | |
| /network-topology:network-topology/network-topology:topology/network-topology:node/ |
| Name | Description |
|---|---|
| event-source-status-notification | Notification of change event source status. |
| Name | Description |
|---|---|
| join-topic | |
| dis-join-topic |
<topology-types xmlns="urn:TBD:params:xml:ns:yang:network-topology">
<topology-event-source>
</topology-event-source>
</topology-types>
<node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
<node-id>. . .</node-id>
<supporting-node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
<topology-ref>. . .</topology-ref>
<node-ref>. . .</node-ref>
</supporting-node>
<termination-point xmlns="urn:TBD:params:xml:ns:yang:network-topology">
<tp-id>. . .</tp-id>
<tp-ref>. . .</tp-ref>
<tp-ref>. . .</tp-ref>
<tp-ref>. . .</tp-ref>
</termination-point>
<event-source-node>. . .</event-source-node>
</node>