Vcenter NamespaceManagement Supervisors SupervisorServices Message

Vcenter NamespaceManagement Supervisors SupervisorServices Message
Vcenter NamespaceManagement Supervisors SupervisorServices Message

The Vcenter NamespaceManagement Supervisors SupervisorServices Message schema contains information about the Supervisor Service on a Supervisor, and can include details about compatibility, Service status, and more.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "severity": "string",
    "type": "string",
    "details": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
string
severity
Required

Severity of the message.

For more information see: Vcenter NamespaceManagement Supervisors SupervisorServices Message MessageSeverity.

This property was added in vSphere API 8.0.3.0.

string
type
Optional

Type of the message.

For more information see: Vcenter NamespaceManagement Supervisors SupervisorServices Message MessageType.

This property was added in vSphere API 9.1.0.0.

If missing or null, the message type is not specified.

details
Optional

Details about the message.

This property was added in vSphere API 8.0.3.0.

If missing or null, message details are not required for taking actions.