Skip to main content

create mass operation

POST 

/api/gemini/v1/mass-operations

start a mass operation process to create or update Digital Twins

Request

Body

array

required

  • Array [

  • operationType stringrequired

    Possible values: [createDigitalTwin, addService]

    objectId stringrequired
    objectType stringrequired

    services

    object[]

  • Array [

  • key stringrequired
    uri stringrequired
    description string
  • ]

  • keys

    object[]

  • Array [

  • 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

Schema

    massOperationId stringrequired
Loading...