Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 92c1c3d

Browse files
v3 docs: Add updated_ats filter for audit events
[#173691526](https://www.pivotaltracker.com/story/show/173691526) Co-authored-by: Merric De Launey <mdelauney@pivotal.io> Co-authored-by: Reid Mitchell <rmitchell@pivotal.io>
1 parent fc69163 commit 92c1c3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/v3/source/includes/concepts/_filters.md.erb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ This will return all routes with hostname `"hostname1"`, `""` OR `"hostname2"`.
4848

4949
#### Relational Operators (Experimental)
5050

51-
Fields can be filtered using relational operators when listing resources. Currently, this is
52-
supported only on the `created_at` field, using the `created_ats` filter.
51+
Fields can be filtered using relational operators when listing resources.
5352

5453
For example, a response to `/v3/audit_events?created_ats[lt]=2020-06-30T12:34:56Z` will contain
5554
audit events with a `created_at` timestamp strictly earlier than `2020-06-30T12:34:56Z`.

docs/v3/source/includes/resources/audit_events/_list.md.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Retrieve all audit events the user has access to.
3131
Name | Type | Description
3232
---- | ---- | ------------
3333
**created_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
34+
**updated_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
3435
**types** | _list of strings_ | Comma-delimited list of event types to filter by
3536
**target_guids** | _list of strings_ | Comma-delimited list of target guids to filter by
3637
**space_guids** | _list of strings_ | Comma-delimited list of space guids to filter by

0 commit comments

Comments
 (0)