This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nezha-nezha-fronted/nezha-fronted/src/components/chart/assetInfoData.js
2023-03-15 15:39:06 +08:00

47 lines
648 B
JavaScript

const data = {
msg: 'success',
code: 200,
data: {
id: 'assetID',
name: 'template',
manageIp: '127.0.0.1',
type: {
name: 'Server'
},
state: {
name: 'In use'
},
brand: {
name: 'Dell'
},
dc: {
name: 'JBXXG'
},
model: {
name: 'ADC-Serve'
},
fields: [],
cabinet: null,
pingInfo: {
status: 0,
rtt: null
},
endpointNum: 0,
alert: [
{
priority: 'P1',
num: 2
},
{
priority: 'P2',
num: 0
},
{
priority: 'P3',
num: 0
}
]
}
}
export default data