2017-01-01-strategy_info_by_id.md 503 B


category: Strategy apiurl: '/api/v1/strategy/#{strategy_id}' title: "Get Strategy info by id" type: 'GET' sample_doc: 'template.html'

layout: default

  • Session Required
  • ex. /api/v1/strategy/904

Response

{ "id": 904, "metric": "agent.alive", "tags": "", "max_step": 3, "priority": 1, "func": "all(#3)", "op": "==", "right_value": "1", "note": "this is a test", "run_begin": "00:00", "run_end": "24:00", "tpl_id": 221 }```