Commit fccd75ae authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL005_66 Added a new attribute "monitoringParameter" of type...

SOL005_66	Added a new attribute "monitoringParameter" of type "NsMonitoringParameter" to "NsInstance" data type (NS LCM)
parent 9240b26c
...@@ -112,6 +112,14 @@ definitions: ...@@ -112,6 +112,14 @@ definitions:
enum: enum:
- NOT_INSTANTIATED - NOT_INSTANTIATED
- INSTANTIATED - INSTANTIATED
monitoringParameter:
description: >
Performance metrics tracked by the NFVO (e.g. for
auto-scaling purposes) as identified by the NS
designer in the NSD.
type: array
items:
$ref: "#/definitions/NsMonitoringParameter"
nsScaleStatus: nsScaleStatus:
description: > description: >
Status of each NS scaling aspect declared in the Status of each NS scaling aspect declared in the
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment