Get reports on enterprise workloads
The reports that provide data on enterprise workloads such as virtual machines and databases.
View alert history report
This report provides a view of alerts details as per severity and type.
URL
https://apis.druva.com/platform/reporting/v1/reports/ewAlertHistory
Request type
HTTP POST
Sample cURL request
curl --request POST \
--url https://apis.druva.com/platform/reporting/v1/reports/ewAlertHistory \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"filters": {
"pageSize": 100,
"filterBy": [
{
"fieldName": "severity",
"operator": "EQUAL",
"value": "string"
}
]
},
"pageToken": ""
}
'
To try this API endpoint, see Reports API reference.
Note
On the API reference page, select
ewAlertHistory
as the report ID under path params to test this API endpoint.
Sample responses
{
"data": [
{
"generated": "2023-06-05T08:22:48.968Z",
"description": "Backup failed",
"target": "",
"resolved": "3",
"alertType": "Jobs",
"severity": "Warning",
"lastUpdatedTime": "2023-06-06T08:22:48.968Z",
"organization": "Default Organization"
}
],
"lastSyncTimestamp": "2024-03-28T06:59:06.590Z",
"filters": {},
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}
Field | Type | Description |
---|---|---|
data | array of objects | The collection of alerts. |
generated | date-time | The date and time, in UTC format, when the alerts were first triggered. |
description | string | The details of the generated alert. |
target | string | The resource for which the alert was triggered. |
resolved | string | The number of resolved alerts. |
alertType | string | The type of alert generated. For example, Jobs. |
severity | string | The severity of the alert. For example, Critical, Info, Warning, and so on. |
lastUpdatedTime | date-time | The last updated time of a report, in the UTC format. |
organization | string | The name of the organization. |
lastSyncTimestamp | date-time | Time stamp of the report data, in UTC format. |
filters | object | The filters applied on the report. |
nextPageToken | string | The token to access the next page of results. This parameter will be empty for the last page of the results. This token is valid for 5 minutes. |
{
"code": "string",
"data": {
"additionalProp": {}
},
"message": "string",
"retryable": true
}
Field | Type | Description |
---|---|---|
code | string | Error code. |
data | object | Data of the error. |
message | string | Error message. |
retryable | boolean | Can retry the API call (true for yes and false for no.) |
View disaster recovery replication activity report
This report provides a consolidated view of DR restore jobs based on the status and details of all replications.
URL
https://apis.druva.com/platform/reporting/v1/reports/ewDisasterRecoveryReplicationActivity
Request type
HTTP POST
Sample cURL request
curl --request POST \
--url https://apis.druva.com/platform/reporting/v1/reports/ewDisasterRecoveryReplicationActivity \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"filters": {
"pageSize": 100,
"filterBy": [
{
"fieldName": "lastUpdatedTime",
"operator": "GTE",
"value": "string"
}
]
},
"pageToken": ""
}
'
To try this API endpoint, see Reports API reference.
Note
On the API reference page, select
ewDisasterRecoveryReplicationActivity
as the report ID under path params to test this API endpoint.
Sample responses
{
"data": [
{
"lastUpdatedTime": "2023-06-05T08:37:28.593Z",
"ended": "2023-06-04T01:37:28.593Z",
"started": "2023-06-04T08:37:28.593Z",
"scheduled": "2023-06-05T09:37:28.593Z",
"jobID": 101,
"details": "Update DR Copy Successfully",
"awsAccountAndRegion": "",
"status": "Failed",
"vm": "Windows_2K12_uefi_R2",
"drPlanName": "Lin",
"organization": "Default Organization"
}
],
"lastSyncTimestamp": "2024-03-28T06:59:06.590Z",
"filters": {},
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}
Field | Type | Description |
---|---|---|
data | array of objects | The collection of DR job summaries. |
lastUpdatedTime | date-time | The last updated time of a report, in the UTC format. |
ended | date-time | The date and time when the DR Replication ended. |
started | date-time | The date and time when the DR Replication first occurred. |
scheduled | date-time | The time and date when the DR Replication restore is scheduled. |
jobID | integer | The unique identification number of the DR Replication job. |
details | string | The details of the DR Replication Job. For example, Cancelled. |
awsAccountAndRegion | string | The name of the AWS account and region. |
status | string | The status of the DR Replication Job. For example, Cancelled, Failed, and Successful. |
vm | string | The name of the virtual machine. |
drPlanName | string | The name of the DR Plan. |
organization | string | The name of the organization. |
lastSyncTimestamp | date-time | Time stamp of the report data, in UTC format. |
filters | object | The filters applied on the report. |
nextPageToken | string | The token to access the next page of results. This parameter will be empty for the last page of the results. This token is valid for 5 minutes. |
{
"code": "string",
"data": {
"additionalProp": {}
},
"message": "string",
"retryable": true
}
Field | Type | Description |
---|---|---|
code | string | Error code. |
data | object | Data of the error. |
message | string | Error message. |
retryable | boolean | Can retry the API call (true for yes and false for no.) |
View admin audit trails report
This report provides critical changes performed by all administrators with detailed logs of each activity.
URL
https://apis.druva.com/platform/reporting/v1/reports/ewAdminAuditTrails
Request type
HTTP POST
Sample cURL request
curl --request POST \
--url https://apis.druva.com/platform/reporting/v1/reports/ewAdminAuditTrails \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"filters": {
"pageSize": 100,
"filterBy": [
{
"fieldName": "sourceIP",
"operator": "EQUAL",
"value": "string"
}
]
},
"pageToken": ""
}
'
To try this API endpoint, see Reports API reference.
Note
On the API reference page, select
ewAdminAuditTrails
as the report ID under path params to test this API endpoint.
Sample responses
{
"data": [
{
"lastUpdatedTime": "2023-06-03T08:50:40.124Z",
"sourceIP": "10.11.12.10",
"organization": "org-1",
"resourceType": "MS-SQL",
"entityName": "WIN-IJNTIA99OCV#bset1",
"entityType": "Backup Set",
"actionName": "Restore to Original",
"administrator": "[email protected]",
"actionDetails": [
"Backup Policy"
]
}
],
"lastSyncTimestamp": "2024-03-29T07:53:06.977Z",
"filters": {},
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}
Field | Table | Description |
---|---|---|
data | array of objects | The collection of admin audit trail reports. |
lastUpdatedTime | date-time | The last updated time of a report, in the UTC format. |
sourceIP | string | A unique address that identifies a device on the Internet. |
organization | string | The name of the organization. |
resourceType | string | The type of resource associated with the entity. For example, Files, MS-SQL, CloudCache, VMware, and so on. |
entityName | string | The name of the resource on which the administrator performed the action. |
entityType | string | The type of the resource on which the administrator performed the action. For example, Admin Group, Backup Set, Billing Cost Code, Admin, and so on. |
actionName | string | The action performed by the administrator. For example, Create, Update, Delete, Login, Backup Now, and so on. |
administrator | string | Email of the administrator who performed the action. |
actionDetails | string | The details of the action performed by administrator. |
lastSyncTimestamp | string | Time stamp of the report data, in UTC format. |
filters | object | The filters applied on the report. |
nextPageToken | string | The token to access the next page of results. This parameter will be empty for the last page of the results. This token is valid for 5 minutes. |
{
"code": "string",
"data": {
"additionalProp": {}
},
"message": "string",
"retryable": true
}
Field | Type | Description |
---|---|---|
code | string | Error code. |
data | object | Data of the error. |
message | string | Error message. |
retryable | boolean | Can retry the API call (true for yes and false for no.) |
View restore activity report
This report provides a comprehensive list of all restore operations of the workloads performed for a specified.
URL
https://apis.druva.com/platform/reporting/v1/reports/ewRestoreActivity
Request type
HTTP POST
Sample cURL request
curl --request POST \
--url https://apis.druva.com/platform/reporting/v1/reports/ewRestoreActivity \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"filters": {
"pageSize": 100,
"filterBy": [
{
"fieldName": "jobID",
"operator": "EQUAL",
"value": 0
}
]
},
"pageToken": ""
}
'
To try this API endpoint, see Reports API reference.
Note
On the API reference page, select
ewRestoreActivity
as the report ID under path params to test this API endpoint.
Sample responses
{
"data": [
{
"lastUpdatedTime": "2023-06-03T09:05:35.866Z",
"ended": "2023-06-04T04:05:35.866Z",
"started": "2023-06-04T03:05:35.866Z",
"scheduled": "2023-06-05T09:05:35.866Z",
"jobID": 1011,
"details": "Restore completed successfully",
"status": "Successful",
"dataSelectedForRestore": "20971520",
"destinationServer": "server_12.16.73.21",
"source": "",
"restoreLocation": "/auto_restore_0WUZWS",
"administrativeGroup": "admin_org_2",
"organization": "org_2",
"workloads": "Files"
}
],
"lastSyncTimestamp": "2024-03-29T07:53:06.977Z",
"filters": {},
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}
Field | Type | Description |
---|---|---|
data | array of objects | The collection of restore activities. |
lastUpdatedTime | date-time | The last updated time of a report, in the UTC format. |
ended | date-time | The timestamp when the restore operation was completed. |
started | date-time | The timestamp when the restore operation started. |
scheduled | date-time | The scheduled timestamp of the restore operation for the server. |
jobID | integer | The unique identification number associated with the restore job. |
details | string | The details of the restore job. |
status | string | The status of the restore job. |
dataSelectedForRestore | string | The name of the snapshot or the folder selected for restore. |
destinationServer | string | The name of the destination server or virtual machine on which data was restored. |
source | string | The server or virtual machine on which a restore was initiated. |
restoreLocation | string | The location on the destination server or destination hypervisor and data store where the data was restored. |
adminstrativeGroup | string | The name of the administrative group of the workload. |
organization | string | The name of the organization under which the workload is configured. |
workloads | string | The name of the workload associated with the job. Example- Files, OracleSBT. |
lastSyncTimestamp | date-time | Time stamp of the report data, in UTC format. |
filters | object | The filters applied on the report. |
nextPageToken | string | The token to access the next page of results. This parameter will be empty for the last page of the results. This token is valid for 5 minutes. |
{
"code": "string",
"data": {
"additionalProp": {}
},
"message": "string",
"retryable": true
}
Field | Type | Description |
---|---|---|
code | string | Error code. |
data | object | Data of the error. |
message | string | Error message. |
retryable | boolean | Can retry the API call (true for yes and false for no.) |
View disaster recovery failover activity report
This report provides a consolidated view of DR failover job completion summary as per the status and details of all DR failovers.
URL
https://apis.druva.com/platform/reporting/v1/reports/ewDisasterRecoveryFailoverActivity
Request type
HTTP POST
Sample cURL request
curl --request POST \
--url https://apis.druva.com/platform/reporting/v1/reports/ewAlertHistory \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"filters": {
"pageSize": 100,
"filterBy": [
{
"fieldName": "severity",
"operator": "EQUAL",
"value": "string"
}
]
},
"pageToken": ""
}
'
To try this API endpoint, see Reports API reference.
Note
On the API reference page, select
ewDisasterRecoveryFailoverActivity
as the report ID under path params to test this API endpoint.
Sample responses
{
"data": [
{
"generated": "2023-06-05T08:22:48.968Z",
"description": "Backup failed",
"target": "",
"resolved": "3",
"alertType": "Jobs",
"severity": "Warning",
"lastUpdatedTime": "2023-06-06T08:22:48.968Z",
"organization": "Default Organization"
}
],
"lastSyncTimestamp": "2024-03-29T08:33:41.748Z",
"filters": {},
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}
Field | Type | Description |
---|---|---|
data | array of objects | The collection of disaster recovery failover activities. |
generated | date-time | The date and time, in UTC format, when the alerts were first triggered. |
description | string | The details of the generated alert. |
target | string | The resource for which the alert was triggered. |
resolved | string | The number of resolved alerts. |
alertType | string | The type of alert generated. For example, Jobs. |
severity | string | The severity of the alert. For example, Critical, Info, Warning, and so on. |
lastUpdatedTime | date-time | The last updated time of a report, in the UTC format. |
organization | string | The name of the organization. |
lastSyncTimestamp | string | Time stamp of the report data, in UTC format. |
filters | object | The filters applied on the report. |
nextPageToken | string | The token to access the next page of results. This parameter will be empty for the last page of the results. This token is valid for 5 minutes. |
{
"code": "string",
"data": {
"additionalProp": {}
},
"message": "string",
"retryable": true
}
Field | Type | Description |
---|---|---|
code | string | Error code. |
data | object | Data of the error. |
message | string | Error message. |
retryable | boolean | Can retry the API call (true for yes and false for no.) |
View resource status report
This report provides a consolidated and point-in-time status and details of all resources and associated backup sets.
URL
https://apis.druva.com/platform/reporting/v1/reports/ewResourceStatus
Request type
HTTP POST
Sample cURL request
curl --request POST \
--url https://apis.druva.com/platform/reporting/v1/reports/ewResourceStatus \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"filters": {
"pageSize": 100,
"filterBy": [
{
"fieldName": "backupsetType",
"operator": "EQUAL",
"value": "string"
}
]
},
"pageToken": ""
}
'
To try this API endpoint, see Reports API reference.
Note
On the API reference page, select
ewResourceStatus
as the report ID under path params to test this API endpoint.
Sample responses
{
"data::": [
{
"backupEnabled": "Yes",
"backupsetType": "Files",
"clientVersion": "6.2.0",
"osVersion": "Windows-2012Server-6.2.9200-SP0 (64bit)",
"resourceName": "spryiq_Win2k12-Client2",
"backupset": "spryiq_Win2k12-Client2#bset6",
"administrativeGroup": "admin_org-1",
"organization": "org-1",
"lastUpdatedTime": "2023-06-03T02:22:34.383Z",
"timezone": "Asia/Calcutta",
"backupContent": "Backup Folders- All Folders"
}
],
"lastSyncTimestamp": "2024-03-29T08:33:41.748Z",
"filters": {},
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}
Field | Type | Description |
---|---|---|
data | array of objects | The collection of resource statuses. |
backupEnabled | string | The status of the backup set, whether it is enabled for backup. |
backupsetType | string | The type of the backup set created for the resource. For example, Files, VMware, etc. |
clientVersion | string | The version of the agent installed. |
osVersion | string | The version of the operating system of the resource. |
resourceVersion | string | The name of the resource configured for backup. |
backupset | string | The name of the backup set associated with the resource. |
administrativeGroup | string | The name of the administrative group of the workload. |
organization | string | The name of the organization. |
lastUpdatedTime | date-time | The last updated time of a report, in the UTC format. |
timezone | string | The timezone of the account. |
backupContent | string | Details of the files included in & excluded from the backup. |
lastSyncTimestamp | date-time | Time stamp of the report data, in UTC format. |
filters | object | The filters applied on the report. |
nextPageToken | string | The token to access the next page of results. This parameter will be empty for the last page of the results. This token is valid for 5 minutes. |
{
"code": "string",
"data": {
"additionalProp": {}
},
"message": "string",
"retryable": true
}
Field | Type | Description |
---|---|---|
code | string | Error code. |
data | object | Data of the error. |
message | string | Error message. |
retryable | boolean | Can retry the API call (true for yes and false for no.) |
View disaster recovery failback activity report
This report provides details of the failback jobs triggered for the failed over EC2 instances in the organization.
URL
https://apis.druva.com/platform/reporting/v1/reports/ewDisasterRecoveryFailbackActivity
Request type
HTTP POST
Sample cURL request
curl --request POST \
--url https://apis.druva.com/platform/reporting/v1/reports/ewDisasterRecoveryFailbackActivity \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"filters": {
"pageSize": 100,
"filterBy": [
{
"fieldName": "jobID",
"operator": "EQUAL",
"value": 0
}
]
},
"pageToken": ""
}
'
To try this API endpoint, see Reports API reference.
Note
On the API reference page, select
ewDisasterRecoveryFailbackActivity
as the report ID under path params to test this API endpoint.
Sample responses
{
"data": [
{
"lastUpdatedTime": "2023-06-03T05:56:35.093Z",
"ended": "2023-06-03T09:56:35.093Z",
"started": "2023-06-03T07:56:35.093Z",
"jobID": 1001,
"details": "Cancelled",
"destinationVCenterESXi": "112.16.15.111",
"organization": "org-1",
"drPlanName": "Lin"
}
],
"lastSyncTimestamp": "2024-03-29T08:33:41.748Z",
"filters": {},
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}
Field | Type | Description |
---|---|---|
data | array of objects | The collection of DR failback activities. |
lastUpdatedTime | date-time | The last updated time of a report, in the UTC format. |
ended | date-time | The date and time when the DR Failback ended. |
started | date-time | The date and time when the DR Failback first occurred. |
jobID | integer | The unique identification number of the DR Failback job. |
details | string | The details of the DR Failback Job. For example, Cancelled. |
destinationVCenterESXi | string | The destination of the vCenter/ESXi setup where the instance must failback. |
organization | string | The name of the organization. |
drPlanName | string | The name of the DR Plan. |
lastSyncTimestamp | date-time | Time stamp of the report data, in UTC format. |
filters | object | The filters applied on the report. |
nextPageToken | string | The token to access the next page of results. This parameter will be empty for the last page of the results. This token is valid for 5 minutes. |
{
"code": "string",
"data": {
"additionalProp": {}
},
"message": "string",
"retryable": true
}
Field | Type | Description |
---|---|---|
code | string | Error code. |
data | object | Data of the error. |
message | string | Error message. |
retryable | boolean | Can retry the API call (true for yes and false for no.) |
View backup activity report
This report provides a comprehensive list of all backup operations performed for resources of the workloads configured in the organizations.
URL
https://apis.druva.com/platform/reporting/v1/reports/ewBackupActivity
Sample cURL request
curl --request POST \
--url https://apis.druva.com/platform/reporting/v1/reports/ewBackupActivity \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"filters": {
"pageSize": 100,
"filterBy": [
{
"fieldName": "jobID",
"operator": "EQUAL",
"value": 0
}
]
},
"pageToken": ""
}
'
To try this API endpoint, see Reports API reference.
Note
On the API reference page, select
ewBackupActivity
as the report ID under path params to test this API endpoint.
Sample responses
{
"data": [
{
"lastUpdatedTime": "2023-06-04T10:05:18.493Z",
"ended": "2023-06-04T01:05:18.493Z",
"started": "2023-06-04T03:05:18.493Z",
"scheduled": "2023-06-05T10:05:18.493Z",
"jobID": 668,
"workloads": "Files",
"status": "Successful",
"backupPolicy": "BackupPolicy1org2",
"backupType": "Full",
"resourceType": "SQL Standalone Instance",
"vm": "NA",
"backupMethod": "Incremental",
"backupContent": "Backup Folders: ['E:\\backup\\File31']",
"scanType": "Full",
"backupSet": "WIN-L8HL4FNA0KB#bset2",
"administrativeGroup": "group-1",
"organization": "org-1",
"details": "Backup completed successfully",
"deviceName": "NA"
}
],
"lastSyncTimestamp": "2024-03-29T08:33:41.748Z",
"filters": {},
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}
Field | Type | Description |
---|---|---|
data | array of objects | The collection of backup activities. |
lastUpdatedTime | date-time | The last updated time of a report, in the UTC format. |
ended | date-time | The time when the backup operation finished. |
started | date-time | The time when the backup operation started. |
scheduled | date-time | The backup schedule defined for the backup set. |
jobID | integer | The unique identification number associated with the backup job. |
workloads | string | The name of the workload to which the backup set belongs. For example Files, OracleDTC. |
status | string | The status of the backup job. |
backupPolicy | string | The backup policy associated with the resource. |
backupType | string | The backup type for virtual machines and SQL servers. |
resourceType | string | The SQL resource type, such as SQL Standalone Instance or SQL Availability Group. |
vm | string | The name of the virtual machine, backup mount name, or NAS device that has been backed up. |
backupMethod | string | The backup method used for Oracle databases, such as Full, Incremental, or Archive Logs. |
backupContent | string | The content rule or the custom content applied to the resource for backup. For Oracle and MS-SQL Servers, this field displays the number of databases included in the backup. |
scanType | string | The type of scans, such as the Smart scan or the Full scan. |
backupSet | string | The name of the backup set associated with the backup policy. |
adminstrativeGroup | string | The name of the administrative group of the workload. |
organization | string | The name of the organization in which the workload is configured. |
details | string | The details of the job. |
deviceName | string | The device name in Phoenix. Example - Ernie Carter's Macbook |
lastSyncTimestamp | date-time | Time stamp of the report data, in UTC format. |
filters | object | The filters applied on the report. |
nextPageToken | string | The token to access the next page of results. This parameter will be empty for the last page of the results. This token is valid for 5 minutes. |
{
"code": "string",
"data": {
"additionalProp": {}
},
"message": "string",
"retryable": true
}
Field | Type | Description |
---|---|---|
code | string | Error code. |
data | object | Data of the error. |
message | string | Error message. |
retryable | boolean | Can retry the API call (true for yes and false for no.) |
View storage consumption by backup sets report
This report lists the backup set wise storage consumption details for individual resources in the organization.
URL
https://apis.druva.com/platform/reporting/v1/reports/ewStorageConsumptionbyBackupSets
Request type
HTTP POST
Sample cURL request
curl --request POST \
--url https://apis.druva.com/platform/reporting/v1/reports/ewStorageConsumptionbyBackupSets \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"filters": {
"pageSize": 100,
"filterBy": [
{
"fieldName": "organization",
"operator": "LT",
"value": "string"
}
]
},
"pageToken": ""
}
'
To try this API endpoint, see Reports API reference.
Note
On the API reference page, select
ewStorageConsumptionbyBackupSets
as the report ID under path params to test this API endpoint.
Sample responses
{
"data": [
{
"lastUpdatedTime": "2023-06-04T10:05:18.493Z",
"currentSource": "14.74MB",
"estimatedStorage": "10.53MB",
"sourceChanges": "14.74MB",
"storageSourceReductionFactor": "fsnasst(1.4x)",
"backupPolicy": "BackupPolicy1org2",
"backupContent": "Backup Folders: ['E:\\backup\\File31']",
"backupSetType": "Files",
"backupSet": "WIN-L8HL4FNA0KB#bset3",
"administrativeGroup": "admin_org_2",
"organization": "org_2",
"storageTier": "None",
"warmThreshold": 15
}
],
"lastSyncTimestamp": "2024-03-29T08:33:41.748Z",
"filters": {},
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}
Field | Type | Description |
---|---|---|
data | array of objects | The collection of storage consumption information per backup set. |
lastUpdatedTime | date-time | The last updated time of a report, in the UTC format. |
currentSource | string | The size of the data on the source servers, databases, and virtual machines at the time of the last backup. |
estimatedStorage | string | The ratio of "Source+Changes" to Storage. This number is an estimate and it may change with the actual data stored on the cloud. |
sourceChanges | string | The amount of backup data generated at the source. This includes the initial full backup and incremental data from all subsequent backups. |
storageSourceReductionFactor | string | The ratio of Source+Change to the Druva storage. |
backupPolicy | string | The backup policy associated with the resource. |
backupContent | string | The content rule or the custom content applied to the resource for backup.For Oracle and MS-SQL Servers, this field displays the number of databases included in the backup. |
backupSetType | string | The type of the backup set of the resource. |
backupSet | string | The name of the backup set associated with a workload. |
administrativeGroup | string | The name of the administrative group of the workload. |
organization | string | The name of the organization in which the workload is configured. |
storageTier | string | The storage tier where snapshots are stored. |
warmThreshold | integer | The number of days before a snapshot is moved from warm storage tier to cold. |
{
"code": "string",
"data": {
"additionalProp": {}
},
"message": "string",
"retryable": true
}
Field | Type | Description |
---|---|---|
code | string | Error code. |
data | object | Data of the error. |
message | string | Error message. |
retryable | boolean | Can retry the API call (true for yes and false for no.) |
Updated 8 months ago