Upsert SPI Client Certificate
post
/content/sim/v2/devices/workstations/upsertSpiClientCertificate
Updates the client certificate for the given SPI device if it exists, else inserts a client certificate.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
Upsert Request body
Root Schema : schema
Type:
Show Source
object-
deviceNum(required):
integer
Sequence number of the deviceExample:
1 -
hierUnitId(required):
integer
Unique hierarchy unit valueExample:
2 -
objectNum(required):
integer
Object number of the workstationExample:
1 -
passKey(required):
string
The password for the client certificate file.Example:
pass@123
Response
Supported Media Types
- application/json
200 Response
SPI Client Certificate Updated.
Root Schema : schema
Type:
Show Source
object-
deviceNum:
integer
Sequence number of the deviceExample:
1 -
hierUnitId:
integer
Unique hierarchy unit valueExample:
1 -
objectNum:
integer
Object Number of the workstationExample:
1
201 Response
SPI Client Certificate Added.
Root Schema : schema
Type:
Show Source
object-
deviceNum:
integer
Sequence number of the deviceExample:
1 -
hierUnitId:
integer
Unique hierarchy unit valueExample:
1 -
objectNum:
integer
Object Number of the workstationExample:
1