aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/test/resources/payloads/bulk/pserver-transactions.json
blob: cf0698ce3e0c545a29c076255abbd4543eabd395 (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
33
34
35
{
  "transactions": [
    {
      "put": [
        {
          "uri": "/cloud-infrastructure/pservers/pserver/pserver-hostname-11",
          "body": {
            "hostname": "pserver-hostname-11",
            "fqdn": "fake-fqdn-11"
          }
        }
      ]
    },
    {
      "patch": [
        {
          "uri": "/cloud-infrastructure/pservers/pserver/pserver-hostname-11",
          "body": {
            "fqdn": "fake-fqdn-12"
          }
        }
      ]
    },
    {
      "delete": [
        {
          "uri": "/cloud-infrastructure/pservers/pserver/pserver-hostname-11",
          "body": {
            "hostname": "pserver-hostname-11"
          }
        }
      ]
    }
  ]
}