Skip to main content

Configure Cyber Resilience

Select

SaaS
Customer Managed

Configures Cyber Resilience in the environment

Request Body
  • indexServer int32

    Pseudo client id of the Index Server

  • credentials int32[]

    List of Credential ids to be analysed

Responses

OK


Schema
  • errorCode CyberResilienceErrorCode

    Possible values: [NO_ERROR, INVALID_INPUT, INDEX_SERVER_NOT_EXIST, INDEX_SERVER_INACCESSIBLE, INDEX_SERVER_DATA_ANALYTICS_ROLE_MISSING, CREDENTIAL_UNSUPPORTED, CREDENTIAL_INACCESSIBLE, CYBER_RESILIENCE_ALREADY_CONFIGURED, CYBER_RESILIENCE_NOT_CONFIGURED, DELETING_UNCONFIGURED_CREDENTIAL, ADDING_CONFIGURED_CREDENTIAL, UNKNOWN_ERROR, INTERNAL_SERVER_ERROR, CREDENTIAL_INVALID]

  • errorMessage string
POST /v4/cyberresilience    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body
{
"indexServer": 0,
"credentials": [
0
]
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/CyberResilience' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"indexServer": 0,
"credentials": [
0
]
}'