{
"instancegroup": {
"alloc_dir": "string",
"ip_addr": "string",
"ip6_addr": "string",
"network_id": "string",
"require_designated_ip": true,
"require_ipv6": true,
"reserved": true
}
}curl --location --request POST 'https://example.com:30888/instancegroups//attachnetwork' \
--header 'Content-Type: application/json' \
--data-raw '{
"instancegroup": {
"alloc_dir": "string",
"ip_addr": "string",
"ip6_addr": "string",
"network_id": "string",
"require_designated_ip": true,
"require_ipv6": true,
"reserved": true
}
}'{
"instancegroup": {
"created_at": "2019-08-24T14:15:22.123Z",
"deleted": true,
"deleted_at": "2019-08-24T14:15:22.123Z",
"description": "string",
"domain_id": "string",
"enabled": true,
"force_dispersion": true,
"freezed": true,
"granularity": 0,
"id": "string",
"is_emulated": true,
"is_system": true,
"name": "string",
"org_node_md5": "string",
"parent_id": "string",
"pending_deleted": true,
"pending_deleted_at": "2019-08-24T14:15:22.123Z",
"progress": 0,
"project_src": "local",
"sched_strategy": "string",
"service_type": "string",
"status": "string",
"tenant_id": "string",
"update_version": 0,
"updated_at": "2019-08-24T14:15:22.123Z",
"zone_id": "string"
}
}