Appliance Logging Liagent LogCollection ResponseSpec
The Appliance Logging Liagent LogCollection ResponseSpec schema describes the loginsight agent configuration in vCenter.
This schema was added in vSphere API 9.1.0.0.
{
"enabled": false,
"unitid": "string",
"unittype": "string",
"status": "string",
"message": "string",
"content": "string"
}
Specifies whether log collection is enabled for this unit.
This property was added in vSphere API 9.1.0.0.
A unique identifier for the log collection unit, typically aligned with the component's logical or infrastructure identity.
This property was added in vSphere API 9.1.0.0.
Value indicating the nature of the component (vCenterServer or ESXi)
For more information see: Appliance Logging Liagent LogCollection UnitType.
This property was added in vSphere API 9.1.0.0.
Status indicates the configuration status of loginsight in vCenter. This can have the values : "NOT_CONFIGURED", "CONFIGURED" or "FAILED"
For more information see: Appliance Logging Liagent LogCollection ResponseSpec Status.
This property was added in vSphere API 9.1.0.0.
Error or success message, post configuration of loginsight. Example : "An unexpected error occurred while applying the configuration." or "Configuration was received and applied."
This property was added in vSphere API 9.1.0.0.
The raw text/string content of the loginsight agent configuration configured within vCenter.
This property was added in vSphere API 9.1.0.0.
If missing or null, there is no content to be shown.