configuration / cli

CLI REST-API

time-out

time-out
This is a read-write object and valid values are timers.

Datatype-Help:
valid values have to enter like this: As Bm Ch Dd Ew.
A is seconds
B is minutes
C is hours
D is days
E is weeks
Examples:
10s
2h
30s 15m
5s 4m 3h 2d 1w



See also:
/configuration/cli: cli
/configuration/cli/text-color: text-color setting for lt_cli
/configuration/cli/default-view: default-view setting for view-command
/configuration/cli/default-view-depth: default-view-depth
/configuration/cli/default-table-columns: default-table-columns
/configuration/cli/confirm-change: show object, if it changes by you
/configuration/cli/confirm-quit: always ask to confirm before quitting
/configuration/cli/history-size: Sets the maximal number of lines inside the History-File
/configuration/cli/print-update-errors: print errors if something went wrong while updating the parameters
/configuration/cli/show-logo: prints the MEINBERG-logo when the program starts
/configuration/cli/read-cache: cli caches its values instead of updating every time

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/cli


Example using curl:
curl /api/configuration/cli


Method: PATCH
URL: /api/configuration/cli
Body:
{
  "time-out": "10 seconds"
}

Example using curl:
curl -X PATCH /api/configuration/cli -d
{
  "time-out": "10 seconds"
}