summaryrefslogtreecommitdiffstats
path: root/cds-ui/server/src/datasources/blueprint.datasource.json
blob: 86b1c2c15fb5474ccc91a99c22b1cf9aafdb78d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "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"]

        }
    }]
}