Era.Common.DataDefinition.Settings.Cleanup

Description

Properties

Name JsonSchemaType Description
max_audit_log_age_days integer
max_detection_log_age_days integer
max_managment_log_age_days integer
max_monitoring_log_age_days integer

Dual message (request/response)

No dual message.

Referenced in messages

Era.Common.DataDefinition.Settings.ServerSettings

JsonSchema

{
    "title": "Era.Common.DataDefinition.Settings.Cleanup",
    "type": "object",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "required": [
        "Era.Common.DataDefinition.Settings.Cleanup"
    ],
    "properties": {
        "Era.Common.DataDefinition.Settings.Cleanup": {
            "$ref": "#/definitions/Cleanup"
        }
    },
    "definitions": {
        "Cleanup": {
            "additionalProperties": false,
            "type": "object",
            "properties": {
                "max_audit_log_age_days": {
                    "type": "integer"
                },
                "max_detection_log_age_days": {
                    "type": "integer"
                },
                "max_managment_log_age_days": {
                    "type": "integer"
                },
                "max_monitoring_log_age_days": {
                    "type": "integer"
                }
            }
        }
    }
}