{
  "synLogic": "int $ret \u003d $api();",
  "help": "The ns_get_max_ka API is used to get the maximum keep alive time used in load test",
  "notes": "",
  "returns": "int",
  "arguments": "",
  "parameterization": "",
  "component": [
    {
      "id": "$ret",
      "type": "TextField",
      "label": "Return Variable",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "First character must be Alpha.\r\nOther characters are Alpha, Numeric or Underscore",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Text",
        "disabled": false,
        "pattern": "^[a-zA-Z][a-zA-Z0-9_]{0,63}$",
        "required": false,
        "min": 0,
        "max": 0,
        "method": "isValidVar(arg)"
      },
      "quotes": true
    }
  ],
  "name": "ns_get_max_ka ",
  "syntax": "int ns_get_max_ka()",
  "javaSyntax": "",
  "cEx": "flow()\n{\n  int maxKa \u003d0;\n  maxKa \u003d ns_get_max_ka();\n  printf(“Maximum keep alive time is: %d”,maxKa);\n  //Example Output:\n  //Maximum Keep alive time is: 30\n}",
  "javaEx": "flow()\n{\n\n}",
  "insertStrC": "ns_get_max_ka();",
  "insertStrJava": "ns_get_max_ka();",
  "description": "The ns_get_max_ka API is used to get the maximum keep alive time used in load test "
}