SystemSettingsModesOfOperation

SystemSettingsModesOfOperation - List

Lists the modes of operations available.

GET

https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/SystemSettingsModesOfOperation

Success Response

[
    {
        "buffering": false,
        "is_li_light": true,
        "remote_li": ""
    }
]

SystemSettingsModesOfOperation - Save

Configures the Fabric-enabled LogPoint as a LogPoint Collector.

POST

https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/SystemSettingsModesOfOperation

Parameters

Field
Label in UI
Type
Description

buffering

Enable Buffering

String

Accepts value as "on" or "off" to enable or disable buffering when the value of is_li_lite parameter is set as "on". Enabling buffering stores data in local persistent storage during network outage. Optional Field

is_li_lite

Is this a LogPoint Collector installation?

String

Set the values of this parameter as "on" or "off" to enable or disable your LogPoint as a LogPoint Collector. Mandatory Field

Request Example

Success Response

Was this helpful?