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

    displayCount number
    errorCode string
    msg string

    securitySystemDetails

    object[]

  • Array [

  • 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
Loading...