How o store Back up data/ Data protection information in CMDB

Community Alums
Not applicable

Hello,

 

I am just wondering how to store the back-up information in ServiceNow CMDB. As a tactical solution for audit purpose, we have stored this information under description attribute of Server class. Now, I have been asked to  investigate the long term options for storing the Data Protection configuration within the ServiceNow CMDB. Before I go in the path of creating dedicated attribute for this information, I would like to check with community if there is any alternate option. 

 

Below is the sample data of back-up information of a Server. 

 

## START DATA PROTECTION CONFIGURATION ##
## DO NOT MODIFY THIS SECTION ##
{
"AssetName": "XXXXXXXXX",
"AssetType": "Server",
"ProtectionPolicies": [
{
"Type": "XXXBackup",
"Location": "aws",
"ProtectionLevel": "XXXXXXXXXXX_silver",
"ProtectionSystem": "XXXBackup",
"PolicyName": "silver_weekly, silver_daily",
"Retention": "Daily for 7 days, Weekly for 14 days",
"Schedule": "Daily at 14:00, Weekly on Monday at 14:00",
"Objects": "XXXXXXXXXXXX, XXXXXXXXXXXXXX",
"Excludes": "",
"ForcedIncludes": ""
}
]
}
## END DATA PROTECTION CONFIGURATION ##

0 REPLIES 0