You are not logged in.
i use python-glpi-api (just wraps endpoints provided by the API and manage HTTP return code) or just send request with json.
For example, like this: glpi.update('NetworkPortAggregate', {'networkports_id': netport_id, 'networkports_id_list': netport_consist_of})
netport_consist_of it is list of strings with netports id. request return no error but empty list of lists? ([[]]). if i add 'id': id_of_server_here, i got glpi_api.GLPIError: (ERROR_GLPI_UPDATE) []
2023-10-24T04:00:48.971028+0000 INFO (ERROR_GLPI_UPDATE) []
Offline