Wapt API
Published: November 30, 2021 - 4:54 PM
Good morning,
I did some research on Google and saw that there is a API for WAPTBut at my level, she lacks quite a few examples.
For example, this query returns 10,000 workstations with the status of the machines:
The API does not allow, for example, returning the result only from a machine called, for example, TOTO01?
For example, to retrieve its uuid.
Using a machine's UUID, I saw that you could retrieve all sorts of information, for example, which packages are installed on the machine.
Is there a way to launch the installation of a package using the API?
THANKS
For your information:
My Wapt is version 2.2.1, enterprise edition and installed on a 64-bit Linux system.
I did some research on Google and saw that there is a API for WAPTBut at my level, she lacks quite a few examples.
For example, this query returns 10,000 workstations with the status of the machines:
Code: Select all
https://admin:MYPASSWORD@srvwapt.mydomain.lan/api/v1/hosts?columns=reachable,computer_fqdn,connected_ips,mac_addresses&limit=10000For example, to retrieve its uuid.
Using a machine's UUID, I saw that you could retrieve all sorts of information, for example, which packages are installed on the machine.
Is there a way to launch the installation of a package using the API?
THANKS
For your information:
My Wapt is version 2.2.1, enterprise edition and installed on a 64-bit Linux system.