aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/aai/templates/aai_bulk.json.j2
blob: 40a97bdf573490758368adccd00e680c85205d78 (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 %}
    ]
}