Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GuestInsertTools Object

Schema


repeatStringReserved
retriesStringNumber of times this task will be retried, in case of error
typeStringTask type identifier. In this case, "guest_insert_tools"
guest_idStringUnique identifier of the Guest
devnumStringDevice identifier where the tools are to be inserted


JSON example

{
    "repeat": "0",
    "retries": "0",
    "type""guest_insert_tools",
    "guest_id": "testguest",
    "devnum": "3"
}

...