Skip to main content

Create Security System

POST 

/createSecuritySystem

This API creates Security System in EIC. The Authorization must have Bearer followed by Token. Mandatory params: systemname displayName Optional params: hostname port accessAddWorkflow accessRemoveWorkflow addServiceAccountWorkflow removeServiceAccountWorkflow connectionparameters automatedProvisioning provisioningTries Note: From Release v23.1, you can specify provisioningTries between 1 to 20 based on your requirement.

Request

Body

    accessAddWorkflow string
    accessRemoveWorkflow string
    addServiceAccountWorkflow string
    automatedProvisioning string
    connectionparameters string
    displayName string
    hostname string
    port string
    removeServiceAccountWorkflow string
    systemname string

Responses

Create Security System

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

  • X-Content-Type-Options

    string

Schema

    errorCode string
    msg string
Loading...