[
https://issues.apache.org/jira/browse/MESOS-4512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Rukletsov updated MESOS-4512:
---------------------------------------
Summary: Render quota status consistently with other endpoints. (was:
Render quota status consistent with other endpoints.)
> Render quota status consistently with other endpoints.
> ------------------------------------------------------
>
> Key: MESOS-4512
> URL: https://issues.apache.org/jira/browse/MESOS-4512
> Project: Mesos
> Issue Type: Bug
> Components: master
> Reporter: Alexander Rukletsov
> Assignee: Alexander Rukletsov
> Labels: http, mesosphere
>
> Currently quota status endpoint returns a collection of {{QuotaInfo}} protos
> converted to JSON. An example response looks like this:
> {code:xml}
> {
> "infos": [
> {
> "role": "role1",
> "guarantee": [
> {
> "name": "cpus",
> "role": "*",
> "type": "SCALAR",
> "scalar": { "value": 12 }
> },
> {
> "name": "mem",
> "role": "*",
> "type": "SCALAR",
> "scalar": { "value": 6144 }
> }
> ]
> }
> ]
> }
> {code}
> Presence of some fields, e.g. "role", is misleading. To address this issue
> and make the output more informative, we should probably introduce a
> {{model()}} function for {{QuotaStatus}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)