You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2017-12-01 18:28:23

epoc2003
Member
Registered: 2012-04-13
Posts: 28

Dell API Key

Hello,
I am looking to configure the import plugin manufacturer, but on 136 PCs, only 3 are reassembled by the manufacturers import plugin, and they are all in KO, I do not know how to solve the problem, is it possible that the Dell API key does not be more valid ...
If so, how to get a valid key?
I registered on the Dell site, but where to recover a valid API key?

Thank you in advance,
Sorry, my english is not very good.

My configuration: Linux / Debian 9.2. GLPI 9.2.1

Last edited by epoc2003 (2017-12-01 18:28:34)


Cordialement,
Epoc.

Offline

#2 2018-01-10 15:37:04

kab
Member
Registered: 2018-01-03
Posts: 6

Re: Dell API Key

Hi i have the same problem ...

Offline

#3 2018-01-10 16:33:08

kurasul
Member
Registered: 2017-12-20
Posts: 162

Re: Dell API Key

hi
first you need to create a account here https://techdirect.dell.com
when your account is create : login and go on the api portal
ask a new api key for a project and answer evey technical question.
they will generate a api key for your project.
after that you only eed to use it.
regards

ps : you can find info about api dell here
https://techdirect.dell.com/API_DOCs/apiwarrantyv4.pdf

Last edited by kurasul (2018-01-10 16:36:09)


Kurasul // IT Manager  ============  https://discord.gg/qgDXNwS
OS + plugins: Ubuntu 16.04 // GLPI 9.2.1 // Php 7.0 // Sql + phpmyadmin // LDAP //
Fusion Inventory 9.2+1.0 //Cartographie 4.4.0 // Dashboard 1.4.0 // Gestion de baies 1.8.0 // Comptes 2.3.0 // Impression PDF
Imports fabricants 2.0.0 // Liste des taches 1.2.0 // Plus de rapports 1.4.0 // Arrêté du parc 2.4.0

Offline

#4 2018-01-18 12:06:57

kurasul
Member
Registered: 2017-12-20
Posts: 162

Re: Dell API Key

hello
after searching a lot ^^
i make some porgression on this point

when you have you api key from dell the lengh can change
for me the lengh was 36 char so you need to make some modification
https://github.com/InfotelGLPI/manufact … /issues/44

go to your serveur

glpi /plugins/manufacturersimports/inc
modifiy your config.class.php
raw 364 --> <input type='text' name='supplier_key' size='40'
change the value by the size of your's


after that go modifiy the sql table

ALTER TABLE glpi_plugin_manufacturersimports_configs MODIFY supplier_key VARCHAR(40) default NULL;

regards


Kurasul // IT Manager  ============  https://discord.gg/qgDXNwS
OS + plugins: Ubuntu 16.04 // GLPI 9.2.1 // Php 7.0 // Sql + phpmyadmin // LDAP //
Fusion Inventory 9.2+1.0 //Cartographie 4.4.0 // Dashboard 1.4.0 // Gestion de baies 1.8.0 // Comptes 2.3.0 // Impression PDF
Imports fabricants 2.0.0 // Liste des taches 1.2.0 // Plus de rapports 1.4.0 // Arrêté du parc 2.4.0

Offline

Board footer

Powered by FluxBB