PilotScopes
This module contains constants and lists for the possible scopes to interact with pilots on CEs.
- DIRAC.WorkloadManagementSystem.Client.PilotScopes.CANCEL = 'compute.cancel'
To cancel pilots:
- DIRAC.WorkloadManagementSystem.Client.PilotScopes.CREATE = 'compute.create'
To submit pilots:
- DIRAC.WorkloadManagementSystem.Client.PilotScopes.MODIFY = 'compute.modify'
To modify attributes of submitted pilots:
- DIRAC.WorkloadManagementSystem.Client.PilotScopes.PILOT_SCOPES = ['compute.cancel', 'compute.create', 'compute.modify', 'compute.read']
Possible pilot scopes:
- DIRAC.WorkloadManagementSystem.Client.PilotScopes.READ = 'compute.read'
To read information about submitted pilots: