PilotsLoggingClient

Class that contains client access to the PilotsLogging handler.

class DIRAC.WorkloadManagementSystem.Client.PilotsLoggingClient.PilotsLoggingClient(**kwargs)

Bases: Client

Implementation of interface of Pilots Logging service. Client class should be used to communicate with PilotsLogging Service

__init__(**kwargs)

C’tor.

Parameters:

kwargs – just stored as an attribute and passed when creating the RPCClient

addPilotsLogging(pilotUUID, timestamp, source, phase, status, messageContent)

Add new Pilots Logging entry

Parameters:
  • pilotUUID – Pilot reference

  • status – Pilot status

  • minorStatus – Additional status information

  • timestamp – Date and time of status event

  • source – Source of status information

property call

To be removed once we’re sure self.call has been removed

Type:

Deprecated

deletePilotsLogging(pilotUUID)

Delete all Logging entries for Pilot

Parameters:

pilotUUID – Pilot reference

executeRPC(*parms, **kws)

This method extracts some parameters from kwargs that are used as parameter of the constructor or RPCClient. Unfortunately, only a few of all the available parameters of BaseClient are exposed.

Parameters:
  • rpc – if an RPC client is passed, use that one

  • timeout – we can change the timeout on a per call bases. Default is self.timeout

  • url – We can specify which url to use

getClientKWArgs()

Returns a copy of the connection arguments

getPilotsLogging(pilotUUID)

Get all Logging entries for Pilot

Parameters:

pilotUUID – Pilot reference

getServer()

Getter for the server url. Useful ?

httpsClient

alias of TornadoClient

setServer(url)

Set the server URL used by default

Parameters:

url – url of the service