Skip to content

Commit bdcb4ba

Browse files
committed
style improvements to pr[#164092568]
1 parent 4a64283 commit bdcb4ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

managing-cf/audit-events.html.md.erb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,10 @@ A user is able to query the events endpoint with various filters. For example, a
141141

142142
Allowed filters are enumerated on the [API documentation](https://apidocs.cloudfoundry.org/latest-release/events/list_all_events.html).
143143

144-
The following example illustrates a query with multiple filters combined: fetch `audit.app.unmap-route` events in a given period of time
144+
The following example shows a query with multiple filters. The request gets `audit.app.unmap-route` events from a particular time period.
145+
146+
<pre class="terminal">$ cf curl '/v2/events?q=type:audit.app.unmap-route&q=timestamp>2019-02-06T01:08:24Z&q=timestamp&lt;2019-02-08T01:08:24Z&order-by=timestamp'</pre>
145147

146-
`cf curl '/v2/events?q=type:audit.app.unmap-route&q=timestamp>2019-02-06T01:08:24Z&q=timestamp<2019-02-08T01:08:24Z&order-by=timestamp'`
147148

148149
### <a id='ext-auditing'></a> External Auditing Warehouse
149150

0 commit comments

Comments
 (0)