Data Output Formats

Output of any command in SDK will depend on the data type of the output. Assuming the processed output is stored in output. Here are the existing output types:


  1. Timeseries: output['timeseries']
  2. Logs: output['logs']
  3. Table: output['table']
  4. API Response: output['api_response']
  5. Bash command output: output['bash']
  6. Text output: output['text']