PrecheckIssue

PrecheckIssue
PrecheckIssue

Represents a single problem, either a warning or an error, found during a precheck.

JSON Example
{
    "id": "VCF-ERROR-001",
    "type": "WARN",
    "message": {
        "args": {
            "cloudProxyFqdn": "cloudProxy1.vsphere.local"
        },
        "localizedMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
        "defaultMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
        "id": "com.broadcom.lcm.ops.cloudproxy.upgrade.started"
    },
    "resolution": {
        "args": {
            "cloudProxyFqdn": "cloudProxy1.vsphere.local"
        },
        "localizedMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
        "defaultMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
        "id": "com.broadcom.lcm.ops.cloudproxy.upgrade.started"
    }
}
string
id
Required

A unique, human-readable identifier for this specific type of precheck issue. This ID allows for consistent referencing across precheck reports and can be used to link to internal documentation or knowledge base articles for troubleshooting and resolution (e.g., 'VCF-ERROR-001' for a health check error, 'VCF-DB-001' for a database connection warning).

string
type
Required

The severity of the issue, indicating whether it's a non-blocking warning (WARN) or a critical error (ERROR) that prevents the operation, or that the operation was skipped (SKIPPED).

Possible values are : WARN, ERROR, SKIPPED,
message
Required

message

resolution
Optional

resolution

Property Of