aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/test/resources/payloads/bulk/single-transaction/put-pserver-complex-rel-between-del-existing-gvnf.json
blob: 6d4602bc8274083acf825db37176ab95394dedb5 (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
{
  "operations": [
    {
      "action": "put",
      "uri": "aai/v15/cloud-infrastructure/pservers/pserver/pserver-<methodName>",
      "body": {
        "hostname": "pserver-<methodName>",
        "fqdn": "pserver-<methodName>-fqdn"
      }
    },
    {
      "action": "put",
      "uri": "/aai/v15/cloud-infrastructure/complexes/complex/complex-<methodName>",
      "body": {
        "physical-location-id": "complex-<methodName>",
        "data-center-code": "code",
        "identity-url": "N/A",
        "physical-location-type": "type",
        "street1": "street",
        "city": "city",
        "state": "state",
        "postal-code": "12345",
        "country": "NONE",
        "region": "Earth"

      }
    },
    {
      "action": "put",
      "uri": "/aai/v15/cloud-infrastructure/complexes/complex/complex-<methodName>/relationship-list/relationship",
      "body": {
        "related-to": "pserver",
        "related-link": "/aai/v13/cloud-infrastructure/pservers/pserver/pserver-<methodName>"

      }
    },
    {
      "action": "delete",
      "uri": "/aai/v15/network/generic-vnfs/generic-vnf/gvnf-<methodName>?resource-version=0",
      "body": {}
    }
  ]
}