aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/test/resources/__files/aai/singletransaction/sample-request.json
blob: 69024dca8356b13c7685d329cb0496c9b57e3643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "operations": [
    {
      "action": "put",
      "uri": "/cloud-infrastructure/pservers/pserver/pserver-hostname",
      "body": {
        "hostname": "pserver-hostname",
        "fqdn": "pserver-bulk-process-single-transactions-multiple-actions-1-fqdn"
      }
    },
    {
      "action": "patch",
      "uri": "/cloud-infrastructure/pservers/pserver/pserver-hostname",
      "body": {
        "fqdn": "patched-fqdn"
      }
    },
    {
      "action": "put",
      "uri": "/cloud-infrastructure/complexes/complex/my-complex",
      "body": {
        "city": "my-city"
      }
    },
    {
      "action": "delete",
      "uri": "/cloud-infrastructure/complexes/complex/my-complex2?resource-version=1234",
      "body" : {
      }
    }
  ]
}