Gets summary of TSM for VE stats based on the date range specified
| Requires authentication? | Yes (HTTP authentication using user name and API key) |
| Response formats | JSON |
api/tsmforve/successratesummary?organisationId=5&startDate=2016-01-01 00:00
| 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 retrieved. |
|
nodeGroupId optional |
Id of the node group |
|
startDate optional |
Start date in the format yyyy-MM-dd HH:mm. If not specified, then the default value will be used, which will be seven days before the current date |
|
endDate optional |
End date in the format yyyy-MM-dd HH:mm. If not specified, then the default value will be used, which will be the current date |
|
view optional |
Type of data to be retrieved. The value can be Backup or Archive. If not specified, the default value of Backup will be used. |
[
{
"DateCreated": "2016-03-13T00:00:00",
"Success": 20.0,
"Failure": 2.0,
"PercentSuccess": 90.91,
"PercentFailure": 9.09,
"ServerName": null,
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"NodeGroupId": 0,
"GroupName": null
},
{
"DateCreated": "2016-03-12T00:00:00",
"Success": 21.0,
"Failure": 1.0,
"PercentSuccess": 95.45,
"PercentFailure": 4.55,
"ServerName": null,
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"NodeGroupId": 0,
"GroupName": null
},
{
"DateCreated": "2016-03-11T00:00:00",
"Success": 33.0,
"Failure": 12.0,
"PercentSuccess": 73.33,
"PercentFailure": 26.67,
"ServerName": null,
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"NodeGroupId": 0,
"GroupName": null
},
{
"DateCreated": "2016-03-10T00:00:00",
"Success": 21.0,
"Failure": 1.0,
"PercentSuccess": 95.45,
"PercentFailure": 4.55,
"ServerName": null,
"NodeGUID": "00000000-0000-0000-0000-000000000000",
"NodeGroupId": 0,
"GroupName": null
}
]