...
The conductor injest json files
Conductor | copy service to a template |
---|
1- create a | template from a existing serviceImage Removedblank template | Image Added |
2- add name and descriptive | Image Added |
3- copy the service to the new template | Image Added |
| Image Added |
| create a template from fileĀ |
---|
| |
| Click New:Image Removed
>> provide a name and descriptive |
|
|
convert csv files to json | https://csvjson.com/csv2json
Code Block |
---|
title | csv to json |
---|
collapse | true |
---|
| 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 |
|
---|
|
|
|
|
|
|
...