Ubuntu Pastebin

Paste from ildar at Thu, 16 Jun 2016 19:16:23 +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
$ maas maas vlans read 1
Success.
Machine-readable output follows:
[
    {
        "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
    }
]
ildar@maas:~$ maas maas vlans read 0
Success.
Machine-readable output follows:
[
    {
        "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
    }
]
Download as text