Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 - To obtain license server information filtered by name and port  hostname in CSV format enter the following command: 

Code Block
languagejs
firstline1
curl --data "filter=[{\"type\"=\"string\", \"field\"=\"lsn\", \"value\"=\"abc\"}, {\"type\"=\"numeric\", \"field\"=\"lsh\", \"value\"=\"some hostname\"}]" 
-H "X-Auth-token: token" "http://yourdomain/api/v1/license-server/csv"

...