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

Parameter

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

{
    "data": {
        "buffering": "on",
        "is_li_lite": "on"
    }
}

Success Response

{
    "status": "Success",
    "message": "/monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}

Helpful?

We are glad this guide helped.


Please don't include any personal information in your comment

Contact Support