接口描述:传入节点投影id即visNodeId,查看投影所属的节点的属性字段。
URL地址:http://ip:port /wapi/v1 /diagram_node_properties/{visNodeId}/vis_node_id
访问方法::Get
请求参数:
Parame参数
参数名 | 类型 | 示例值 | 必填 | 说明 |
---|---|---|---|---|
visNodeId | Long | 3220963 | 是 | 节点投影id |
{
"code": 200,
"message": "success",
"data": [
{
"propertyId": 28000000240024,
"nodeTypeId": 26000000131132,
"name": "名称",
"defaultValue": null,
"position": -1,
"mandatory": true,
"displayed": false,
"fontSize": 75.882385,
"fontColor": "#000000",
"notEditable": false,
"offsetX": 4.910426,
"offsetY": 6.3455796,
"angle": 0,
"anchorPointX": 1,
"anchorPointY": 1,
"bold": false,
"italic": false,
"underline": false,
"fontFamily": "Arial",
"fillColor": "#FFFFFF",
"align": 0,
"lockList": false,
"justification": 0,
"snmpOid": null,
"propertyValueId": 7986301,
"nodeId": 24000000433093,
"value": "42U 600×1200",
"hasPropertyValue": true,
"nodeOverrides": [],
"visNodeFields": {
"visNodeId": 3220963,
"propertyValueId": 7986301,
"offsetY": 6.345579624176025,
"offsetX": 4.910426139831543,
"fontSize": 7.588238716125488,
"canMove": true,
"color": "#000000",
"state": false,
"angle": 0,
"bold": false,
"italic": false,
"underline": false,
"fontFamily": "Arial",
"backgroundColor": "#FFFFFF",
"align": false,
"anchor": false,
"uprightAlignment": null,
"justification": false,
"mapZoom": 3.0,
"new": true
},
"system": false,
"inProperties": true,
"typeField": false,
"uniqueForAllTypes": null,
"uniqueForThisType": null
}
]
}