Update Security System
PUT/updateSecuritySystem
This API updates Security system in SSM.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
systemname
Optional params:
displayName
, hostname
, port
, accessAddWorkflow
, accessRemoveWorkflow
, addServiceAccountWorkflow
, removeServiceAccountWorkflow
connectionparameters
automatedProvisioning
connectionname
provisioningConnection
serviceDeskConnection
provisioningcomments
action
- "enable" or "disable", defaultSystem
, reconApplication
provisioningTries
Note: From Release v23.1, you can specify provisioningTries
between 1 to 20 based on your requirement.
Request
- application/json
Body
accessAddWorkflowstring
Example:
SampleManagerApproval
accessRemoveWorkflowstring
Example:
SampleManagerApproval
actionstring
Example:
enable
addServiceAccountWorkflowstring
Example:
SampleManagerApproval
automatedProvisioningstring
Example:
true
connectionnamestring
Example:
CN_DDF
connectionparametersstring
Example:
{"conn params":"test1"}
defaultSystemstring
Example:
true
displayNamestring
Example:
sys1Disp
hostnamestring
Example:
https://test_test.test
portstring
Example:
1001
provisioningConnectionstring
Example:
SAP_HANA
provisioningcommentsstring
Example:
prov comm
reconApplicationstring
Example:
true
removeServiceAccountWorkflowstring
Example:
SampleManagerApproval
serviceDeskConnectionstring
Example:
CN_Saviynt
systemnamestring
Example:
sys1
Responses
- 200
Update Security System
Response Headers
Date
string
Server
string
Set-Cookie
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Update Security System
Schema
errorCodestring
Example:
0
msgstring
Example:
Success
{
"errorCode": "0",
"msg": "Success"
}
{
"errorCode": "0",
"msg": "Success"
}