TopologyServiceMock.js 727 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
//getAllTopologyCollection()
export const TOPO_GETALL_INPUT={
  "result": true,
  "faultCode": 0,
  "faultCause": null,
  "returnValue": [
    {
      "topologyKey": "15541005750084225",
      "topologyName": "设备64testmodify",
      "nodeType": 0,
      "belongSubnet": "15483851078070000",
      "xAxis": 474.203125,
      "yAxis": 48
    }
  ]
};
export const TOPO_GETALL_OUTPUT={"15541005750084225":{
    "topologyKey": "15541005750084225",
    "topologyName": "设备64testmodify",
    "nodeType": 0,
    "belongSubnet": "15483851078070000",
    "xAxis": 474.203125,
    "yAxis": 48
  }
};

//saveTopologyCollection()
export const TOPO_SAVE_CLIENT={};
export const TOPO_SAVE_INPUT={};
export const TOPO_SAVE_OUTPUT={};