Hints

  • if a boolean value is left blank. It is considered as false
  • if a numerical value is left blank, It is considered as 0

Values on payloads

Payloads sent to a resource will be considered as follows

  • case in-sensitive
  • on, true, 1, enable == true
  • off, false, 0, disable == false

Duration of the time

System time durations follow the GoLand standards as follows…

  • ns - nanoseconds
  • us - microseconds
  • ms - milliseconds
  • s - seconds
  • m - minutes
  • h - hours

Examples:

Input Description
0 0 seconds
0s 0 seconds
10s 10 seconds
1m20s 1 minute and 20 seconds
1h20m5s 1 hour 20 minutes and 5 seconds
-42s -42 seconds

Labels

TBD

Quick ID

TBD

Last modified June 28, 2021: remove comments (9e90704)