aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/test/resources/__files/aai/bulkprocess/test-request-small.json
blob: 973928108fccbcfe0c6e9dbf3635d575eba13c99 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "transactions" : [ {
    "put" : [ {
      "uri" : "/network/generic-vnfs/generic-vnf/test1/relationship-list/relationship",
      "body" : {
        "related-link" : "/cloud-infrastructure/pservers/pserver/test2"
      }
    } ] 
  } ] 
}