@@ -183,23 +183,17 @@ The final field is the desired state; the other fields are used to determine the
183183(within one report, version and check uniquely determine a result; the scope is given here as well
184184in case reports at some point contain multiple scopes).
185185
186- # ## GET /status/{subject}
186+ # ## GET /status
187187
188- Returns the current status of the subject. Use the `Accept` header to select desired content type :
189-
190- - `text/html` (default) : a snippet of HTML suitable for the end user;
191- - `image/png` : a PNG image of a badge;
192- - `application/json` : a short summary in JSON format.
188+ Returns the current status of all subjects in JSON format.
189+ The request needs to be authenticated via basic auth, either with the role `read_any` for all subjects,
190+ or for the requested subject.
193191
194192Query parameters :
195193
194+ - `subject` (optional) : restrict subject
196195- `scopeuuid` (optional) : restrict scope
197- - `version` (optional) : restrict version
198- - `privileged_view` (optional `0` or `1`, default `0`) : request privileged view (see below)
199-
200- If the privileged view is requested, then this request needs to be authenticated (via basic auth),
201- either for the same subject or for some account with role `read_any`. This view will immediately
202- show any non-pass result, whereas otherwise, such a result needs to be verified manually.
196+ - `version` (optional) : restrict version (Currently broken)
203197
204198# ## GET /metrics/{subject}
205199
0 commit comments