openconfig-messages

YANG Data Model Tree Structure

View YANG Source on GitHub →

📚 API Documentation & Navigation

📄 Swagger API Spec 📂 Browse OpenConfig APIs 🌳 All Trees

📋 Module Metadata

Namespace: http://openconfig.net/yang/openconfig-messages

Prefix: oc-messages

Related Modules:
openconfig-access-points
openconfig-acl
openconfig-alarms

💡 Example Usage

# PUT configuration
curl -X PUT \
  -H "Content-Type: application/yang-data+json" \
  -u admin:password \
  --insecure \
  https://device-ip/restconf/data/openconfig-messages \
  -d @config.json

📚 External Documentation

💻 YANG Source📖 YANG Catalog🌍 OpenConfig Docs
module: openconfig-messages
  +--rw messages
     +--rw config
     |  +--rw severity?   oc-log:syslog-severity
     +--ro state
     |  +--ro severity?   oc-log:syslog-severity
     |  +--ro message
     |     +--ro msg?        string
     |     +--ro priority?   uint8
     |     +--ro app-name?   string
     |     +--ro procid?     string
     |     +--ro msgid?      string
     +--rw debug-entries
        +--rw debug-service* [service]
           +--rw service    -> ../config/service
           +--rw config
           |  +--rw service?   identityref
           |  +--rw enabled?   boolean
           +--ro state
              +--ro service?   identityref
              +--ro enabled?   boolean