aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/test/resources/payloads/bulk/single-transaction/delete-node-recreate-node.json
blob: c81547ef5617edc67162ee4983ca446dfff8029d (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
{
  "array": [
    {
      "operations": [
        {
          "action": "put",
          "uri": "/network/logical-links/logical-link/ll",
          "body": {
            "speed-value": "10",
            "link-type": "INL",
            "link-name": "ll",
            "speed-units": "Mbps",
            "prov-status": "PROV",
            "routing-protocol": "802.3ah"
          }
        }
      ]
    },
    {
      "operations": [
        {
          "action": "delete",
          "uri": "/network/logical-links/logical-link/ll?resource-version=38cf3090-6a0c-4e9d-8142-4332a7352846",
          "body": {}
        },
        {
          "action": "put",
          "uri": "/network/logical-links/logical-link/ll",
          "body": {
            "speed-value": "100",
            "link-type": "INL",
            "link-name": "ll",
            "speed-units": "Gbps",
            "prov-status": "PREPROV",
            "routing-protocol": "802.3ah"
          }
        }
      ]
    }
  ]
}