Module operations

Source

Modules§

cancel_job
delete_file
delete_file_version
get_application_types
get_devices
get_devices_csv
get_files
get_jobs
get_organization_self_membership
get_owned_organization
start_job

Structs§

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

Enums§

DeviceState
Represents the state of a device. This is a implemented as a custom type, because in the GraphQL schema this is just a string.