Skip to main content

Get List of Connections

POST 

/getConnections

This API returns list of Connections in SSM.

The Authorization must have Bearer followed by Token.

Optional params: max,offset, connectiontype, connectionname

Request

Body

    connectionname string
    connectiontype string

Responses

Get Connections

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    ConnectionList

    object[]

  • Array [

  • CONNECTIONDESCRIPTION string
    CONNECTIONNAME string
    CONNECTIONTYPE string
    CREATEDBY string
    CREATEDON string
    STATUS number
    UPDATEDBY string
    UPDATEDON string
  • ]

  • errorCode string
    msg string
Loading...