HealthInfo

HealthInfo
HealthInfo

Contains diagnostics information of the VCDA service.

JSON Example
{
    "address": "string",
    "applianceBootTimestamp": 0,
    "buildDate": 0,
    "buildVersion": "string",
    "currentTime": 0,
    "dbError": {
        "args": [],
        "code": "Forbidden",
        "msg": "Permission denied.",
        "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
    },
    "diskUsage": {
        "free": 897464,
        "total": 10123528,
        "usable": 8692104
    },
    "instanceId": "string",
    "lsError": {
        "args": [],
        "code": "Forbidden",
        "msg": "Permission denied.",
        "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
    },
    "ntpError": {
        "args": [],
        "code": "Forbidden",
        "msg": "Permission denied.",
        "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
    },
    "productName": "string",
    "runtimeId": "string",
    "serviceBootTimestamp": 0
}
string
address
Optional

The IP address or hostname of the appliance.

integer As int64 As int64
applianceBootTimestamp
Optional

Unix timestamp in milliseconds of the last time the appliance booted.

integer As int64 As int64
buildDate
Optional

Build time of the product.

string
buildVersion
Optional

Product version along with the build ID.

integer As int64 As int64
currentTime
Optional

Current time of the appliance operating system.

dbError
Optional

dbError

diskUsage
Optional

diskUsage

string As uuid As uuid
instanceId
Optional

Unique identifier of the service, which never changes.

lsError
Optional

lsError

ntpError
Optional

ntpError

string
productName
Optional

The name of the product.

string As uuid As uuid
runtimeId
Optional

Value that remains constant while the service is running. The value changes when the service restarts.

integer As int64 As int64
serviceBootTimestamp
Optional

Unix timestamp in milliseconds of the last time the service booted.