nova quantum integration rest api to attach port to a vm
I have created a port using the /ports rest api I am trying to send the port_id while provisioning using /servers, i want to know the REST API request body for doing so, i have searched extensively but haven't found any example
Is there a nova REST API sample for attaching the port_id ??
nova boot shows for examples but i need rest api