Create logger
This operation creates a new HTTP request logger, with an unique label.
Request
Parameters |
---|
Add a new logger. The value is |
The unique label for the logger. |
{
"op": "create_logger",
"label": "mypentest"
}
Response
Attributes |
---|
The status of the operation. The value can be |
The ID of the newly created logger. Returned in case of a successful operation. |
Error message. Returned in case of a failed operation. The value is |
Error details. Returned in case of an error. |
{
"op_status": "success",
"logger_id": 545233
}