aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose/preload-templates/samplepreload.json
blob: d96488dc2a83d13711d7ca5d0ddd00f019cf8796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
    {
        "includeDescendants": true,
        "model": "ran-network",
        "requestType": "get",
        "templateId": "dummy-template-7",
        "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='{{idNearRTRIC}}']/GNBCUUPFunction[@idGNBCUUPFunction='{{idGNBCUUPFunction}}']/attributes/pLMNInfoList[@mcc='{{mcc}}' and @mnc='{{mnc}}']/sNSSAIList[@sNssai='{{sNSSAIList}}']"
    },
    {
        "includeDescendants": true,
        "model": "ran-network",
        "requestType": "get",
        "templateId": "dummy-template-8",
        "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='{{idNearRTRIC}}']/GNBCUUPFunction[@idGNBCUUPFunction='{{idGNBCUUPFunction}}']/attributes/RRMPolicyRatio[@id='{{id}}']/attributes/rRMPolicyMemberList[@idx='{{idx}}']"
    }
]