Files
tacker/api-ref/source/v2/samples/vnfpm/list-pm-job-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

22 lines
645 B
JSON

[
{
"id": "aa474574-a2eb-442b-b9a2-0c1c02466baf",
"objectType": "Vnf",
"objectInstanceIds": ["da459819-a2eb-442b-b9a2-0c1c02466baf"],
"criteria": {
"performanceMetric": [
"VCpuUsageMeanVnf.25b9b9d0-2461-4109-866e-a7767375415b"
],
"performanceMetricGroup": [
"VirtualisedComputeResource"
],
"collectionPeriod": 5,
"reportingPeriod": 10,
"reportingBoundary": "2022-08-05T02:24:46Z"
},
"callbackUri":"http://127.0.0.1/",
"_links": {
"href": "http://127.0.0.1:9890/vnfpm/v2/pm_jobs/aa474574-a2eb-442b-b9a2-0c1c02466baf"
}
}
]