View commcell security posture
Select
SaaS
Customer Managed
View the security posture for a commcell, its security dashboard is given as output of this api
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- companyId int32
securityCategories object[]
category int32parameter object[]
active stringrecommendation stringparamName stringcurrentSetting stringparamId int32remarks stringstatus int32error object
errorCode int32
{
"companyId": 0,
"securityCategories": [
{
"category": 0,
"parameter": [
{
"active": "string",
"recommendation": "string",
"paramName": "string",
"currentSetting": "string",
"paramId": 0,
"remarks": "string",
"status": 0
}
]
}
],
"error": {
"errorCode": 0
}
}
{
"companyId": 0,
"securityCategories": [
{
"category": 0,
"parameter": [
{
"active": "Active",
"recommendation": "5 or fewer failed log-ins",
"paramName": "Failed login lockout count",
"currentSetting": "50 failed logins",
"paramId": 3,
"remarks": "This setting is not following recommendations in accordance to AC-7 NIST 800-53 publication.<a href=#/commCell target=\"_blank\">Click here</a> to configure.",
"status": 2
},
{
"active": "Active",
"recommendation": "GUI timeout should be 30 minutes or less",
"paramName": "Commcell Console timeout period",
"currentSetting": "Commcell Console will timeout after 30 minutes.",
"paramId": 15,
"remarks": "This setting is following recommendations in accordance to AC-7 NIST 800-53 publication",
"status": 0
}
]
},
{
"category": 4,
"parameter": [
{
"active": "Active",
"recommendation": "",
"paramName": "Windows MediaAgents with admin shares",
"currentSetting": "No MediaAgents have admin shares enabled",
"paramId": 25,
"remarks": "",
"status": 0
}
]
},
{
"category": 1,
"parameter": [
{
"active": "Not Applicable",
"recommendation": "Retention for Critical audit trail: 1 year\nRetention for High audit trail: 1 year\nRetention for Medium audit trail: 8 months\nRetention for Low audit trail: 4 months",
"paramName": "Audit trail",
"currentSetting": "Retention for Critical audit trail: 1 year<br>Retention for High audit trail: 1 year<br>Retention for Medium audit trail: 8 months<br>Retention for Low audit trail: 4 months",
"paramId": 7,
"remarks": "<a href=#/reportDetails?reportName=Audit%20trail target=\"_blank\">View full audit trail report</a> for export options",
"status": 0
}
]
},
{
"category": 2,
"parameter": [
{
"active": "Active",
"recommendation": "Encrypt storage",
"paramName": "Storage with encryption",
"currentSetting": "0/3 storage have encryption enabled",
"paramId": 8,
"remarks": "<a href=#/securityDashboard/storageEncryptions target=\"_blank\">Click here</a> to see storage encryption details",
"status": 2
},
{
"active": "Not Applicable",
"recommendation": "Configure a third-party encryption key management server as required by your organization",
"paramName": "Key Management",
"currentSetting": "Not Configured",
"paramId": 9,
"remarks": "<a href=#/keyManagement target=\"_blank\">Click here</a> to configure a third-party key management server",
"status": 1
}
]
},
{
"category": 3,
"parameter": [
{
"active": "Active",
"recommendation": "Enable this option to allow restrictions for browse and restores only for company tenants",
"paramName": "Privacy feature",
"currentSetting": "Disabled",
"paramId": 18,
"remarks": "<a href=#/commCell target=\"_blank\">Click here</a> to view details.",
"status": 1
},
{
"active": "Active",
"recommendation": "Enable this option to allow password-protected restores only for company tenants",
"paramName": "Passkey for restore feature",
"currentSetting": "No client computer owners have enabled the passkey for restore operations",
"paramId": 19,
"remarks": "<a href=#/commCell target=\"_blank\">Click here</a> to view details.",
"status": 1
},
{
"active": "Active",
"recommendation": "",
"paramName": "Requires user authentication for installing agents",
"currentSetting": "Authentication is required",
"paramId": 23,
"remarks": "",
"status": 0
}
]
}
],
"error": {
"errorCode": 0
}
}
Loading...