Use POSTMAN.com and get you personal incrypted link to your Application Landscape
Open POSTMAN.COM
on the left sidebar click the new button
Choose HTTP request
From the request verbs menu choose POST
Enter the request URL "https://wroffapplicationlandscape.herokuapp.com/api/upload-json-nodes"
Choose Body from the below options
Choose the from-data radio button option
In the key cell write "file" and while hovering on the cell click the arrow and choose the file
In the VALUE cell upload the selected file
Send request
Exaple of JSON to upload
[
{
"ID": "29faea6a-3707-4991-b93b-22f6c70ae841",
"Name": "Finance",
"System": "SAP",
"Domain": "C",
"Metadata1": "Text 1",
"Metadata2": "Text 2",
"Metadata3": "Text 3",
"DependsOnSystem": [
"SAP"
],
"MotherSystem": []
},
{
"ID": "09748c93-076a-43e8-9cca-18325d48808e",
"Name": "Cost",
"System": "SAP Cost",
"Domain": "B",
"Metadata1": "Test 1",
"Metadata2": "Text 2",
"Metadata3": "Text 3",
"DependsOnSystem": [
"Oracle",
"Microsoft"
],
"MotherSystem": [
"SAP"
]
},
{
"ID": "9b76a2c0-b02f-432b-b6cc-e9f17869df72",
"Name": "Payment",
"System": "Microsoft",
"Domain": "A",
"Metadata1": "Text 1",
"Metadata2": "Text 2",
"Metadata3": "Text 3",
"DependsOnSystem": [
"SAP",
"Oracle"
],
"MotherSystem": []
},
{
"ID": "ed74fb39-84ff-499f-ba8f-28829164db44",
"Name": "Timesheet",
"System": "Oracle",
"Domain": "A",
"Metadata1": "Text 1",
"Metadata2": "Text 2",
"Metadata3": "Text 3",
"DependsOnSystem": [
"SAP"
],
"MotherSystem": []
}
]