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
- application/json
Body
accessAddWorkflow string
accessRemoveWorkflow string
addServiceAccountWorkflow string
automatedProvisioning string
connectionparameters string
displayName string
hostname string
port string
removeServiceAccountWorkflow string
systemname string
Responses
- 200
Create Security System
Response Headers
Date
string
Server
string
Set-Cookie
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Create Security System
Schema
errorCode string
msg string
{
"errorCode": "0",
"msg": "Success"
}
{
"errorCode": "0",
"msg": "Success"
}
Loading...