CmHandleProperties:
description: Private properties of the cm handle for the given path
type: object
- Resource:
- properties:
- id:
- description: Identifier of the resource object
- example: resource-identifier
- type: string
- attributes:
- additionalProperties:
- example: "userLabel: label11"
- type: string
- description: Key value map representing the objects class attributes and
- values
- type: object
- type: object
- ActionParameters:
- additionalProperties:
- type: string
- description: The input of the action in the form of key value pairs
- type: object
- Object:
- type: object
SubjobWriteResponse:
properties:
subJobId:
- op
- path
type: object
- SubjobWriteRequest_data_inner_value:
- description: Value dependent on the op specified. Resource for an add. Object
- for a replace. ActionParameters for an action.
- oneOf:
- - $ref: '#/components/schemas/Resource'
- - $ref: '#/components/schemas/ActionParameters'
- - $ref: '#/components/schemas/Object'
- type: object
SubjobWriteRequest_data_inner:
properties:
path:
description: Private properties of the cm handle for the given path
type: object
value:
- $ref: '#/components/schemas/SubjobWriteRequest_data_inner_value'
+ additionalProperties: true
+ description: Value dependent on the op specified. Resource for an add. Object
+ for a replace. ActionParameters for an action.
+ type: object
required:
- op
- path
:depth: 2
..
+.. ====================
+.. * * * PARIS * * *
+.. ====================
+
+Version: 1.7.0
+==============
+
+Release Data
+------------
+
++--------------------------------------+--------------------------------------------------------+
+| **CPS Project** | DMI-Plugin |
+| | |
++--------------------------------------+--------------------------------------------------------+
+| **Docker images** | onap/ncmp-dmi-plugin:1.7.0 |
+| | |
++--------------------------------------+--------------------------------------------------------+
+| **Release designation** | 1.7.0 Paris |
+| | |
++--------------------------------------+--------------------------------------------------------+
+| **Release date** | (not yet released) |
+| | |
++--------------------------------------+--------------------------------------------------------+
+
+Features
+--------
+
.. ====================
.. * * * OSLO * * *
.. ====================
<!-- Project Versioning and Timestamp -->
<cps.groupId>org.onap.cps</cps.groupId>
- <cps.version>3.6.2</cps.version>
+ <cps.version>3.6.3</cps.version>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<!-- Code Quality and Dependency Management -->