name: detection
description: 该工具的作用为针对已知容器ID和指标,执行profiling分析任务,得到任务ID。需从上下文中获取container_id(容器ID)和三个metric(指标)的其中一个。
steps:
  - name: start
    call_type: api
    params:
      endpoint: POST /detection
    next: end
  - name: end
    call_type: none