NetXMS Support Forum

English Support => Feature Requests => Topic started by: terefang on October 07, 2016, 04:12:32 PM

Title: Sever Command Json Output as Table
Post by: terefang on October 07, 2016, 04:12:32 PM
hello

would it be possible to display the output of a (object tools) server command as a table

the actual output would be in "json" like so:


{
  head: [ "Header 1", ..., "Header N"],
  data: [
    [ "cell 1", ..., "cell N" ], // row 1
    ....
    [ "cell 1", ..., "cell N" ] // row N
  ]
}



would be a "quick win"
Title: Re: Sever Command Json Output as Table
Post by: Victor Kirhenshtein on October 26, 2016, 12:51:07 PM
Hi,

I don't really get an idea. Where it should be displayed that way and how to split command output into columns? And what could be possible use case for that?

Best regards,
Victor