fix: core_active_backup.py fix docstrings for docs_parser.py

This commit is contained in:
Luboš Zíma
2025-07-13 20:09:26 +07:00
parent 28b7044487
commit eb199c95ca

View File

@ -874,6 +874,8 @@ class ActiveBackupBusiness(base_api.BaseApi):
"""
Get logs from the package, tasks and devices.
Notes
-----
From `[Activities -> Log]` screen in ABB.
For specific task logs `[Task List -> Details -> Log]`, specify `task_id` parameter.
@ -1144,8 +1146,6 @@ class ActiveBackupBusiness(base_api.BaseApi):
"""
Get details of a task result log.
`result_id` can be retrieved from `list_logs()` function.
Parameters
----------
result_id : int
@ -1173,6 +1173,10 @@ class ActiveBackupBusiness(base_api.BaseApi):
dict[str, object]
Dictionary containing a list of result details.
Notes
-----
`result_id` can be retrieved from `list_logs()` function.
Examples
--------
```json
@ -1188,7 +1192,7 @@ class ActiveBackupBusiness(base_api.BaseApi):
"other_params": {
"fs_error": -65,
"os_name": "smb",
"path": "/D",
"path": "abc",
"task_id": 8
},
"result_detail_id": 9526,