Cosmoplat Thing Model (Telemetry Profile) API

The Thing Model (Telemetry Profile) API from Cosmoplat — 6 operation(s) for thing model (telemetry profile).

Operations 6

POST /mergerTelemetryProfile 保存/修改产品物模型测点信息 #
POST /device/telemetryProfile/mergerTelemetryProfile/{deviceId} 保存/修改设备物模型测点信息 #
GET /pageByTenantIdAndProductId 分页查询产品物模型 #
GET /device/telemetryProfilePage/{deviceId} 分页查询设备物模型 #
DELETE /deleteTelemetryProfileById/{tbProductTelemetryProfileId} 根据测点id删除产品物模型测点信息 #
DELETE /device/telemetryProfile/deleteTelemetryProfileById/{deviceId}/{deviceTelemetryProfileId} 根据测点id删除设备物模型测点信息 #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/cosmoplat-thing-model-telemetry-profile-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

cosmoplat-thing-model-telemetry-profile-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: COSMOPlat IoT Platform Open Thing Model (Telemetry Profile) API
  version: 线上 (online)
  summary: Device, product, alarm, rule-chain, thing-model, telemetry and RPC operations for the COSMOPlat (Kaos) industrial IoT platform.
  description: "Machine-readable transcription of the COSMOPlat 物联开发平台 (IoT development platform) \"OpenApi-线上\" reference published by COSMOPlat at https://www.cosmoplat.com/help/detail/304/1038\n\nThe provider publishes this contract as an HTML reference table only — no OpenAPI, Swagger, Postman or other machine-readable artifact is served anywhere on cosmoplat.com. This document transcribes that reference so it can be read by a machine.\n\nGAPS THE PROVIDER HAS NOT PUBLISHED (deliberately left empty here rather than guessed):\n  * No base URL / server host is stated anywhere in the reference, so `servers` is omitted.\n  * No authentication scheme is documented for these operations, so `securitySchemes` is empty.\n  * No per-operation 4xx/5xx catalogue is published; the single documented failure envelope from 公共分类 › 状态码描述 is wired as the `default` response.\n"
  contact:
    name: COSMOPlat
    email: market@cosmoplat.com
    url: https://www.cosmoplat.com/help
  x-provenance:
    authored_by: API Evangelist (catalog-authored)
    method: generated
    source: https://www.cosmoplat.com/help/detail/304/1038
    generated: '2026-08-11'
    note: Transcribed field-for-field from the provider's published HTML API reference. COSMOPlat does not publish an OpenAPI document; this is not a provider artifact. Re-harvest and replace verbatim if COSMOPlat ever serves one.
tags:
- name: Thing Model (Telemetry Profile)
paths:
  /mergerTelemetryProfile:
    post:
      operationId: postMergerTelemetryProfile
      summary: 保存/修改产品物模型测点信息
      tags:
      - Thing Model (Telemetry Profile)
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                name:
                  type: string
                  description: 测点名称
                dataType:
                  type: string
                  description: 数据类型
                unit:
                  type: string
                  description: 单位
                dataTypeId:
                  type: string
                  description: 数据类型ID
                unitId:
                  type: string
                  description: 单位ID
                cnName:
                  type: string
                  description: 测点名称
                belongingstation:
                  type: string
                description:
                  type: string
                  description: 描述
                AccessToken:
                  type: string
                enDataType:
                  type: string
                  description: 数据类型
                label:
                  type: string
                labelList:
                  type: array
                  items:
                    type: string
                productManageId:
                  type: object
                  properties:
                    id:
                      type: string
                      description: 产品ID
                    entityType:
                      type: string
                      description: 固定值-TB_PRODUCT_MANAGE
      responses:
        '200':
          description: 业务数据 / Business payload
          content:
            application/json:
              schema:
                type: object
                properties:
                  productManageId:
                    type: object
                    properties:
                      entityType:
                        type: string
                        description: 固定值:TB_PRODUCT_MANAGE
                      id:
                        type: string
                        description: 产品ID
                    description: 产品ID
                  tenantId:
                    type: object
                    properties:
                      entityType:
                        type: string
                        description: 固定值:TENANT
                      id:
                        type: string
                        description: 租户ID
                    description: 租户ID
                  name:
                    type: string
                    description: 名称
                  cnName:
                    type: string
                    description: 名称
                  unit:
                    type: string
                    description: 单位
                  dataType:
                    type: string
                    description: 数据类型
                  description:
                    type: string
                    description: 描述
                  enDataType:
                    type: string
                    description: 英文数据类型
                  unitId:
                    type: string
                    description: 单位ID
                  dataTypeId:
                    type: string
                    description: 数据类型ID
                  label:
                    type: string
                    description: 标签
                  id:
                    type: object
                    properties:
                      entityType:
                        type: string
                        description: 固定值:TB_PRODUCT_TELEMETRY_PROFILE
                      id:
                        type: string
                        description: ID
                    description: ID
                  createdTime:
                    type: number
                    description: 创建时间
        default:
          description: 失败响应 / Failure envelope documented in 公共分类 › 状态码描述
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
      externalDocs:
        description: 保存/修改产品物模型测点信息
        url: https://www.cosmoplat.com/help/detail/304/1038
  /device/telemetryProfile/mergerTelemetryProfile/{deviceId}:
    post:
      operationId: postDeviceTelemetryProfileMergerTelemetryProfileByDeviceId
      summary: 保存/修改设备物模型测点信息
      tags:
      - Thing Model (Telemetry Profile)
      parameters:
      - name: deviceId
        in: path
        required: true
        schema:
          type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                name:
                  type: string
                  description: 物模型测点名称
                dataType:
                  type: string
                  description: 数据类型名称
                unit:
                  type: string
                  description: 单位名称
                dataTypeId:
                  type: string
                  description: 数据类型ID
                unitId:
                  type: string
                  description: 单位ID
                cnName:
                  type: string
                  description: 物模型测点名称
                belongingstation:
                  type: string
                description:
                  type: string
                  description: 描述
                AccessToken:
                  type: string
                enDataType:
                  type: string
                  description: 数据类型名称
                label:
                  type: string
                labelList:
                  type: array
                  items:
                    type: string
      responses:
        '200':
          description: 业务数据 / Business payload
          content:
            application/json:
              schema:
                type: object
                properties:
                  deviceProfileId:
                    type: object
                    properties:
                      entityType:
                        type: string
                        description: 固定值DEVICE_PROFILE
                      id:
                        type: string
                        description: 设备配置ID
                    description: 设备配置ID
                  deviceId:
                    type: object
                    properties:
                      entityType:
                        type: string
                        description: 固定值:DEVICE
                      id:
                        type: string
                        description: 设备ID
                    description: 设备ID
                  name:
                    type: string
                    description: 名称
                  cnName:
                    type: string
                    description: 名称
                  unit:
                    type: string
                    description: 单位
                  dataType:
                    type: string
                    description: 数据类型
                  description:
                    type: string
                    description: 描述
                  enDataType:
                    type: string
                    description: 英文数据类型
                  unitId:
                    type: string
                    description: 单位ID
                  dataTypeId:
                    type: string
                    description: 数据类型ID
                  label:
                    type: string
                    description: 标签
                  id:
                    type: object
                    properties:
                      entityType:
                        type: string
                        description: 固定值:DEVICE_TELEMETRY_PROFILE
                      id:
                        type: string
                        description: ID
                    description: ID
                  createdTime:
                    type: number
                    description: 创建时间
        default:
          description: 失败响应 / Failure envelope documented in 公共分类 › 状态码描述
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
      externalDocs:
        description: 保存/修改设备物模型测点信息
        url: https://www.cosmoplat.com/help/detail/304/1038
  /pageByTenantIdAndProductId:
    get:
      operationId: getPageByTenantIdAndProductId
      summary: 分页查询产品物模型
      tags:
      - Thing Model (Telemetry Profile)
      parameters:
      - name: page
        in: query
        required: true
        schema:
          type: string
        description: 页数(从0开始)
      - name: pageSize
        in: query
        required: true
        schema:
          type: string
        description: 每页最大数量
      - name: tbProductManageId
        in: query
        required: true
        schema:
          type: string
        description: 产品id
      - name: textSearch
        in: query
        required: false
        schema:
          type: string
        description: 测点名称
      responses:
        '200':
          description: 业务数据 / Business payload
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        productManageId:
                          type: object
                          properties:
                            entityType:
                              type: string
                              description: 固定值:TB_PRODUCT_MANAGE
                            id:
                              type: string
                              description: 产品ID
                          description: 产品ID
                        tenantId:
                          type: object
                          properties:
                            entityType:
                              type: string
                              description: 固定值:TENANT
                            id:
                              type: string
                              description: 租户ID
                          description: 租户ID
                        name:
                          type: string
                          description: 名称
                        cnName:
                          type: string
                          description: 名称
                        unit:
                          type: string
                          description: 单位
                        dataType:
                          type: string
                          description: 数据类型
                        description:
                          type: string
                          description: 描述
                        enDataType:
                          type: string
                          description: 英文数据类型
                        unitId:
                          type: string
                          description: 单位ID
                        dataTypeId:
                          type: string
                          description: 数据类型ID
                        label:
                          type: string
                          description: 标签
                        id:
                          type: object
                          properties:
                            entityType:
                              type: string
                              description: 固定值:TB_PRODUCT_TELEMETRY_PROFILE
                            id:
                              type: string
                              description: ID
                          description: ID
                        createdTime:
                          type: number
                          description: 创建时间
                    description: 业务数据
                  totalPages:
                    type: number
                    description: 总页数
                  totalElements:
                    type: number
                    description: 总记录数
                  hasNext:
                    type: boolean
                    description: 是否存在下一条记录
        default:
          description: 失败响应 / Failure envelope documented in 公共分类 › 状态码描述
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
      externalDocs:
        description: 分页查询产品物模型
        url: https://www.cosmoplat.com/help/detail/304/1038
  /device/telemetryProfilePage/{deviceId}:
    get:
      operationId: getDeviceTelemetryProfilePageByDeviceId
      summary: 分页查询设备物模型
      tags:
      - Thing Model (Telemetry Profile)
      parameters:
      - name: deviceId
        in: path
        required: true
        schema:
          type: string
      - name: page
        in: query
        required: true
        schema:
          type: string
        description: 页数(从0开始)
      - name: pageSize
        in: query
        required: true
        schema:
          type: string
        description: 每页最大数量
      responses:
        '200':
          description: 业务数据 / Business payload
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        deviceProfileId:
                          type: object
                          properties:
                            entityType:
                              type: string
                              description: 固定值:DEVICE_PROFILE
                            id:
                              type: string
                              description: 设备配置ID
                          description: 设备配置ID
                        deviceId:
                          type: string
                          description: 设备ID
                        name:
                          type: string
                          description: 名称
                        cnName:
                          type: string
                          description: 名称
                        unit:
                          type: string
                          description: 单位
                        dataType:
                          type: string
                          description: 数据类型
                        description:
                          type: string
                          description: 描述
                        enDataType:
                          type: string
                          description: 英文数据类型
                        unitId:
                          type: string
                          description: 单位ID
                        dataTypeId:
                          type: string
                          description: 数据类型ID
                        label:
                          type: string
                          description: 标签
                        id:
                          type: object
                          properties:
                            entityType:
                              type: string
                              description: 固定值:DEVICE_TELEMETRY_PROFILE
                            id:
                              type: string
                              description: ID
                          description: ID
                        createdTime:
                          type: number
                          description: 创建时间
                    description: 业务数据
                  totalPages:
                    type: number
                    description: 总页数
                  totalElements:
                    type: number
                    description: 总记录数
                  hasNext:
                    type: boolean
                    description: 是否有下一条记录
        default:
          description: 失败响应 / Failure envelope documented in 公共分类 › 状态码描述
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
      externalDocs:
        description: 分页查询设备物模型
        url: https://www.cosmoplat.com/help/detail/304/1038
  /deleteTelemetryProfileById/{tbProductTelemetryProfileId}:
    delete:
      operationId: deleteDeleteTelemetryProfileByIdByTbProductTelemetryProfileId
      summary: 根据测点id删除产品物模型测点信息
      tags:
      - Thing Model (Telemetry Profile)
      description: 成功httpCode返回200
      parameters:
      - name: tbProductTelemetryProfileId
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: 成功 / Success
        default:
          description: 失败响应 / Failure envelope documented in 公共分类 › 状态码描述
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
      externalDocs:
        description: 根据测点id删除产品物模型测点信息
        url: https://www.cosmoplat.com/help/detail/304/1038
  /device/telemetryProfile/deleteTelemetryProfileById/{deviceId}/{deviceTelemetryProfileId}:
    delete:
      operationId: deleteDeviceTelemetryProfileDeleteTelemetryProfileByIdByDeviceIdByDeviceTelemetryProfileId
      summary: 根据测点id删除设备物模型测点信息
      tags:
      - Thing Model (Telemetry Profile)
      description: 成功httpCode返回200
      parameters:
      - name: deviceId
        in: path
        required: true
        schema:
          type: string
      - name: deviceTelemetryProfileId
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: 成功 / Success
        default:
          description: 失败响应 / Failure envelope documented in 公共分类 › 状态码描述
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
      externalDocs:
        description: 根据测点id删除设备物模型测点信息
        url: https://www.cosmoplat.com/help/detail/304/1038
components:
  schemas:
    Error:
      type: object
      description: 失败报文 / Failure envelope (公共分类 › 状态码描述)
      properties:
        status:
          type: integer
          description: 状态码,和 httpCode 一致 / status code, same as the HTTP status
        message:
          type: string
          description: 状态描述 / status description
        errorCode:
          type: integer
          description: 错误码 / error code
        timestamp:
          type: string
          format: date-time
          description: 时间戳 / timestamp
      examples:
      - status: 500
        message: 内部配置错误
        errorCode: 2
        timestamp: '2023-08-04T00:56:54.243+00:00'
externalDocs:
  description: COSMOPlat IoT platform documentation
  url: https://www.cosmoplat.com/help/detail/304/1012