Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1492 from sailpoint/jlees/PLTDP…
Browse files Browse the repository at this point in the history
…-2527

PLTDP-2527 - Removing accounts and aggregations index types (they don't exist), also fixing index types in agg query examples' by github action: 6853195136
tyler-mairose-sp committed Nov 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 637259b commit 49b5c48
Showing 15 changed files with 11 additions and 79 deletions.
4 changes: 0 additions & 4 deletions idn/sailpoint-api.v3.yaml
Original file line number Diff line number Diff line change
@@ -1239,16 +1239,12 @@ components:
$ref: "./v3/schemas/search/model/account/activity/AccountActivityDocument.yaml"
AccountAttributes:
$ref: "./v3/schemas/AccountAttributes.yaml"
AccountDocument:
$ref: "./v3/schemas/search/model/account/AccountDocument.yaml"
AccountsAsyncResult:
$ref: "./v3/schemas/AccountsAsyncResult.yaml"
AccountToggleRequest:
$ref: "./v3/schemas/AccountToggleRequest.yaml"
AccountUnlockRequest:
$ref: "./v3/schemas/AccountUnlockRequest.yaml"
Aggregation:
$ref: "./v3/schemas/search/model/aggregation/AggregationDocument.yaml"
ApprovalItems:
$ref: "./v3/schemas/ApprovalItemDetails.yaml"
Campaign:
2 changes: 1 addition & 1 deletion idn/v3/parameters/path/search/index.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: index
description: |
The index from which to fetch the specified document.
The currently supported index names are: *accessprofiles*, *accountactivities*, *accounts*, *aggregations*, *entitlements*, *events*, *identities*, and *roles*.
The currently supported index names are: *accessprofiles*, *accountactivities*, *entitlements*, *events*, *identities*, and *roles*.
schema:
type: string
required: true
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
summary: BucketAggregation using DSL
value:
indices: [ 'aggregations' ]
indices: [ 'identities' ]
aggregationType: 'DSL'
aggregationsDsl:
Identity Locations:
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
summary: BucketAggregation with SubAggregation using DSL
value:
indices: [ 'aggregations' ]
indices: [ 'identities' ]
aggregationType: 'DSL'
aggregationsDsl:
Identity Department:
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
summary: BucketAggregation with SubAggregation
value:
indices: [ 'aggregations' ]
indices: [ 'identities' ]
aggregationType: 'SAILPOINT'
aggregations:
bucket:
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
summary: BucketAggregation
value:
indices: [ 'aggregations' ]
indices: [ 'identities' ]
aggregationType: 'SAILPOINT'
aggregations:
bucket:
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
summary: MetricAggregation using DSL
value:
indices: [ 'aggregations' ]
indices: [ 'identities' ]
aggregationType: 'DSL'
aggregationsDsl:
How Many Locations:
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
summary: MetricAggregation
value:
indices: [ 'aggregations' ]
indices: [ 'identities' ]
aggregationType: 'SAILPOINT'
aggregations:
metric:
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
summary: NestedAggregation with BucketAggregation using DSL
value:
indices: [ 'aggregations' ]
indices: [ 'identities' ]
aggregationType: 'DSL'
aggregationsDsl:
access:
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
summary: NestedAggregation with BucketAggregation
value:
indices: [ 'aggregations' ]
indices: [ 'identities' ]
aggregationType: 'SAILPOINT'
aggregations:
nested:
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
summary: NestedAggregation with FilterAggregation and BucketAggregation using DSL
value:
indices: [ 'aggregations' ]
indices: [ 'identities' ]
aggregationType: 'DSL'
aggregationsDsl:
access:
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
summary: NestedAggregation with FilterAggregation and BucketAggregation
value:
indices: [ 'aggregations' ]
indices: [ 'identities' ]
aggregationType: 'SAILPOINT'
aggregations:
nested:
4 changes: 0 additions & 4 deletions idn/v3/schemas/search/documents/SearchDocument.yaml
Original file line number Diff line number Diff line change
@@ -3,8 +3,6 @@ discriminator:
mapping:
accessprofile: '../model/access/profile/AccessProfileDocument.yaml'
accountactivity: '../model/account/activity/AccountActivityDocument.yaml'
account: '../model/account/AccountDocument.yaml'
aggregation: '../model/aggregation/AggregationDocument.yaml'
entitlement: '../model/entitlement/EntitlementDocument.yaml'
event: '../model/event/EventDocument.yaml'
identity: '../model/identity/IdentityDocument.yaml'
@@ -13,8 +11,6 @@ discriminator:
oneOf:
- $ref: '../model/access/profile/AccessProfileDocument.yaml'
- $ref: '../model/account/activity/AccountActivityDocument.yaml'
- $ref: '../model/account/AccountDocument.yaml'
- $ref: '../model/aggregation/AggregationDocument.yaml'
- $ref: '../model/entitlement/EntitlementDocument.yaml'
- $ref: '../model/event/EventDocument.yaml'
- $ref: '../model/identity/IdentityDocument.yaml'
33 changes: 0 additions & 33 deletions idn/v3/schemas/search/model/account/AccountDocument.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions idn/v3/schemas/search/model/aggregation/AggregationDocument.yaml

This file was deleted.

0 comments on commit 49b5c48

Please sign in to comment.