Vcenter NamespaceManagement Supervisors Logs Configuration

Vcenter NamespaceManagement Supervisors Logs Configuration
Vcenter NamespaceManagement Supervisors Logs Configuration

The Vcenter NamespaceManagement Supervisors Logs Configuration represents the log streaming configuration for a given Vcenter NamespaceManagement Supervisors Logs ConfigurationCore UnitType.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "certificates": [
        "string"
    ],
    "enabled": false,
    "unittype": "string",
    "content": "string"
}
array of string
certificates
Optional

Represents a list of PEM-encoded certificates, with each string representing a single certificate. These certificates are intended for establishing secure connection between the logging agent and the destination log server.

This property was added in vSphere API 9.1.0.0.

If missing or null, certificates is not required when the log streaming is being disabled.

boolean
enabled
Required

Specifies whether log streaming is enabled for the given unit type. If false, the content should have appropriate configuration to disable the log streaming for the given unit type. If true, the content should have appropriate configuration to enable the log streaming for the given unit type.

This property was added in vSphere API 9.1.0.0.

string
unittype
Required

Represents the Vcenter NamespaceManagement Supervisors Logs ConfigurationCore UnitType for which the logs needs to be streamed.

For more information see: Vcenter NamespaceManagement Supervisors Logs ConfigurationCore UnitType.

This property was added in vSphere API 9.1.0.0.

string
content
Required

Defines the configuration to be applied to the logging agent within the given unit type. The content should have a valid configuration based on the logging agent in the given unit type to stream the desired logs to the destination log server.

This property was added in vSphere API 9.1.0.0.