create mass operation
POST/api/gemini/v1/mass-operations
start a mass operation process to create or update Digital Twins
Request
- application/json
Body
array
required
Array [
Array [
]
Array [
]
]
operationType stringrequired
Possible values: [createDigitalTwin
, addService
]
objectId stringrequired
objectType stringrequired
services
object[]
key stringrequired
uri stringrequired
description string
keys
object[]
kid stringrequired
identifier of the Key, acts like an alias for the key
kms stringrequired
the key management system of the key
type string
Key algorithm
publicKeyHex stringrequired
public part of the key as a string in hex format
privateKeyHex stringdeprecated
the private part of the key, based on the security reasons will not be returned
meta
object
algorithms string[]
a lis tof supported key algorithm
Responses
- default
- application/json
- Schema
- Example (from schema)
Schema
massOperationId stringrequired
{
"massOperationId": "string"
}
Loading...