Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

API calls

This section contains new API calls and operational state commands.

New API calls

New API calls have been added to this release.

urn:vyatta.com:mgmt:vyatta-arp
  get-arp input ifname <value>
  get-arp input ip <value>
  get-arp input source control-plane
  get-arp input source dataplane
  get-arp output arp-entry-list <ip>
  get-arp output arp-entry-list <ip> flags <value>
  get-arp output arp-entry-list <ip> hwaddr <value>
  get-arp output arp-entry-list <ip> ifname <value>
  get-arp output arp-entry-list <ip> platform_state <value>

urn:vyatta.com:mgmt:vyatta-service-gnss
  start-gnss input instance-number <value>
  stop-gnss input instance-number <value>

urn:vyatta.com:mgmt:vyatta-system-crash-dump
  delete-crash-dumps input index <value>
  get-crash-dmesg input index <value>
  get-crash-dmesg output crash-info <index>
  get-crash-dmesg output crash-info <index> dmesg <value>
  get-crash-dmesg output crash-info <index> filename <value>

urn:vyatta.com:mgmt:vyatta-system-login-history
  get-login-history output history <index>
  get-login-history output history <index> host <value>
  get-login-history output history <index> info <value>
  get-login-history output history <index> login-time <value>
  get-login-history output history <index> logout-time <value>
  get-login-history output history <index> tty <value>
  get-login-history output history <index> user <value>

urn:vyatta.com:mgmt:vyatta-system-reboot
  reboot input type hardware
  reboot input type os
  reboot output msg <value>