summaryrefslogtreecommitdiff
path: root/doc/api_samples/os-attach-interfaces/attach-interfaces-create-net_id-req.json
blob: b2ce0ea4a18f43f41711088efe4e63d391de27fa (plain)
1
2
3
4
5
6
7
8
9
10
{
    "interfaceAttachment": {
        "fixed_ips": [
            {
                "ip_address": "192.168.1.3"
            }
        ],
        "net_id": "3cb9bc59-5699-4588-a4b1-b87f96708bc6"
    }
}