tailf-kicker

YANG Data Model Tree Structure

View YANG Source on GitHub →

📚 API Documentation & Navigation

📄 Swagger API Spec 📂 Browse Native Config APIs 🌳 All Trees

📋 Module Metadata

Namespace: http://tail-f.com/ns/tailf-kicker

Prefix: kicker

Related Modules:
CISCO-AAL5-MIB
CISCO-ATM-EXT-MIB
Cisco-IOS-XE-aaa
Cisco-IOS-XE-acl
Cisco-IOS-XE-adsl

💡 Example Usage

# GET module data
curl -X GET \
  -H "Accept: application/yang-data+json" \
  -u admin:password \
  --insecure \
  https://device-ip/restconf/data/tailf-kicker

📚 External Documentation

💻 YANG Source📖 YANG Catalog
module: tailf-kicker
  +--rw kickers
     +--rw data-kicker* [id]
        +--rw id              string
        +--rw monitor         tailf:node-instance-identifier
        +--rw trigger-expr?   yang:xpath1.0
        +--rw trigger-type?   enumeration
        +--rw variable* [name]
        |  +--rw name     string
        |  +--rw value    yang:xpath1.0
        +--rw kick-node       union
        +--rw action-name     yang:yang-identifier
        +--rw priority?       uint8
        +--rw serializer?     uint8
        +--rw filter
           +--rw exclude
              +--rw (config)?
                 +--:(config-true)
                 |  +--rw config-true?             empty
                 +--:(config-false)
                 |  +--rw config-false?            empty
                 +--:(yang-push-running-sub)
                    +--rw yang-push-running-sub?   empty

  notifications:
    +---n kicker-triggered
       +--ro kicker-id?   string
       +--ro path?        tailf:node-instance-identifier