Advertisement
alexcarrega

post-agent_instance-nprobe

Jun 3rd, 2020
993
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.22 KB | None | 0 0
  1. {
  2.     "id": "nprobe@{exec_env_id}"
  3.     "agent_catalog_id": "nprobe",
  4.     "exec_env_id": "{exec_env_id}",
  5.     "status": "stopped",
  6.     "parameters": [
  7.         {
  8.             "id": "flow-template",
  9.             "value": "%IPV4_SRC_ADDR"
  10.         }
  11.     ]
  12. }
  13.  
  14. # replace {exec_env_id} with the ID of the exec-env from the one listed in the result of GET /exec-env.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement