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:
- Timeseries:
output['timeseries']
- Logs:
output['logs']
- Table:
output['table']
- API Response:
output['api_response']
- Bash command output:
output['bash']
- Text output:
output['text']
Updated about 1 month ago