Gets recovery log detailed stats for a particular day
| Requires authentication? | Yes (HTTP authentication using user name and API key) |
| Response formats | JSON |
api/recoverylog/detailsbydate?organisationId=5&nodeGuid=7E08BD44-752F-4839-9F2A-840E5CB028A6&date=2016-01-01
| Name | Description |
|---|---|
|
organisationId required |
Id of the organisation |
|
nodeGuid optional |
Unique identifier for the predatar agent. If not specified, then the data for all the TSM servers will be included in the result. |
|
date optional |
Date for which the data need to be viewed in the format yyyy-MM-dd. If not specified, then the current date will be used. |
[
{
"ServerName": "TSM-ABC-01",
"Capacity_MB": 131072,
"Used_Capacity": 917.50399999999991,
"Pct_Utilized": 0.7,
"DateTimeCreated": "2016-03-10T09:45:08",
"Free_Space_MB": 130133,
"Active_Log_Dir": "C:\\tsminst1\\actlog\\log",
"Mirror_Log_Dir": "",
"AFailOver_Log_Dir": "",
"Arch_Log_Dir": "C:\\tsminst1\\archlog\\arch"
},
{
"ServerName": "TSM-ABC-01",
"Capacity_MB": 131072,
"Used_Capacity": 786.432,
"Pct_Utilized": 0.6,
"DateTimeCreated": "2016-03-10T09:30:12",
"Free_Space_MB": 130214,
"Active_Log_Dir": "C:\\tsminst1\\actlog\\log",
"Mirror_Log_Dir": "",
"AFailOver_Log_Dir": "",
"Arch_Log_Dir": "C:\\tsminst1\\archlog\\arch"
},
{
"ServerName": "TSM-ABC-01",
"Capacity_MB": 131072,
"Used_Capacity": 655.36,
"Pct_Utilized": 0.5,
"DateTimeCreated": "2016-03-10T09:15:06",
"Free_Space_MB": 130307,
"Active_Log_Dir": "C:\\tsminst1\\actlog\\log",
"Mirror_Log_Dir": "",
"AFailOver_Log_Dir": "",
"Arch_Log_Dir": "C:\\tsminst1\\archlog\\arch"
},
{
"ServerName": "TSM-ABC-01",
"Capacity_MB": 131072,
"Used_Capacity": 1048.576,
"Pct_Utilized": 0.8,
"DateTimeCreated": "2016-03-10T09:00:24",
"Free_Space_MB": 129965,
"Active_Log_Dir": "C:\\tsminst1\\actlog\\log",
"Mirror_Log_Dir": "",
"AFailOver_Log_Dir": "",
"Arch_Log_Dir": "C:\\tsminst1\\archlog\\arch"
}
]