cinder/api-ref/source/v3/samples/services-get-log-response.json
lihaijing b6f495b61d Api-ref: add 'os-services' v3 api doc
There is no document about v3 'os-services' api.
So add the missing content.

Change-Id: I104915cdb0486ab8f4482f0034f58a03c3f72b77
2017-08-23 13:34:52 +08:00

26 lines
557 B
JSON

{
"log_levels": [{
"binary": "cinder-api",
"host": "devstack",
"levels": {
"cinder.volume.api": "DEBUG"
}
}, {
"binary": "cinder-scheduler",
"host": "devstack",
"levels": {
"cinder.volume.api": "DEBUG"
}
}, {
"binary": "cinder-backup",
"host": "devstack",
"levels": {}
}, {
"binary": "cinder-volume",
"host": "devstack@lvmdriver-1",
"levels": {
"cinder.volume.api": "DEBUG"
}
}]
}