Update Port

Verb URI Description
PUT /ports/port_id Updates a port, with new allowed address pair values.

Normal Response Code: 200 OK

Error Response Code: 400 Bad Request, 401 Unauthorized, 404 Not Found, 403 Forbidden

 

Example 4.213. Update allowed address pair attributes for a port: JSON Request

{
    "port": {
        "allowed_address_pairs":
         [
            {"ip_address": "10.0.0.1"}
         ]
    }
}


Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...