@@ -176,6 +176,7 @@ def list_catalog_entity(opts = {})
176176 # @option opts [RelationType] :filter_relation_type Filter entities by relation type.
177177 # @option opts [String] :filter_exclude_snapshot Filter entities by excluding snapshotted entities.
178178 # @option opts [IncludeType] :include Include relationship data.
179+ # @option opts [Boolean] :include_discovered If true, includes discovered services from APM and USM that do not have entity definitions.
179180 # @return [Array<(ListEntityCatalogResponse, Integer, Hash)>] ListEntityCatalogResponse data, response status code and response headers
180181 def list_catalog_entity_with_http_info ( opts = { } )
181182
@@ -205,6 +206,7 @@ def list_catalog_entity_with_http_info(opts = {})
205206 query_params [ :'filter[relation][type]' ] = opts [ :'filter_relation_type' ] if !opts [ :'filter_relation_type' ] . nil?
206207 query_params [ :'filter[exclude_snapshot]' ] = opts [ :'filter_exclude_snapshot' ] if !opts [ :'filter_exclude_snapshot' ] . nil?
207208 query_params [ :'include' ] = opts [ :'include' ] if !opts [ :'include' ] . nil?
209+ query_params [ :'includeDiscovered' ] = opts [ :'include_discovered' ] if !opts [ :'include_discovered' ] . nil?
208210
209211 # header parameters
210212 header_params = opts [ :header_params ] || { }
@@ -370,6 +372,7 @@ def list_catalog_relation(opts = {})
370372 # @option opts [String] :filter_from_ref Filter relations by the reference of the first entity in the relation.
371373 # @option opts [String] :filter_to_ref Filter relations by the reference of the second entity in the relation.
372374 # @option opts [RelationIncludeType] :include Include relationship data.
375+ # @option opts [Boolean] :include_discovered If true, includes relationships discovered by APM and USM.
373376 # @return [Array<(ListRelationCatalogResponse, Integer, Hash)>] ListRelationCatalogResponse data, response status code and response headers
374377 def list_catalog_relation_with_http_info ( opts = { } )
375378
@@ -395,6 +398,7 @@ def list_catalog_relation_with_http_info(opts = {})
395398 query_params [ :'filter[from_ref]' ] = opts [ :'filter_from_ref' ] if !opts [ :'filter_from_ref' ] . nil?
396399 query_params [ :'filter[to_ref]' ] = opts [ :'filter_to_ref' ] if !opts [ :'filter_to_ref' ] . nil?
397400 query_params [ :'include' ] = opts [ :'include' ] if !opts [ :'include' ] . nil?
401+ query_params [ :'includeDiscovered' ] = opts [ :'include_discovered' ] if !opts [ :'include_discovered' ] . nil?
398402
399403 # header parameters
400404 header_params = opts [ :header_params ] || { }
0 commit comments