Product

Number of sources

Endpoint

/shop-api/monitoring/product/sources-quantity/[Y-m-d\TH:i:sO]

{
  "SuccessResponse": {
    "Head": {
      "RequestId": "",
      "RequestAction": "shop-api/monitoring/product/sources-quantity",
      "ResponseType": "JSON",
      "Timestamp": "2016-10-21T10:55:20+0200"
    },
    "Body": {
      "quantity": "455",
      "created_at": {
        "from": "",
        "to": "2016-10-20T22:55:20"
      }
    }
  }
}

Number of simples

Endpoint

/shop-api/monitoring/product/quantity[Y-m-d\TH:i:sO]

{
  "SuccessResponse": {
    "Head": {
      "RequestId": "",
      "RequestAction": "shop-api/monitoring/product/quantity",
      "ResponseType": "JSON",
      "Timestamp": "2016-10-21T10:55:34+0200"
    },
    "Body": {
      "quantity": "475",
      "created_at": {
        "from": "",
        "to": "2016-10-20T22:55:34"
      }
    }
  }
}

Number of products updates done with following conditions: updated_at higher than last 24h and less than last 5 minutes (parameter for threshold)

Endpoint

/shop-api/monitoring/product/updates[Y-m-d\TH:i:sO]

{
  "SuccessResponse": {
    "Head": {
      "RequestId": "",
      "RequestAction": "shop-api/monitoring/product/updates",
      "ResponseType": "JSON",
      "Timestamp": "2016-10-21T10:55:50+0200"
    },
    "Body": {
      "updates": "0",
      "updated_at": {
        "from": "2016-10-19T22:55:50",
        "to": "2016-10-20T22:55:50"
      }
    }
  }
}