summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-developer/index.rst
blob: 8ed4eaee665dc78365e933a9428865f6c316c2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.. This work is licensed under a Creative Commons Attribution 4.0
.. International License.  http://creativecommons.org/licenses/by/4.0
.. Copyright 2017 AT&T Intellectual Property.  All rights reserved.

.. _onap_developer_guides:

Developer Guides
================
The following guides are provided for developers who want to
understanding or contribute to the ONAP open source.

.. toctree::
   :maxdepth: 1

   architecture/index
   tutorials/index
   settingup/index
   developing/index
   how-to-use-docs/index
   apiref/index
   use-cases/index
nd # limitations under the License. # # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= nodesByDataspaceAndAnchorAndCpsPath: get: description: Query data nodes for the given dataspace and anchor using CPS path tags: - cps-query summary: Query data nodes deprecated: true operationId: getNodesByDataspaceAndAnchorAndCpsPath parameters: - $ref: 'components.yml#/components/parameters/dataspaceNameInPath' - $ref: 'components.yml#/components/parameters/anchorNameInPath' - $ref: 'components.yml#/components/parameters/cpsPathInQuery' - $ref: 'components.yml#/components/parameters/includeDescendantsOptionInQuery' responses: '200': description: OK content: application/json: schema: type: object examples: dataSample: $ref: 'components.yml#/components/examples/dataSample' '400': $ref: 'components.yml#/components/responses/BadRequest' '401': $ref: 'components.yml#/components/responses/Unauthorized' '403': $ref: 'components.yml#/components/responses/Forbidden' '500': $ref: 'components.yml#/components/responses/InternalServerError' x-codegen-request-body-name: xpath