List Stats (single statistics category, single appliance)
List statistics from a single statistics category for a single appliance. Statistics of the health and network categories are presented in reverse chronological order.
path Parameters
query Parameters
Successful operation.
The request was malformed and could not be processed.
No records exist for at least one of the requested appliance(s).
limit parameter must be <= 2000
device-monitoring service is not yet initialized
- 200
{- "healthStats": [
- {
- "timestamp": 0,
- "state": "normal",
- "reason": "string"
}
], - "cpuStats": [
- {
- "timestamp": 0,
- "cpus": [
- {
- "core": "string",
- "utilization": 0
}
]
}
], - "reputationStats": [
- {
- "timestamp": 0,
- "statTable": "string",
- "section": "string",
- "name": "string",
- "value": 0,
- "comment": "string"
}
], - "networkStats": [
- {
- "timestamp": 0,
- "connectionRate": 0,
- "packetsDroppedNic": 0,
- "packetsTotalNic": 0,
- "packetsDroppedFpga": 0,
- "packetsTotalFpga": 0,
- "packetsDroppedEngineF": 0,
- "packetsTotalEngineF": 0,
- "packetsDroppedEngineK": 0,
- "packetsTotalEngineK": 0,
- "packetsDroppedEngineL": 0,
- "packetsTotalEngineL": 0,
- "interfaceStats": [
- {
- "name": "string",
- "rxPackets": 0,
- "rxBytes": 0,
- "rxPacketsDropped": 0,
- "txPackets": 0,
- "txBytes": 0,
- "txPacketsDropped": 0
}
]
}
], - "ruleStats": [
- {
- "timestamp": 0,
- "filterId": "string",
- "triggeredFlows": 0,
- "matchedFlows": 0
}
]
}
List Stats (single appliance)
List statistics for a single appliance. Statistics of the health and network categories are presented in reverse chronological order.
path Parameters
query Parameters
Successful operation.
The request was malformed and could not be processed.
No records exist for at least one of the requested appliance(s).
limit parameter must be <= 2000
device-monitoring service is not yet initialized
- 200
{- "healthStats": [
- {
- "timestamp": 0,
- "state": "normal",
- "reason": "string"
}
], - "cpuStats": [
- {
- "timestamp": 0,
- "cpus": [
- {
- "core": "string",
- "utilization": 0
}
]
}
], - "reputationStats": [
- {
- "timestamp": 0,
- "statTable": "string",
- "section": "string",
- "name": "string",
- "value": 0,
- "comment": "string"
}
], - "networkStats": [
- {
- "timestamp": 0,
- "connectionRate": 0,
- "packetsDroppedNic": 0,
- "packetsTotalNic": 0,
- "packetsDroppedFpga": 0,
- "packetsTotalFpga": 0,
- "packetsDroppedEngineF": 0,
- "packetsTotalEngineF": 0,
- "packetsDroppedEngineK": 0,
- "packetsTotalEngineK": 0,
- "packetsDroppedEngineL": 0,
- "packetsTotalEngineL": 0,
- "interfaceStats": [
- {
- "name": "string",
- "rxPackets": 0,
- "rxBytes": 0,
- "rxPacketsDropped": 0,
- "txPackets": 0,
- "txBytes": 0,
- "txPacketsDropped": 0
}
]
}
], - "ruleStats": [
- {
- "timestamp": 0,
- "filterId": "string",
- "triggeredFlows": 0,
- "matchedFlows": 0
}
]
}
List Network Stats For Appliance
List Network statistics for a single appliance. The network category statistics are presented in reverse chronological order.
query Parameters
Successful operation.
The request was malformed and could not be processed.
No records exist for at least one of the requested appliance(s).
limit parameter must be <= 2000
device-monitoring service is not yet initialized
- 200
{- "totalCount": 0,
- "appliance": 0,
- "next": "string",
- "networkstatistics": [
- {
- "timestamp": 0,
- "connectionRate": 0,
- "packetsDroppedNic": 0,
- "packetsTotalNic": 0,
- "packetsDroppedFpga": 0,
- "packetsTotalFpga": 0,
- "packetsDroppedEngineF": 0,
- "packetsTotalEngineF": 0,
- "packetsDroppedEngineK": 0,
- "packetsTotalEngineK": 0,
- "packetsDroppedEngineL": 0,
- "packetsTotalEngineL": 0,
- "interfaceStats": [
- {
- "name": "string",
- "rxPackets": 0,
- "rxBytes": 0,
- "rxPacketsDropped": 0,
- "txPackets": 0,
- "txBytes": 0,
- "txPacketsDropped": 0
}
]
}
]
}
List Health Stats For Appliance
List health statistics for a single appliance. The health category statistics are presented in reverse chronological order.
query Parameters
Successful operation.
The request was malformed and could not be processed.
No records exist for at least one of the requested appliance(s).
limit parameter must be <= 2000
device-monitoring service is not yet initialized
- 200
{- "totalCount": 0,
- "appliance": 0,
- "next": "string",
- "healthstatistics": [
- {
- "timestamp": 0,
- "state": "normal",
- "reason": "string"
}
]
}
List CPU Stats For Appliance
List CPU statistics for a single appliance.
query Parameters
Successful operation.
The request was malformed and could not be processed.
No records exist for at least one of the requested appliance(s).
limit parameter must be <= 2000
device-monitoring service is not yet initialized
- 200
{- "totalCount": 0,
- "appliance": 0,
- "next": "string",
- "cpustatistics": [
- {
- "timestamp": 0,
- "cpus": [
- {
- "core": "string",
- "utilization": 0
}
]
}
]
}
List Stats (multi-appliance)
List multiple statistics categories for multiple appliances. Statistics of the health and network categories are presented in reverse chronological order.
query Parameters
Successful operation.
The request was malformed and could not be processed.
limit parameter must be <= 2000
device-monitoring service is not yet initialized
- 200
{- "totalCount": 0,
- "count": 0,
- "next": "string",
- "appliances": [
- {
- "appliance": 1,
- "statistics": {
- "healthStats": [
- {
- "timestamp": 0,
- "state": "normal",
- "reason": "string"
}
], - "cpuStats": [
- {
- "timestamp": 0,
- "cpus": [
- {
- "core": null,
- "utilization": null
}
]
}
], - "reputationStats": [
- {
- "timestamp": 0,
- "statTable": "string",
- "section": "string",
- "name": "string",
- "value": 0,
- "comment": "string"
}
], - "networkStats": [
- {
- "timestamp": 0,
- "connectionRate": 0,
- "packetsDroppedNic": 0,
- "packetsTotalNic": 0,
- "packetsDroppedFpga": 0,
- "packetsTotalFpga": 0,
- "packetsDroppedEngineF": 0,
- "packetsTotalEngineF": 0,
- "packetsDroppedEngineK": 0,
- "packetsTotalEngineK": 0,
- "packetsDroppedEngineL": 0,
- "packetsTotalEngineL": 0,
- "interfaceStats": [
- {
- "name": null,
- "rxPackets": null,
- "rxBytes": null,
- "rxPacketsDropped": null,
- "txPackets": null,
- "txBytes": null,
- "txPacketsDropped": null
}
]
}
], - "ruleStats": [
- {
- "timestamp": 0,
- "filterId": "string",
- "triggeredFlows": 0,
- "matchedFlows": 0
}
]
}
}
]
}