summaryrefslogtreecommitdiffstats
path: root/config/providedConfigurations.spec
blob: 6af573f4d6a9d08b800e8acdb0511f1252e2e357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
  // Use https://jolt-demo.appspot.com/#inception to develop/test
  // any changes to this file

  {
    // This section extracts configuration-id from the GENERIC-RESOURCES-API
    // response from sdnc
    "operation": "shift",
    "spec": {
      "service": {
        "*": {
          "service-data": {
            "provided-configurations": {
              "provided-configuration": {
                "*": {
                  "configuration-id": "configuration-id[&1]"
                }
              }
            }
          }
        }
      }
    }
  }
  ]