{ "name": "blueprint", "connector": "rest", "baseURL": "http://localhost:8080/api/v1/", "crud": false, "operations": [{ "template": { "method": "GET", "url": "http://localhost:8080/api/v1/blueprint-model/", "headers": { "accepts": "application/json", "content-type": "application/json", "authorization": "{authtoken}" }, "responsePath": "$.*" }, "functions": { "getAllblueprints": ["authtoken"] } }] }