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
accessAddWorkflowstring
Example:
One_Level_Manager_Approval
accessRemoveWorkflowstring
Example:
One_Level_Manager_Approval
addServiceAccountWorkflowstring
Example:
One_Level_Manager_Approval
automatedProvisioningstring
Example:
true
connectionparametersstring
Example:
{"conn params":"test"}
displayNamestring
Example:
sys3Disp
hostnamestring
Example:
https://test.test_test
portstring
Example:
1000
removeServiceAccountWorkflowstring
Example:
One_Level_Manager_Approval
systemnamestring
Example:
sys3
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
errorCodestring
Example:
0
msgstring
Example:
Success
{
"errorCode": "0",
"msg": "Success"
}
{
"errorCode": "0",
"msg": "Success"
}