Reviewed: https://review.opencontrail.org/36767 Committed: http://github.com/Juniper/contrail-controller/commit/db10c4edf4eae399250104f8accf02856e162cc2 Submitter: Zuul (<email address hidden>) Branch: master
commit db10c4edf4eae399250104f8accf02856e162cc2 Author: Suresh Venkata <email address hidden> Date: Fri Oct 20 13:36:41 2017 -0700
dump objs in the api-server
Description: Dump objects in the api-server for debugging. Command to dump individual objects: curl -X POST -u admin:c0ntrail123 http://localhost:8095/obj-cache -d '{"uuid":"<uuid of object>"}' | python -m json.tool
Command to dump all objects: Dumps upto 10 objects curl -X POST -u admin:c0ntrail123 http://localhost:8095/obj-cache
Command to dump count number of objects: Dumps upto 100 objects curl -X POST -u admin:c0ntrail123 http://localhost:8095/obj-cache -d '{"count":100}' | python -m json.tool
logical router list call has vmi as back refs as fields argument instead of refs. Corrected the same.
Change-Id: I69612f0ed81eb81b0c57a02486e61dd9708405d7 Closes-Bug: #1725475 Closes-Bug: #1725466 (cherry picked from commit 1efacda7ec2b04c5ebcee2570b02f0d634721971)
Reviewed: https:/ /review. opencontrail. org/36767 github. com/Juniper/ contrail- controller/ commit/ db10c4edf4eae39 9250104f8accf02 856e162cc2
Committed: http://
Submitter: Zuul (<email address hidden>)
Branch: master
commit db10c4edf4eae39 9250104f8accf02 856e162cc2
Author: Suresh Venkata <email address hidden>
Date: Fri Oct 20 13:36:41 2017 -0700
dump objs in the api-server
Description: Dump objects in the api-server for debugging. localhost: 8095/obj- cache -d '{"uuid":"<uuid of object>"}' | python -m json.tool
Command to dump individual objects:
curl -X POST -u admin:c0ntrail123 http://
Command to dump all objects: localhost: 8095/obj- cache
Dumps upto 10 objects
curl -X POST -u admin:c0ntrail123 http://
Command to dump count number of objects: localhost: 8095/obj- cache -d '{"count":100}' | python -m json.tool
Dumps upto 100 objects
curl -X POST -u admin:c0ntrail123 http://
logical router list call has vmi as back refs as fields
argument instead of refs. Corrected the same.
Change-Id: I69612f0ed81eb8 1b0c57a02486e61 dd9708405d7 5ebcee2570b02f0 d634721971)
Closes-Bug: #1725475
Closes-Bug: #1725466
(cherry picked from commit 1efacda7ec2b04c