Ideas for Vusion Manager

Exclude Stores from Monitoring

Since some customers have a store without consistently online access points or data integrations, exclude those stores from monitoring. Otherwise unnecessary email for offline access points are sent.

  • Guest
  • Jan 2 2023
  • Already exists
  • Attach files
  • Guest commented
    January 09, 2023 09:03

    Dear customer,

    As mentioned in the comment above, this functionality already exists through API.

    BR,

    Emmanuelle

  • Guest commented
    January 05, 2023 06:01

    It is already exists.

    You can exclude store from monitoring by V:Manager Pro API.


    Please use POST : /stores/{storeId}/configuration/monitoring

    POST https://api-eu.vusion.io/vusion-pro/v1/stores/{storeId}/configuration/monitoring HTTP/1.1
    Host: api-eu.vusion.io
    Content-Type: application/json
    Ocp-Apim-Subscription-Key: ••••••••••••••••••••••••••••••••

    {
    "status": "ACTIVE"
    }