{
"count": 1,
"route_table_route_set": {
"__meta__": {
"user:rd": "op"
},
"RouteTableId": "string",
"cidr": "string",
"description": "test create network",
"dry_run": false,
"ext_next_hop_id": "string",
"generate_name": "test###",
"is_emulated": true,
"name": "test-network",
"next_hop_id": "string",
"next_hop_type": "string",
"status": "string"
}
}
curl --location --request POST 'https://example.com:30888/route_table_route_sets' \
--header 'Content-Type: application/json' \
--data-raw '{
"count": 1,
"route_table_route_set": {
"__meta__": {
"user:rd": "op"
},
"RouteTableId": "string",
"cidr": "string",
"description": "test create network",
"dry_run": false,
"ext_next_hop_id": "string",
"generate_name": "test###",
"is_emulated": true,
"name": "test-network",
"next_hop_id": "string",
"next_hop_type": "string",
"status": "string"
}
}'
{
"route_table_route_set": {
"can_delete": true,
"can_update": true,
"delete_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"metadata": {
"property1": "string",
"property2": "string"
},
"update_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
}
}
}