52c959958639ae7f902f8809f877f21c2a12863a
[aai/resources.git] /
1 {
2   "operations": [
3     {
4       "action": "put",
5       "uri": "/cloud-infrastructure/pservers/pserver/pserver-<methodName>",
6       "body": {
7         "hostname": "pserver-<methodName>",
8         "fqdn": "pserver-<methodName>-fqdn"
9       }
10     },
11     {
12       "action": "put",
13       "uri": "/cloud-infrastructure/complexes/complex/complex-<methodName>",
14       "body": {
15         "physical-location-id": "complex-<methodName>",
16         "data-center-code": "code",
17         "identity-url": "N/A",
18         "physical-location-type": "type",
19         "street1": "street",
20         "city": "city",
21         "state": "state",
22         "postal-code": "12345",
23         "country": "NONE",
24         "region": "Earth"
25
26       }
27     },
28     {
29       "action": "put",
30       "uri": "/cloud-infrastructure/complexes/complex/complex-<methodName>/relationship-list/relationship",
31       "body": {
32         "related-to": "pserver",
33         "related-link": "/aai/v13/cloud-infrastructure/pservers/pserver/pserver-<methodName>"
34
35       }
36     },
37     {
38       "action": "delete",
39       "uri": "/network/generic-vnfs/generic-vnf/gvnf-<methodName>?resource-version=0",
40       "body": {}
41     }
42   ]
43 }