FBADProgressResponse
FBADProgressResponse
JSON Example
{
"last_success": 1677038709211,
"progress": 100,
"error_code": "",
"error_message": ""
}
integer As int64
As int64
last_success
Optional
Constraints:
default: -1
The timestamp of when flow based application discovery was last successful
number As double
As double
progress
Optional
Constraints:
default: 0
The current progress percentage of flow based application discovery task. It will be set to 100 if no flow based discovery task is currently running
string
error_code
Optional
Constraints:
default:
Error code of the error that occurs during flow based application discovery
string
error_message
Optional
Constraints:
default:
Detailed description of the error that occurs during flow based application discovery