api icon indicating copy to clipboard operation
api copied to clipboard

current_job property in cluster list API call should be object instead of string

Open gnehapk opened this issue 7 years ago • 0 comments

Currently the current_job property for each cluster inside \clusters API call is string. It should be object ideally.

"current_job":"{\"status\": \"finished\", \"job_name\": \"UnmanageCluster\", \"job_id\": \"286923ce-6445-4dc3-984c-2e41d4a21b77\"}"

gnehapk avatar Feb 19 '18 11:02 gnehapk