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

Commit 2e565a7

Browse files
author
Harsha Nandiwada
committed
Update docs for not on target_guids
[Finishes #174159766] Authored-by: Harsha Nandiwada <hnandiwada@vmware.com>
1 parent 2afa660 commit 2e565a7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,3 @@ Timestamps must be in [standard timestamp format](#timestamps).
6767
**lte** | Return resources less than or equal to the given value for the filtered attribute
6868
**gt** | Return resources strictly greater than the given value for the filtered attribute
6969
**gte** | Return resources greater than or equal to the given value for the filtered attribute
70-
**not** | Return resources NOT in the given list of values. Only supported for the `target_guids` filter for [audit events](#list-audit-events)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Retrieve all audit events the user has access to.
3131
Name | Type | Description
3232
---- | ---- | ------------
3333
**types** | _list of strings_ | Comma-delimited list of event types to filter by
34-
**target_guids** | _list of strings_ | Comma-delimited list of target guids to filter by. Also supports filtering by exclusion with `not` as a [relational operator](#relational-operators-experimental)
34+
**target_guids** | _list of strings_ | Comma-delimited list of target guids to filter by. Also supports filtering by exclusion with `GET /v3/audit_events[not]=target-guid-one,target-guid-two`
3535
**space_guids** | _list of strings_ | Comma-delimited list of space guids to filter by
3636
**organization_guids** | _list of strings_ | Comma-delimited list of organization guids to filter by
3737
**page** | _integer_ | Page to display; valid values are integers >= 1

0 commit comments

Comments
 (0)