daily pastebin goal
16%
SHARE
TWEET

Untitled

a guest Feb 1st, 2016 44 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. before selecting unconfigured in the GUI as the subnet:        
  2.  
  3. "links": [
  4.             {
  5.                 "subnet": {
  6.                     "dns_servers": [
  7.                         "9.4.8.73"
  8.                     ],
  9.                     "name": "9.4.113.0/24",
  10.                     "space": "space-0",
  11.                     "vlan": {
  12.                         "name": "untagged",
  13.                         "vid": 0,
  14.                         "mtu": 1500,
  15.                         "fabric": "fabric-0",
  16.                         "id": 0,
  17.                         "resource_uri": "/MAAS/api/1.0/vlans/0/"
  18.                     },
  19.                     "gateway_ip": "9.4.113.254",
  20.                     "cidr": "9.4.113.0/24",
  21.                     "id": 1,
  22.                     "resource_uri": "/MAAS/api/1.0/subnets/1/"
  23.                 },
  24.                 "id": 1118,
  25.                 "mode": "link_up"
  26.             }
  27.         ],
  28.  
  29. after selecting "unconfigured" for the interface:
  30.  
  31.         "links": [
  32.             {
  33.                 "id": 1118,
  34.                 "mode": "link_up"
  35.             }
  36.         ],
RAW Paste Data
Top