Module remoteit_api::operations

source ·

Modules§

Structs§

  • Execution, to cancel a job. See remote.it docs on more information on when jobs can be cancelled.
  • Mutation, which deletes a file from remote.it. Deletes all versions of the file.
  • Mutation, which deletes a version of a file from remote.it. (Not the whole file)
  • Query, which retrieves a list of services, that are available on remote.it.
  • Query, which retrieves a list of devices. You can use this to get the IDs of devices, for example for starting scripting jobs.
  • Query, which retrieves a download link for a CSV file, that contains information about devices.
  • Query, which retrieves a list of files, that were uploaded to remote.it.
  • Query, which retrieves a list of jobs, that were started on remote.it. You can filter the jobs.
  • Execution, to start scripting jobs on one or more devices.