理解 API 权重

物联网设备管理门户的 API 调用是分配的权重,这些权重可以是静态权重(意味着为特定 API 分配给定的权重),也可以是动态权重(意味着特定 API 将根据传递给 API 调用的参数来确定其权重)。加权旨在将各种 API 调用的使用与其在物联网设备管理门户上的有效加载。权重指标可帮助您根据分配的频次限制管理您的 API 使用情况。下表概述了某些 API 的权重计算。

API 算法
alarm.batch 1 + (number_of_items / 2)
attribute.batch 1 + (number_of_items / 2)
location.batch 1 + ( (number_of_items*(2 if address_decode is enabled) / 2)
location.publish 1 + (1 if network_decode is enabled) + (1 if address_decode is enabled)
property.batch 1 + ( (sum of weights from individual publishes) / 2)
property.publish 1 + (1 if deduplicate is enabled) + (1 if aggregation is enabled)

权重显示于 API 日志界面。