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
- multipart/form-data
Body
connectionnamestring
Example:
AD Test
connectiontypestring
Example:
AD
Responses
- 200
Get Connections
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Get Connections
Schema
Array [
]
ConnectionList
object[]
CONNECTIONDESCRIPTIONstring
Example:
CONNECTIONNAMEstring
Example:
AD Test
CONNECTIONTYPEstring
Example:
AD
CREATEDBYstring
Example:
admin( ADMIN)
CREATEDONstring
Example:
2017-03-23T00:48:28Z
STATUSnumber
Example:
1
UPDATEDBYstring
Example:
admin(ADMIN ADMIN)
UPDATEDONstring
Example:
2017-08-18T04:18:19Z
errorCodestring
Example:
0
msgstring
Example:
Successful
{
"ConnectionList": [
{
"CONNECTIONDESCRIPTION": "",
"CONNECTIONNAME": "AD Test",
"CONNECTIONTYPE": "AD",
"CREATEDBY": "admin( ADMIN)",
"CREATEDON": "2017-03-23T00:48:28Z",
"STATUS": 1,
"UPDATEDBY": "admin(ADMIN ADMIN)",
"UPDATEDON": "2017-08-18T04:18:19Z"
}
],
"errorCode": "0",
"msg": "Successful"
}
{
"ConnectionList": [
{
"CONNECTIONDESCRIPTION": "",
"CONNECTIONNAME": "AD Test",
"CONNECTIONTYPE": "AD",
"CREATEDBY": "admin( ADMIN)",
"CREATEDON": "2017-03-23T00:48:28Z",
"STATUS": 1,
"UPDATEDBY": "admin(ADMIN ADMIN)",
"UPDATEDON": "2017-08-18T04:18:19Z"
}
],
"errorCode": "0",
"msg": "Successful"
}