Error in container creation using api

i am trying to create the cadvisor container using api , when i created uisng UI it works fine but using api and i am passing same inputs as i feed through UI but using api i am getting the error
404 : clent not found … executable file not found in path

inputs
command : -storage_driver=elasticsearch -alsologtostderr=true -storage_driver_es_host=http://192.168.54.205:9200
volumes: /:/rootfs:ro --volume=/var/run:/var/run:rw --volume=/sys:/sys:ro --volume=/var/lib/docker/:/var/lib/docker:ro
image : docker:google/cadvisor:latest

and the inputs are working properly in creating container through UI.

and tell me is there any other inputs i want to provide through api.