aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/test/resources/payloads/bulk/pserver-transactions-invalid.json
blob: baf8392e3147b245603ee66821998b98afc7db8f (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
36
37
38
39
40
41
42
43
44
{
  "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"
          }
        }
      ]
    },
    {
      "get": [
        {
          "uri": "/cloud-infrastructure/pservers/pserver/pserver-hostname-11",
          "body": {
          }
        }
      ]
    }
  ]
}