Skip to main content

Get all discovered applications

GET 

/sse/connector/v2.0/api/discovered-applications

Get a list of all applications that were auto-discovered using Cloud Identity Engine.

Responses

OK

Schema
    limit numberrequired

    The offset that points to the beginning of the next page. May be same as total.

    offset numberrequired

    Starting entity for Pagination (0-based. i.e. first entity starts at 0)

    total numberrequired

    Total number of entries available

    data object[]required
  • Array [
  • applications object[]
  • Array [
  • app_spec object[]
  • Array [
  • fqdn string
    port string
    protocol string
  • ]
  • fqdn string
    id string
    name string
    port string
    protocol string
    provider string
    tags string[]
  • ]
  • cie_tenant_id string
    count number
    tenant_id string
  • ]
Loading...