
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2017 02:32 AM - edited 03-01-2019 03:54 AM
Question on live-status API. Using the live-status REST API to fetch a show command and passing the following as message body and it works.
<input>
<args>inventory</args>
</input>
Is there a way to pass multiple show commands in one API call? For example:
<input>
<args>inventory</args>
<args>version</args>
</input>
Solved! Go to Solution.
- Labels:
-
Other NSO Topics
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2017 08:43 AM
I don't believe that's possible the way you've described above. Whatever you send in the args will be on the same input line to the device.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2017 08:43 AM
I don't believe that's possible the way you've described above. Whatever you send in the args will be on the same input line to the device.
