openconfig-system-grpc

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-system-grpc

Prefix: oc-system-grp

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

💡 Example Usage

# POST RPC operation
curl -X POST \
  -H "Content-Type: application/yang-data+json" \
  -u admin:password \
  --insecure \
  https://device-ip/restconf/operations/openconfig-system-grpc:rpc-name \
  -d '{"input": {}}'

📚 External Documentation

💻 YANG Source📖 YANG Catalog🌍 OpenConfig Docs
module: openconfig-system-grpc

  augment /oc-sys:system:
    +--rw grpc-servers
       +--rw grpc-server* [name]
          +--rw name      -> ../config/name
          +--rw config
          |  +--rw name?                      string
          |  +--rw services*                  identityref
          |  +--rw enable?                    boolean
          |  +--rw port?                      oc-inet:port-number
          |  +--rw transport-security?        boolean
          |  +--rw certificate-id?            string
          |  +--rw metadata-authentication?   boolean
          |  +--rw listen-addresses*          union
          |  +--rw network-instance?          oc-ni:network-instance-ref
          +--ro state
             +--ro name?                      string
             +--ro services*                  identityref
             +--ro enable?                    boolean
             +--ro port?                      oc-inet:port-number
             +--ro transport-security?        boolean
             +--ro certificate-id?            string
             +--ro metadata-authentication?   boolean
             +--ro listen-addresses*          union
             +--ro network-instance?          oc-ni:network-instance-ref