Skip to main content

View commcell security posture

Select

SaaS
Customer Managed

View the security posture for a commcell, its security dashboard is given as output of this api

Responses

OK


Schema
  • companyId int32
  • securityCategories object[]
  • category int32
  • parameter object[]
  • active string
  • recommendation string
  • paramName string
  • currentSetting string
  • paramId int32
  • remarks string
  • status int32
  • error object
  • errorCode int32
GET /security/dashboard    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Security/Dashboard' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'