"description":"An identifier with the intention of being globally unique.\n",
"type":"string"
},
"objectType":{
"description":"Type of measured object. The applicable measured object type for a measurement is defined in clause 8.2 of ETSI GS NFV-IFA 031.",
"type":"string"
},
"objectInstanceId":{
"description":"An identifier with the intention of being globally unique.\n",
"type":"string"
},
"subjObjectInstanceIds":{
"description":"Identifiers of the sub-object instances of the measured object instance associated with this threshold. May be present if a sub-object is defined in clause 8.2 of ETSI GS NFV-IFA 031 for the related measured object type. If this attribute is absent and a sub-object is defined in clause 8.2 of ETSI GS NFV-IFA 031 for the related measured object type, thresholds are set for all sub-object instances of the measured object instance.\n",
"type":"array",
"items":{
"description":"An identifier that is unique for the respective type within a NFV-MANO functional entity, but that need not be globally unique. Representation: string of variable length..\n",
"type":"string"
}
},
"criteria":{
"description":"This type represents criteria that define a threshold.\n",
"type":"object",
"properties":{
"performanceMetric":{
"description":"Defines the performance metric associated with the threshold. This attribute’s value shall contain the related \"Measurement Name\" values as defined in clause 8.4 of ETSI GS NFV-IFA 031 \n",
"type":"string"
},
"thresholdType":{
"description":"Type of threshold. This attribute determines which other attributes are present in the data structure. Permitted values:\n - SIMPLE: Single-valued static threshold\n\nIn the present document, simple thresholds are defined. The definition of additional threshold types is left for future specification.\n",
"type":"string",
"enum":[
"SIMPLE"
]
},
"simpleThresholdDetails":{
"description":"Details of a simple threshold. Shall be present if thresholdType=\"SIMPLE\".\n",
"type":"object",
"properties":{
"thresholdValue":{
"description":"A number defined in IETF RFC 8259.\n",
"type":"number"
},
"hysteresis":{
"description":"A number defined in IETF RFC 8259.\n",
"type":"number"
}
},
"required":[
"thresholdValue",
"hysteresis"
]
}
},
"required":[
"performanceMetric",
"thresholdType"
]
},
"_links":{
"description":"Links for this resource.\n",
"type":"object",
"properties":{
"self":{
"description":"This type represents a link to a resource using an absolute URI.\n",
"type":"object",
"required":[
"href"
],
"properties":{
"href":{
"description":"String formatted according to IETF RFC 3986.\n",
"type":"string"
}
}
},
"object":{
"description":"This type represents a link to a resource using an absolute URI.\n",
"type":"object",
"required":[
"href"
],
"properties":{
"href":{
"description":"String formatted according to IETF RFC 3986.\n",
"description":"An identifier with the intention of being globally unique.\n",
"type":"string"
},
"objectType":{
"description":"Type of measured object. The applicable measured object type for a measurement is defined in clause 8.2 of ETSI GS NFV-IFA 031.",
"type":"string"
},
"objectInstanceId":{
"description":"An identifier with the intention of being globally unique.\n",
"type":"string"
},
"subjObjectInstanceIds":{
"description":"Identifiers of the sub-object instances of the measured object instance associated with this threshold. May be present if a sub-object is defined in clause 8.2 of ETSI GS NFV-IFA 031 for the related measured object type. If this attribute is absent and a sub-object is defined in clause 8.2 of ETSI GS NFV-IFA 031 for the related measured object type, thresholds are set for all sub-object instances of the measured object instance.\n",
"type":"array",
"items":{
"description":"An identifier that is unique for the respective type within a NFV-MANO functional entity, but that need not be globally unique. Representation: string of variable length..\n",
"type":"string"
}
},
"criteria":{
"description":"This type represents criteria that define a threshold.\n",
"type":"object",
"properties":{
"performanceMetric":{
"description":"Defines the performance metric associated with the threshold. This attribute’s value shall contain the related \"Measurement Name\" values as defined in clause 8.4 of ETSI GS NFV-IFA 031 \n",
"type":"string"
},
"thresholdType":{
"description":"Type of threshold. This attribute determines which other attributes are present in the data structure. Permitted values:\n - SIMPLE: Single-valued static threshold\n\nIn the present document, simple thresholds are defined. The definition of additional threshold types is left for future specification.\n",
"type":"string",
"enum":[
"SIMPLE"
]
},
"simpleThresholdDetails":{
"description":"Details of a simple threshold. Shall be present if thresholdType=\"SIMPLE\".\n",
"type":"object",
"properties":{
"thresholdValue":{
"description":"A number defined in IETF RFC 8259.\n",
"type":"number"
},
"hysteresis":{
"description":"A number defined in IETF RFC 8259.\n",
"type":"number"
}
},
"required":[
"thresholdValue",
"hysteresis"
]
}
},
"required":[
"performanceMetric",
"thresholdType"
]
},
"_links":{
"description":"Links for this resource.\n",
"type":"object",
"properties":{
"self":{
"description":"This type represents a link to a resource using an absolute URI.\n",
"type":"object",
"required":[
"href"
],
"properties":{
"href":{
"description":"String formatted according to IETF RFC 3986.\n",
"type":"string"
}
}
},
"object":{
"description":"This type represents a link to a resource using an absolute URI.\n",
"type":"object",
"required":[
"href"
],
"properties":{
"href":{
"description":"String formatted according to IETF RFC 3986.\n",
"description":"This defines the types of performance metrics for the specified object instances, as specified in ETSI GS NFV-IFA 027). At least one of the two attributes (performance metric or group) shall be present.\n",
"type":"array",
"items":{
"type":"string"
}
},
"performanceMetricGroup":{
"description":"Group of performance metrics. A metric group is a pre-defined list of metrics, known to the producer that it can decompose to individual metrics. At least one of the two attributes (performance metric or group) shall be present.\n",
"type":"array",
"items":{
"type":"string"
}
},
"collectionPeriod":{
"description":"Specifies the periodicity at which the producer will collect performance information. The unit shall be seconds. At the end of each reportingPeriod, the producer will inform the consumer about availability of the performance data collected for each completed collection period during this reportingPeriod. The reportingPeriod should be equal to or a multiple of the collectionPeriod. In the latter case, the performance data for the collection periods within one reporting period are reported together.\n",
"type":"integer"
},
"reportingPeriod":{
"description":"Specifies the periodicity at which the producer will report to the consumer. about performance information. The unit shall be seconds. At the end of each reportingPeriod, the producer will inform the consumer about availability of the performance data collected for each completed collection period during this reportingPeriod. The reportingPeriod should be equal to or a multiple of the collectionPeriod. In the latter case, the performance data for the collection periods within one reporting period are reported together.\n",
"type":"integer"
},
"reportingBoundary":{
"description":"Date-time stamp. Representation: String formatted according to IETF RFC 3339.\n",
"description":"This type represents a link to a resource.\n",
"type":"object",
"required":["href"],
"properties":{
"href":{
"description":"URI of the referenced resource.\n",
"type":"string",
"format":"url"
}
}
},
"objects":{
"description":"Links to resources representing the VNF instances for which performance information is collected. Shall be present if the VNF instance information is accessible as a resource.\n",
"type":"array",
"items":{
"description":"This type represents a link to a resource.\n",
"type":"object",
"required":["href"],
"properties":{
"href":{
"description":"URI of the referenced resource.\n",