Ubuntu Pastebin

Paste from ildar at Thu, 16 Jun 2016 19:15:26 +0000

Download as text
 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
45
$ maas maas fabrics read
Success.
Machine-readable output follows:
[
    {
        "resource_uri": "/MAAS/api/2.0/fabrics/0/",
        "vlans": [
            {
                "mtu": 1500,
                "external_dhcp": null,
                "resource_uri": "/MAAS/api/2.0/vlans/5001/",
                "fabric": "fabric-0",
                "id": 5001,
                "vid": 0,
                "primary_rack": null,
                "secondary_rack": null,
                "name": "untagged",
                "dhcp_on": false
            }
        ],
        "id": 0,
        "class_type": null,
        "name": "fabric-0"
    },
    {
        "resource_uri": "/MAAS/api/2.0/fabrics/1/",
        "vlans": [
            {
                "mtu": 1500,
                "external_dhcp": null,
                "resource_uri": "/MAAS/api/2.0/vlans/5002/",
                "fabric": "deploy-net",
                "id": 5002,
                "vid": 0,
                "primary_rack": null,
                "secondary_rack": null,
                "name": "untagged",
                "dhcp_on": false
            }
        ],
        "id": 1,
        "class_type": null,
        "name": "deploy-net"
    }
]
Download as text