Authorization: Bearer ********************
{
"floating_ip": "2032a38c-ab23-4899-9a55-435d8de5bd41",
"instance_id": "ca5c5fbb-d1f8-4982-8ceb-8e9860f5da70",
"type": "VM",
"floating_ip_port": "all",
"application_port": "{\"protocol\":\"TCP\",\"port\":\"all\",\"destination_ports\":\"NaN\"}",
"tag_ids": [
"15c108c5-57fa-4a70-ab98-1d3a5cd6fabe"
]
}
curl --location --request POST '/api/v1/vmware/vpc//floating-ips/associate' \
--header 'OrgId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"floating_ip": "2032a38c-ab23-4899-9a55-435d8de5bd41",
"instance_id": "ca5c5fbb-d1f8-4982-8ceb-8e9860f5da70",
"type": "VM",
"floating_ip_port": "all",
"application_port": "{\"protocol\":\"TCP\",\"port\":\"all\",\"destination_ports\":\"NaN\"}",
"tag_ids": [
"15c108c5-57fa-4a70-ab98-1d3a5cd6fabe"
]
}'
{}