Statistics
You can get your Veeam Backup for Microsoft Azure statistics for the current moment.
Request
To retrieve statistics of Veeam Backup for Microsoft Azure, send the HTTP GET request to the /statistics/summary endpoint.
HTTP Request
GET https://<hostname>/api/v2/statistics/summary |
Request Headers
The request contains the following headers.
Header | Required | Value | Description |
---|---|---|---|
Authorization | Required | Bearer <Access-Token> | Authenticates a client who sends the request to the server. Must contain the access token for the current logon session in the Bearer <Access-Token> format. |
Response
The server returns the following response to the client.
Response Codes
A successfully completed operation returns a response code 200 (OK).
Response Headers
The response to this request contains the following headers. The response may also include additional standard HTTP headers.
Header | Value | Description |
---|---|---|
Content-length | integer | Identifies the length of the response body message, in bytes. |
Content-type |
| Identifies the media type of the response body message. |
Response Body
In the response body, Veeam Backup for Microsoft Azure returns the following:
Property | Type | Description |
---|---|---|
alarmsCount | integer | Number of alarms fired in Veeam Backup for Microsoft Azure for the last 24 hours. |
alarmsCountChangesTrend | string | Defines whether the number of alarms has changed for the last 24 hours. Possible values: NotChanged, Increased, Decreased. |
instancesCount | integer | Number of Azure VMs you can protect by Veeam Backup for Microsoft Azure. |
instancesCountChangesTrend | string | Defines whether the number of Azure VMS you can protect has changed for the last 24 hours. Possible values: NotChanged, Increased, Decreased. |
protectedInstancesCount | integer | Number of Azure VMs backed-up by Veeam Backup for Microsoft Azure. |
protectedInstancesCountChangesTrend | string | Defines whether the number of backed-up Azure VMs has changed for the last 24 hours. Possible values: NotChanged, Increased, Decreased. |
policiesCount | integer | Number of backup policies created in Veeam Backup for Microsoft Azure. |
policiesCountChangesTrend | string | Defines whether the number of backup policies has changed for the last 24 hours. Possible values: NotChanged, Increased, Decreased. |
repositoriesCount | integer | Number of repositories added to Veeam Backup for Microsoft Azure. |
repositoriesCountChangesTrend | string | Defines whether the number of repositories has changed for the last 24 hours. Possible values: NotChanged, Increased, Decreased. |
Example
The following request returns statistics of Veeam Backup for Microsoft Azure.
|