MonoCloud Management SDK
    Preparing search index...

    Log System Response: Represents the system or application instance that generated the log entry.

    LogSystem

    interface LogSystem {
        activity_id?: string | null;
        local_ip: LogIpDetails;
        process_id: number;
    }
    Index

    Properties

    activity_id?: string | null

    The activity identifier associated with the request.

    LogSystem

    local_ip: LogIpDetails

    The local IP address details of the service handling the request.

    LogSystem

    process_id: number

    The process identifier of the executing service.

    LogSystem