Skip to main content

Create Supported Asset Type

POST 

/supported-asset-types

Create Supported asset type

Request

Path Parameters

    organizationId string

Body

required
    name stringrequired

    The name of asset type

    description string

    The description of asset type

    image string

    The custom image of asset type

    encodeCodec string

    The encode codec of asset type

    decodeCodec string

    The decode codec of asset type

    brand stringrequired

    The brand of asset type

    model stringrequired

    The model of asset type

    isIotDevice booleanrequired

    Is the asset an IoT device?

    properties object[]

    The properties of asset type

  • Array [
  • ]
  • actions object[]

    The actions of asset type

  • Array [
  • ]

Responses

Schema
    data objectrequired

    Data of the supported asset type.

    id stringrequired
    name stringrequired
    description stringrequired
    isIotDevice stringrequired
    image stringrequired
    brand stringrequired
    model stringrequired
    encodeCodec stringrequired
    decodeCodec stringrequired
    properties object[]required
  • Array [
  • ]
Loading...