Files
tacker/api-ref/source/v2/samples/vnfpm/show-pm-job-report-response.json
Koji Shimizu 85b57883c1 Add docs for cnf auto heal and scale
This patch makes the following updates to the API and CLI docs.

* Add support cnf auto heal and scale

Implements: blueprint support-auto-lcm
Change-Id: I776637f1361aa5861d42fb98e71ebabd3825ca4c
2022-09-16 16:37:22 +09:00

12 lines
323 B
JSON

[
{
"objectType": "Vnf",
"objectInstanceId": "da459819-a2eb-442b-b9a2-0c1c02466baf",
"performanceMetric": "VCpuUsageMeanVnf.25b9b9d0-2461-4109-866e-a7767375415b",
"performanceValues": {
"timeStamp": "2022-08-05T02:24:46Z",
"value": "value_test",
"context": "{'test': 'test'}"
}
}
]