aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/test/resources/__files/aai/singletransaction/sample-request.json
blob: f0761a07b6bd832065334c6da2e66b4097fe0a9c (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
{
  "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"
      }
    }
  ]
}