Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The conductor injest json files


Conductorcreate a template from a existing service


Click New:

>> provide a name and descriptive



convert csv files to json

https://csvjson.com/csv2json


csv to json
Source file:
-----------
name_service, dst_ip_address,dst_protocol,dst_port
service1, 10.0.19.1,tcp,22

JSON file:
---------
[
  {
    "name_service": "service1",
    "dst_ip_address": "10.0.19.1",
    "dst_protocol": "tcp",
    "dst_port": 22
  }
]


Rest API






  • No labels