Dashboard API-6.143.0833
Input(Required)
Display Name | Parameters | Output |
---|---|---|
Host | Server IP | str(data) |
Port | Port | |
Bot Status Data | JSON data to create or update Bot status | |
Bot Details Data | JSON data to add Bot Details |
Note
- The JSON keys for Bot Status and Bot Details data are independent.
- Max 20 column can be inserted for Bot Status and Bot Details data.
Bot Status Data
- The first JSON value must represent the Bot name.
- The second JSON value must indicate the total tasks.
- The third JSON value must indicate completed tasks.
{ "Bot Name": "DEMO01", "Total Records": "132", "Total Records Processed": "128", "Date Released Into Production": "2024-09-17", "Average Length Of Run": "1 hour 12 minutes for 30 records", "Frequency of Operation": "Weekend", "Date Filled Out": "2024-09-27" } |
---|
Bot Details data
The first JSON value must specify the Bot name
{ "bot_name": "ABC01", "file_name": "ABC01-MasterFile-10-09-2024.xlsx", "Total_count": "132", "Input_records_to_the_bot": "132", "Processed_records_by_bot": "128", "Success_Result": "96.96" } |
---|
Normal Case
Description of the output result
Return Code
Code | Meaning |
---|---|
0 | Success |
1 | Exceptional case |
Output Format
You may choose one of 3 output format below
- String(default)
- CSV
- File