Skip to main content

Get a connector group

GET 

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

Get information about the specified connector group.

Request

Path Parameters

    oid stringrequired

    Object ID

Responses

OK

Schema
    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...