Get desktop application:
View/edit binary Protocol Buffers messages
Remove the deed
DEED ---- Delete
(message has no fields)
Returns the full host for these settings.
GetHost
Returns the owner for these settings.
GetOwner
Add a comment on this host.
HOST ---- AddComment
(message has no fields)
Set a tag on this host.
AddTags
(message has no fields)
Delete host.
Delete
(message has no fields)
Find a host by its name
FindHost
Get the comments for this host.
GetComments
Return the deed for this host.
GetDeed
Return a host by its id
GetHost
Search for a number of hosts
GetHosts
Return the host whiteboard
GetHostWhiteboard
(message has no fields)
Get the owner settings of this particular host.
GetOwner
Returns the list of proc resources allocated from this host.
GetProcs
Return any render partitions that are setup on this host.
GetRenderPartitions
Locks the host. Its possible we'll need to pass in a show name here in the future
Lock
(message has no fields)
Issues an immediate reboot.
Reboot
(message has no fields)
Sets the reboot when idle state, nothing has to be locked to set this. When the host pings in idle a reboot command is sent to the host and the host will be put into the Rebooting state. If any locks are set they will be removed upon reboot.
RebootWhenIdle
(message has no fields)
Redirect the given procs to the specified job.
RedirectToJob
Remove a tag from this host.
RemoveTags
(message has no fields)
Rename tag.
RenameTag
(message has no fields)
Assign a host to an allocation.
SetAllocation
(message has no fields)
Manually set the hardware state for the host. The hardware state may be changed automatically if the host pings in. If the hardware state is set to "Reimage", the state will not automatically change with a host ping, and must be manually set back to Up.
SetHardwareState
(message has no fields)
Set the name of the host operating system.
SetOs
(message has no fields)
Changes the host's [ThreadMode]
SetThreadMode
(message has no fields)
Unlocks the host for booking if the proc is in the Locked state. You cannot unlock a NimbyLocked proc.
Unlock
(message has no fields)
Deletes the owner record.
OWNER ---- Delete
(message has no fields)
Get a list of all deeds this owner has.
GetDeeds
Get a list of all hosts this owner is responsible for.
GetHosts
Return an Owner record by name, id, or email.
GetOwner
Sets the owners show.
SetShow
(message has no fields)
Set the hosts new owner settings. Any host may have an owner, not just desktops. This allows direct control of the cores. By default hosts have no owner settings.
TakeOwnership
(message has no fields)
Clears the redirect off of the proc so it dispatches naturally.
PROC --- ClearRedirect
Returns the [Frame] running on the [Proc]
GetFrame
Returns the [Host] this [Proc] was allocated from.
GetHost
Returns the [Job] the [Proc] has been assigned to.
GetJob
Returns the [Layer] the [Proc] has been assigned to.
GetLayer
Return a list of procs matching the search
GetProcs
Sends a kill signal to the running process.
Kill
(message has no fields)
Unbooks and redriects the proc to the specified group. Optionally kills the proc immediately. Will overwrite an existing redirect. Return true if the redirect was a success. The redirect would fail in the event that the specified group does not have a suitable frame for the proc.
RedirectToGroup
Unbooks and redriects the proc to the specified job. Optionally kills the proc immediately. Will overwrite an existing redirect. Return true if the redirect was a success. The redirect would fail in the event th
RedirectToJob
Unbooks this [Proc]. Unbooking means the [Proc] will automatically seek out a new [Job] when the current [Frame] is complete.
Unbook
(message has no fields)
Unbooks procs that match the ProcSearchCriteria. This request can span jobs, shows, allocations, hosts etc. Set kill to true if the running frames should immediately be killed.
UnbookProcs
Unbooks procs that match the ProcSearchCriteria and books them on the specified group, assuming the group has layers that can take the procs. If the kill boolean is set to true, the operation happens immediately. If false, the proc will move after it finishes its current frame.
UnbookToGroup
Unbooks procs that match the ProcSearchCriteria and books them on the specified list of jobs, assuming those jobs have layers that can take the procs. If the kill boolean is set to true, the operation happens immediately. If false, the proc will move after it finishes its current frame.
UnbookToJob
Used in:
, , , ,Used in:
,Used in:
, , , ,Used in:
Used in:
, , , , , , , , , , , , , , , , , , , , , , ,Used in:
,Used in:
, , , ,Used in:
, ,Used in:
Used in:
,Used in:
Used in:
Used in:
Used in:
, , , , , , , ,Used in:
, , , , , , , , ,Used in:
, , ,An array of host names to match.
An array of job names to match.
An array of layer names to match.
An array of show names to match.
An array of allocation names to match.
A range of memory usage. Values are in KB.
Less than memory usage. Values are in KB.
Greater than memory usage. Values are in KB.
A duration range. Values are in seconds.
The maximum number of results.
The offset of the first result.
Used in:
,Proc redirects can have two different types of destinations, jobs and groups.
Defines the possible states for a core or proc
Entity is idle, which means it can be booked.
Entity is booked, which means its in use on a render proc
Used in:
, ,Auto determines the number of threads to use automatically based on the amount of memory used by the frame.
All always uses all of the cores available on the proc. These hosts are always booked on threadable layers.
All mode during the day, auto-mode at night.