Correct request:
POST /handler.php HTTP/1.1
Accept: */*
Content-Type: application/x-www-form-urlencoded
Host: isv.endpoint.example.org
Authorization: Basic am9objpxd2UxMjM=
APS_PROTOCOL_MODEL=3&APS_ACTION=GET-INFO&APS_TEST_MODE=N&PURCHASE_ID=12345678&PRODUCT_ID=someproduct1®_NAME=54321
Successful response with “key info” in the response body:
HTTP/1.1 200 OK
Date: Thu, 01 Sep 2016 15:02:10 GMT
Server: Web Server
Content-Type: application/json; charset=UTF8
{
"version": "isv-reportable-1",
"usage":
{
"usedAccounts" : 20,
"usedClusters" : 4
}
}
The correct response must meet the following requirements:
- Field “version” must always be equal to
"isv-reportable-1"
. - All fields should always be present. If there is no data, zero values
should be used. - Values must be non-negative integers.