| id |
Integer |
The unique identifier for the queue access grant. |
| queue_id |
Integer |
The ID of the queue to which the allocation belongs. |
| telescope_access_grant_id |
Integer |
The ID of the telescope access grant providing access to this queue. |
| order |
Integer |
The order used to prioritize this allocation within the queue. Lower values are higher priority. |
| revoked |
Boolean |
Whether this allocation has been revoked. If true, the allocation is no longer valid. |
| effective_order |
Integer |
The effective order used to prioritize thisa llocation within the queue, taking into account the queue's prioritization policy and the allocation's own priority. |
| time_used |
Float |
The total time used by the account regardless of whether it was contested or not. |
| time_contested |
Float |
The total time used by the account when sibling accounts also had observations which could have been scheduled. |
| time_waiting |
Float |
The total time that the other accounts used while this account was waiting for its observations to be scheduled. |
| observing_policy_id |
Integer (Optional) |
No description |