Retrieve discovered applications for tenant
GET {{baseUrl}}/discovered-applications
Fetches a list of applications that have been identified within the environment. This includes details such as application names, discovery dates, potential correlated saas_vendors and related suggested connectors.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Max number of results to return. | |
See V3 API Standard Collection Parameters for more information. | |||
offset | number | Offset into the full result set. Usually specified with limit to paginate through the results. | |
See V3 API Standard Collection Parameters for more information. | |||
filter | string | Filter results using the standard syntax described in V3 API Standard Collection Parameters |
Filtering is supported for the following fields and operators:
name: eq, sw, co
description: eq, sw, co
|
| sorters
| string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters
Sorting is supported for the following fields: name, description, discoveredAt, discoverySource |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[[{"name":"ExampleApp","discoverySource":"CSV","discoveredVendor":"ExampleVendor","description":"An application for managing examples.","recommendedConnectors":["ConnectorA","ConnectorB"],"discoveredTimestamp":"2023-01-01T12:00:00Z"}],[{"name":"ExampleApp","discoverySource":"CSV","discoveredVendor":"ExampleVendor","description":"An application for managing examples.","recommendedConnectors":["ConnectorA","ConnectorB"],"discoveredTimestamp":"2023-01-01T12:00:00Z"}]]