LogCollectionStatus

LogCollectionStatus
LogCollectionStatus
JSON Example
{
    "version": 0,
    "enabled": false,
    "unitid": "string",
    "unittype": "string",
    "status": "string",
    "message": "string",
    "lastUpdatedTime": 0,
    "content": "string",
    "certificates": "string"
}
integer As int64 As int64
version
Optional

version

boolean
enabled
Optional
Constraints: default: true

Specifies whether log collection is enabled for this unit. Set true to enable log collection

string
unitid
Optional

A unique identifier for the log collection unit. Node id of the NI node.

string
unittype
Optional

Type of NI node. Example - platform, collector.

string
status
Optional

Config status of agent on given unit id.

Possible values are : RECEIVED, CONFIGURED, FAILED,
string
message
Optional

Additional details of config status.

integer As int64 As int64
lastUpdatedTime
Optional

lastUpdatedTime

string
content
Optional

The raw text/string content for the log collector agent's configuration (INI, YAML, etc.).

string
certificates
Optional

Certificates are intended for establishing secure connections from the component to the destination log server.