Get List of Security Systems
GET/getSecuritySystems
This API returns list of Security Systems in SSM.
The Authorization
must have Bearer
followed by Token
.
Optional params:
systemname
,
max
,offset
,
connectionname
,
connectionType
Request
Query Parameters
systemname string
max string
offset string
connectionname string
connectionType string
- text/plain
Body
any
Responses
- 200
Get Security Systems
Response Headers
Date
string
Server
string
Set-Cookie
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Get Security Systems
Schema
Array [
]
displayCount number
errorCode string
msg string
securitySystemDetails
object[]
accessAddWorkflow string
accessRemoveWorkflow string
automatedProvisioning string
createdBy string
defaultSystem string
displayName string
endpoints string
instantprovision string
policyRule string
reconApplication string
status string
systemname string
updatedBy string
useopenconnector string
totalCount number
{
"displayCount": 1,
"errorCode": "0",
"msg": "Success",
"securitySystemDetails": [
{
"accessAddWorkflow": "UserGrpWF",
"accessRemoveWorkflow": "SampleManagerApproval",
"automatedProvisioning": "true",
"createdBy": "1",
"defaultSystem": "false",
"displayName": "System1-DisplayName",
"endpoints": "[System1, Access]",
"instantprovision": "false",
"policyRule": "BBB",
"reconApplication": "true",
"status": "enabled",
"systemname": "System1",
"updatedBy": "1",
"useopenconnector": "false"
}
],
"totalCount": 1
}
{
"displayCount": 1,
"errorCode": "0",
"msg": "Success",
"securitySystemDetails": [
{
"accessAddWorkflow": "UserGrpWF",
"accessRemoveWorkflow": "SampleManagerApproval",
"automatedProvisioning": "true",
"createdBy": "1",
"defaultSystem": "false",
"displayName": "System1-DisplayName",
"endpoints": "[System1, Access]",
"instantprovision": "false",
"policyRule": "BBB",
"reconApplication": "true",
"status": "enabled",
"systemname": "System1",
"updatedBy": "1",
"useopenconnector": "false"
}
],
"totalCount": 1
}
Loading...