blob: 51c3573d934f22d03cc4a4643afeb30d8ca841b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"groups": [
{
"name": "defaultGroup",
"deploymentSubgroups": [
{
"pdpType": "apex",
"action": "POST",
"policies": [{
"name": "onap.policies.native.apex.Sampledomain",
"version": "1.0.0"
}]
}
]
}
]
}
|