Config Action

Request

  1. GET /rest/v1/config/fe/

Description

Config Action is used to obtain current FE configuration information.

Path parameters

None

Query parameters

None

Request body

None

Response

  1. {
  2. "msg": "success",
  3. "code": 0,
  4. "data": {
  5. "column_names": ["Name", "Value"],
  6. "rows": [{
  7. "Value": "DAY",
  8. "Name": "sys_log_roll_interval"
  9. }, {
  10. "Value": "23",
  11. "Name": "consistency_check_start_time"
  12. }, {
  13. "Value": "4096",
  14. "Name": "max_mysql_service_task_threads_num"
  15. }, {
  16. "Value": "1000",
  17. "Name": "max_unfinished_load_job"
  18. }, {
  19. "Value": "100",
  20. "Name": "max_routine_load_job_num"
  21. }, {
  22. "Value": "SYNC",
  23. "Name": "master_sync_policy"
  24. }]
  25. },
  26. "count": 0
  27. }

The returned result is the same as System Action. Is a description of the table.