aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/aai/templates/aai_bulk.json.j2
blob: 7dcbcb795406205188f81f903cfc2437db6e6b3b (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "operations": [
    {% for operation in operations %}
    {
        "action": "{{ operation.action }}",
        "uri": "{{ operation.uri }}",
        "body": {{ operation.body }}
    }{%- if not loop.last %},{%- endif %}
    {% endfor %}
    ]
}