cloudstack-cloudmonkey icon indicating copy to clipboard operation
cloudstack-cloudmonkey copied to clipboard

Display option not honoured by async API response

Open rohityadavcloud opened this issue 1 year ago • 0 comments

Async API response such as issueCertificate, etc simply return json that is printed. When display option isn't set to json, the output is seen as follows:

  • column: no output
  • csv: no output
  • json: OK
  • table: OK (but not really tabular)
  • text: OK (but not really text, it's still json)
  • default: OK (json)

rohityadavcloud avatar Jun 14 '24 12:06 rohityadavcloud