Transfer resource priorities
To transfer resource priorities to PERSEUS, you can use the usage reporting API. This way, you can see the current priorities within the project details view. Additionally, in case you use Andromeda, you allow your users to see their resource priorities as well.
You can report resource priorities using the endpoint /service/PriorityManager/resource-priority.
PERSEUS will automatically detect which resource priority to change based on the current phase a compute project is in.
Attributes
Section titled “Attributes”Resource priorities contains the following information:
| Attribute | Type | Description |
|---|---|---|
| str | The ObjectId of the corresponding PERSEUS project |
| str | The identifier of the corresponding compute project |
| str | The identifier of the corresponding resource (has to be
identical with the |
| str | int | The new priority (either a numeric value or a priority identifier defined in the priority manager) |
Please see Services - PriorityManager in the API documentation for details on the related data models.