SystemSettingsSupportConnection
SystemSettingsSupportConnection - List
Lists all Support Connection settings.
GET
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/SystemSettingsSupportConnectionSuccess Response
[
{
"connection_forever": false,
"enable_days": 5,
"enable_hours": 3,
"enable_minutes": 58,
"support_connection": true,
"support_connection_ip": "10.99.0.7"
}
]SystemSettingsSupportConnection - RefreshList
Syncs the current Support Connection Settings list with LogPoint's Support Connection settings.
POST
Request Example
Success Response
SystemSettingsSupportConnection - Save
Updates the existing settings of Support Connection.
POST
Parameters
connection_forever
Enable Support Connection Forever
boolean
Value must be "true" to enable Support Connection forever. Default Value: "false". Optional Field
enable_days
Days
int
Time limit in days to keep support connection active. Mandatory only when the value of the connection_forever parameter is "false". Optional Field
enable_hours
Hours
int
Time limit in hours to keep support connection active. Mandatory only when the value of the connection_forever parameter is "false". Optional Field
enable_minutes
Minutes
int
Time limit in minutes to keep support connection active. Mandatory only when the value of the connection_forever parameter is "false". Optional Field
support_connection
Enable Support Connection
String
Value must be "on" to enable Support Connection. Optional Field
Request Example
Success Response
Last updated
Was this helpful?