NAME
FusionInventory::Agent::HTTP::Client::Fusion - An HTTP client using Fusion protocol
DESCRIPTION
This is the object used by the agent to send messages to GLPI servers, using new Fusion protocol (JSON messages sent through GET requests).
METHODS
send(%params)
The following parameters are allowed, as keys of the %params hash:
- url
-
the url to send the message to (mandatory)
- args
-
A list of parameters to pass to the server. The action key is mandatory. Parameters can be hashref or arrayref.
This method returns a perl data structure.