Skip to main content

Get applications in the group

GET 

/sse/connector/v2.0/api/connector-groups/:oid/applications

Retrieve a list of all the applications in the specified connector group.

Request

Path Parameters

    oid stringrequired

    Object ID

Responses

OK

Schema
    applications object
    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 [
  • app_enabled booleanrequired
    description string
    group stringrequired

    Connector Group ID

    name stringrequired
    oid stringrequired

    Application ID

    spec object[]
  • Array [
  • fqdn stringrequired
    port numberrequired
    protocol stringrequired

    Possible values: [tcp, udp]

    ("tcp" or "udp")

    path string
  • ]
  • error string
    state number
    state_bits number
    created_time string
    updated_time string
  • ]
  • group object
    description string
    is_autoscale booleanrequired
    name stringrequired
    oid stringrequired

    Connector Group ID

Loading...