{ "base64_encoded_keys": [ "merged_cfg/random_seed/data" ], "ds": { "_doc": "EXPERIMENTAL: The structure and format of content scoped under the 'ds' key may change in subsequent releases of cloud-init.", "meta_data": { "instance-id": xxxxxx, "local-hostname": "xxxxxxx", "network-config": { "config": [ { "mac_address": "aa:bb:cc:dd:ee:ff", "name": "eth0", "subnets": [ { "dns_nameservers": [ "213.133.99.99", "213.133.98.98", "213.133.100.100" ], "ipv4": true, "type": "dhcp" }, { "address": "2a01:4f8:xxxx:xxxx::1/64", "gateway": "fe80::1", "ipv6": true, "type": "static" } ], "type": "physical" } ], "version": 1 }, …