PerformanceReport
PerformanceReport
This type defines the format of a performance report provided by the VNFM to the EM as a result of collecting performance information as part of a PM job. The type shall comply with the provisions defined in table 6.5.2.10-1.
JSON Example
{
"entries": [
{
"objectType": "string",
"objectInstanceId": "string",
"subObjectInstanceId": "string",
"performanceMetric": "string",
"performanceValues": [
{
"timeStamp": "string",
"value": {}
}
]
}
]
}
array of PerformanceReport_entries
entries
Required
List of performance information entries. Each performance report entry is for a given metric of a given object (i.e. VNF instance), but can include multiple collected values.