Get Get Login Chart Report

Get Get Login Chart Report

DAY = past day, aggregated per hour WEEK = past week, aggregated per day MONTH = past month, aggregated per day QUARTER = past 12 weeks, aggregated per week

Request
URI
GET
https://{api_host}/SAAS/jersey/manager/api/reporting/reports/loginchart
COPY
Query Parameters
string
interval
Required

Chart the logins for this past time interval

Possible values are : DAY, WEEK, MONTH, QUARTER,

Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ChartDefinition of type(s) application/vnd.vmware.horizon.manager.reports.chart+json
{
    "_links": {
        "_links": {
            "href": "string",
            "params": {}
        }
    },
    "labels": [
        "string"
    ],
    "values": [
        "string"
    ]
}
object
_links
Optional

_links

array of string
labels
Required

The labels for each data point

array of string
values
Optional

The data points for the chart, array position matches label position


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/SAAS/jersey/manager/api/reporting/reports/loginchart?interval=v