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 [
]
displayCountnumber
Example:
1
errorCodestring
Example:
0
msgstring
Example:
Success
securitySystemDetails
object[]
accessAddWorkflowstring
Example:
UserGrpWF
accessRemoveWorkflowstring
Example:
SampleManagerApproval
automatedProvisioningstring
Example:
true
createdBystring
Example:
1
defaultSystemstring
Example:
false
displayNamestring
Example:
System1-DisplayName
endpointsstring
Example:
[System1, Access]
instantprovisionstring
Example:
false
policyRulestring
Example:
BBB
reconApplicationstring
Example:
true
statusstring
Example:
enabled
systemnamestring
Example:
System1
updatedBystring
Example:
1
useopenconnectorstring
Example:
false
totalCountnumber
Example:
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
}
{
"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
}