Created file get_glpi_printers.py
This file will call glpi to retrieve a list of printers in the test department using the GLPI REST API
This commit is contained in:
parent
dde5211e1f
commit
9ca8334240
9
get_glpi_printers.py
Normal file
9
get_glpi_printers.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import requests
|
||||||
|
|
||||||
|
api_url = "https://glpi.ipa.basealt.ru"
|
||||||
|
|
||||||
|
def main():
|
||||||
|
print("hello")
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
Loading…
Reference in New Issue
Block a user