You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
system_status: add URL parameter to show xen-bugtool entries
This allows the clients to request only the entries they are interested
in.
This is done by adding `?list` to the URL:
```
$ curl -k -i -H "cookie: session_id=OpaqueRef:XXX" https://metavega/system-status?list
HTTP/1.1 200 OK
content-length: 6373
connection: close
cache-control: no-cache, no-store
Server: xapi/25.27
content-type: application/xml
[...]
```
Signed-off-by: Pau Ruiz Safont <[email protected]>
0 commit comments