nuagenetworks / vspk-ansible

An ansible module to manage Nuage VSP environments
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

"msg": "Unable to create entity: [HTTP 405(Method Not Allowed)] {}" #6

Closed axxyhtrx closed 6 years ago

axxyhtrx commented 6 years ago

Could not update the settings for syslog server on vsd settings.

screen shot 2017-12-04 at 12 10 37

fatal: [localhost]: FAILED! => { "changed": false, "invocation": { "module_args": { "auth": { "api_certificate": null, "api_enterprise": "csp", "api_key": null, "api_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "api_url": "https://10.159.174.128:8443", "api_username": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "api_version": "v5_0" }, "children": null, "command": null, "id": null, "match_filter": null, "parent_id": null, "parent_type": null, "properties": { "syslog_destination_host": "10.10.10.10", "syslog_destination_port": "123" }, "state": "present", "type": "SystemConfig" } }, "msg": "Unable to create entity: [HTTP 405(Method Not Allowed)] {}"

axxyhtrx commented 6 years ago

Possible to change, but need to execute find method first. https://gist.github.com/pdellaert/2dc66396603ce804688631e22981938d

Thanks again for a great tool!