Skip to main content

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

Body

    any

Responses

Get Security Systems

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

  • X-Content-Type-Options

    string

Schema

    displayCountnumber
    Example: 1
    errorCodestring
    Example: 0
    msgstring
    Example: Success

    securitySystemDetails

    object[]

  • Array [

  • 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