Summary
Task to introduce delay then ping. To be used after reload to verify device is back
Description
After waiting [input parameter] seconds, it will try and ping the device: pass if device is back and retry if connection refused
Route
POST /mop/Wait
Roles
admin
engineering
support
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
mop_obj | object | yes | - |
delayInMinutes | number | yes | - |
numbersOfTries | number | yes | - |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
result | object | Response from ping command |