POST /v2.0/ports HTTP/1.1
X-Auth-Token: 880d22df947f43bba40ff881472d8c7a
User-Agent: OpenStack4j / OpenStack Client
Content-Length: 150
Content-Type: application/json
Host: 172.22.17.41:9696
Connection: Keep-Alive
{
"port" : {
"admin_state_up" : true,
"network_id" : "f4cec486-1a48-4575-9782-b149502adbe3",
"port_security_enabled" : false
}
}HTTP/1.1 400 Bad Request
Content-Length: 122
Content-Type: application/json; charset=UTF-8
X-Openstack-Request-Id: req-01b44000-b54a-47fd-9c4e-cf241609a972
Date: Thu, 10 Nov 2016 12:16:06 GMT
Connection: keep-alive
{"NeutronError": {"message": "Unrecognized attribute(s) 'port_security_enabled'", "type": "HTTPBadRequest", "detail": ""}}