blob: 7238439801e35cb1c8341d17af436bcc0f5720dd (
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]"
}
}
}
}
}
}
}
}
]
|