mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Log REST/JSON calls (config: 'log_rest_service' => true ; stored as EventRestService)
SVN:trunk[3688]
This commit is contained in:
@@ -351,7 +351,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
));
|
||||
|
||||
//
|
||||
// Class: EventWebService
|
||||
// Classes: EventWebService and EventRestService
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
@@ -369,6 +369,20 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:EventWebService/Attribute:log_error+' => 'Результаты логов ошибок',
|
||||
'Class:EventWebService/Attribute:data' => 'Данные',
|
||||
'Class:EventWebService/Attribute:data+' => 'Результаты данных',
|
||||
'Class:EventRestService' => 'REST/JSON call~~',
|
||||
'Class:EventRestService+' => 'Trace of a REST/JSON service call~~',
|
||||
'Class:EventRestService/Attribute:operation' => 'Operation~~',
|
||||
'Class:EventRestService/Attribute:operation+' => 'Argument \'operation\'~~',
|
||||
'Class:EventRestService/Attribute:version' => 'Version~~',
|
||||
'Class:EventRestService/Attribute:version+' => 'Argument \'version\'~~',
|
||||
'Class:EventRestService/Attribute:json_input' => 'Input~~',
|
||||
'Class:EventRestService/Attribute:json_input+' => 'Argument \'json_data\'~~',
|
||||
'Class:EventRestService/Attribute:code' => 'Code~~',
|
||||
'Class:EventRestService/Attribute:code+' => 'Result code~~',
|
||||
'Class:EventRestService/Attribute:json_output' => 'Response~~',
|
||||
'Class:EventRestService/Attribute:json_output+' => 'HTTP response (json)~~',
|
||||
'Class:EventRestService/Attribute:provider' => 'Provider~~',
|
||||
'Class:EventRestService/Attribute:provider+' => 'PHP class implementing the expected operation~~',
|
||||
));
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user