post https://api.gridx.de/gateways//jobs/
Creates a job with the given type for the given gateway, only if a job with that type doesn't already exist.
In this case, the path parameter should be a job type. Please note that the job type is case-sensitive (The job type path paramter is lower case opposed to the enum value returned in the body).
-
scan
: Once this job is triggered, the gridBox will look for connected appliances and update the list accordingly. -
reset
: This type of job resets gridBox to default and removes it from previously configured system. -
restart
: Once this job is triggered, the gridBox will restart.
Job execution is asynchronous and does not guarantee immediate execution.