HealthSummarySpec

HealthSummarySpec
HealthSummarySpec
JSON Example
{
    "options": {
        "config": {
            "skipKnownHostCheck": false,
            "force": false
        },
        "include": {
            "summaryReport": false,
            "precheckReport": false
        }
    },
    "scope": {
        "includeFreeHosts": false,
        "includeAllDomains": false,
        "domains": [
            {
                "domainName": "string",
                "clusterNames": [
                    "string"
                ]
            }
        ]
    },
    "healthChecks": {
        "servicesHealth": false,
        "ntpHealth": false,
        "generalHealth": false,
        "certificateHealth": false,
        "passwordHealth": false,
        "connectivityHealth": false,
        "computeHealth": false,
        "storageHealth": false,
        "dnsHealth": false,
        "hardwareCompatibilityHealth": false,
        "versionHealth": false
    }
}
options
Optional

Sos options for support health checks.

scope
Optional

Domain and cluster under which logs should be collected.

healthChecks
Optional

Sos Health Checks.