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: after connection was verified, it will confirm reachability for X seconds
Route
POST /mop/ping
Roles
admin
engineering
support
apiread
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| device | string | yes | - |
| delayInMinutes | number | yes | - |
| numbersOfTries | number | yes | - |
| secondsConsideredStable | number | yes | - |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| result | object | Response from ping command |