While deploying a module, self-check must be done on the side of the resource; this will give the information about the resource.


History: Employee of the resource deploying the plugin.

Once the store is ready to work with API, it is necessary to send a request to /control/api/plugin/onDiagnosticInformationUpdated

Transmission method: POST

Format: JSON

URL: /control/api/plugin/onDiagnosticInformationUpdated


Structure:

{
  "dateCreated" : string (дата отправки),
  "diagnosticType" : string (тип диагностики),
  "description" : string (описание результата диагностики),
  "status" : integer (результат диагностики - 1 или 0)
}


Example:

{
    "dateCreated" : "2016-07-07T15:24:31",
    "diagnosticType" : "InstallPlugin",
    "description" : "Magento 1.9.2.4",
    "status" : 1
}