Skip to main content

Get all connector groups

GET 

/sse/connector/v2.0/api/connector-groups

Get a list of all available connector groups.

Request

Query Parameters

    offset number

    0-based offset into the list, starting entity for pagination

    limit number

    How many records to get

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 [
  • description string
    is_autoscale booleanrequired
    name stringrequired
    oid stringrequired

    Connector Group ID

    created_time string
    updated_time string
    error object
    state number
    state_bits number
    token_active string
    token_secret string
    applications object

    App oid to app name mappings

    connectors object

    Connector oid to connector name mappings

  • ]
Loading...