Products informations ===================== You can use EvoApi to obtain configuration informations about your products but also use simple requests to monitor your product fleet. List of products ---------------- Returns the list of all your products. .. raw:: html
curl -b "evoapi-cookie.txt" -X POST "https://rest.evoweb.elancite.fr/v1/products"
.. literalinclude:: _static/product.json :linenos: :language: json .. note:: Each product has a unique prod_identification. You should use this id for future requests. Product monitoring ------------------ Returns hardware status of a product (or all of your products). .. raw:: html
curl -b "evoapi-cookie.txt" -X POST "https://rest.evoweb.elancite.fr/v1/monitoring/001EC08273B8"
.. literalinclude:: _static/monitoring.json :linenos: :language: json .. note:: Just replace the product identification string (001EC08273B8 in our example) by the keyword **all** to obtain the same information for all your products. .. warning:: Research is limited to the events that have appeared on the last 24 hours.