cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
378
Views
0
Helpful
1
Replies

live-status api

mahekuma
Cisco Employee
Cisco Employee

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>

1 Accepted Solution

Accepted Solutions

Dan.Sullivan
Cisco Employee
Cisco Employee

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.

View solution in original post

1 Reply 1

Dan.Sullivan
Cisco Employee
Cisco Employee

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.