racktables_api
racktables_api copied to clipboard
REST access to racktables objects
I try to POST to /object with a JSON body of ``` { "name": ["gateway-r1"], "type": ["Router"] } ``` I get the following error ``` [2019-02-05 04:46:42] ERROR Logistician::HTTPError::Class: Bad...
added parent child relation. specific test will follow. Sorry for that. base functionality is already covered by query and full object comparison.
We are running RackTables version 0.20.8 and racktables_api 0d902a7f8b1 with mixed success. Querying data (all GET requests) works fine, however, doing POST and PATCH requests we are experiencing weird behavior!...
We tried to use racktables_api with our racktables 0.20.8 install, however it seems that the database schema is not supported by current racktables_api. Running tests give a few failures: ```...
Is it possible to set the rack for a server using this API? I apologize if that's a dumb question, but I tried multiple different ways of setting it and...
I'm attempting to run this application under passenger with rvm. When I try query the API, I get an internal server error: ``` App 33962 stderr: [ 2014-04-01 06:49:06.9560 33979/0x000000018f5218(Worker...