Seller

Number of existing sellers

Endpoint

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

{
  "SuccessResponse": {
    "Head": {
      "RequestId": "",
      "RequestAction": "shop-api/monitoring/seller/quantity",
      "ResponseType": "JSON",
      "Timestamp": "2016-10-21T10:57:16+0200"
    },
    "Body": {
      "quantity": "13",
      "created_at": {
        "from": "",
        "to": "2016-10-20T22:57:16"
      }
    }
  }
}

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

Endpoint

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

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