info:
title: ONAP Open API v3 Configuration Persistence Service
description: Configuration Persistence Service is a Model Driven Generic Database
- version: "3.6.2"
+ version: "3.6.3"
contact:
name: ONAP
url: "https://onap.readthedocs.io"
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0
title: ONAP Open API v3 Configuration Persistence Service
- version: 3.6.2
+ version: 3.6.3
servers:
- url: /cps/api
tags:
default: none
example: "3"
type: string
- - description: Boolean flag to enable or disable grouping of data nodes to generate
- a condensed delta report.
+ - description: Boolean flag to enable or disable grouping of data nodes. Enabling
+ it generates a condensed delta report.
in: query
name: grouping-enabled
required: false
schema:
default: false
- example: false
+ example: true
type: boolean
responses:
"200":
schema:
default: /
type: string
- - description: Boolean flag to enable or disable grouping of data nodes to generate
- a condensed delta report.
+ - description: Boolean flag to enable or disable grouping of data nodes. Enabling
+ it generates a condensed delta report.
in: query
name: grouping-enabled
required: false
schema:
default: false
- example: false
+ example: true
type: boolean
requestBody:
content:
schema:
example: my-anchor
type: string
- groupingEnabledInQuery:
- description: Boolean flag to enable or disable grouping of data nodes to generate
- a condensed delta report.
+ groupDataNodesInQuery:
+ description: Boolean flag to enable or disable grouping of data nodes. Enabling
+ it generates a condensed delta report.
in: query
name: grouping-enabled
required: false
schema:
default: false
- example: false
+ example: true
type: boolean
cpsPathInQuery:
description: "For more details on cps path, please refer https://docs.onap.org/projects/onap-cps/en/latest/cps-path.html"
| | |
+--------------------------------------+--------------------------------------------------------+
+Features
+--------
+ - `CPS-2566 <https://lf-onap.atlassian.net/browse/CPS-2566>`_ Fix Inconsistency With JSON Response(List Items) Using GetANode API.
+ - `CPS-2600 <https://lf-onap.atlassian.net/browse/CPS-2600>`_ Remove Basic Authentication References.
+ - `CPS-2657 <https://lf-onap.atlassian.net/browse/CPS-2657>`_ Enhance the Multipart Delta API to support JSON file.
+ - `CPS-2709 <https://lf-onap.atlassian.net/browse/CPS-2709>`_ Scrape all metrics and add them to cps documentation.
+ - `CPS-2769 <https://lf-onap.atlassian.net/browse/CPS-2769>`_ Fix legacy batch response with not found CM-handle.
+ - `CPS-2819 <https://lf-onap.atlassian.net/browse/CPS-2819>`_ Added JettyConfig with support for ambiguous path separators.
+
Version: 3.6.2
==============