From: demx8as6 Date: Mon, 29 Jun 2020 10:05:53 +0000 (+0200) Subject: Add Copyright statement X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=scp%2Foam%2Fmodeling.git;a=commitdiff_plain;h=b03d8b7daeab9145c70e432f99972f23ac278a61 Add Copyright statement Add missing Copyright and Apache 2.0 statement Issue-ID: OAM-122, OAM-124, OAM-125 Change-Id: Ib396c9bbaf090d883ae4fcaebd3f8dae2450969e Signed-off-by: demx8as6 --- diff --git a/data-model/tools/o1-controller-restconf-commands/.vscode/settings.json b/data-model/tools/o1-controller-restconf-commands/.vscode/settings.json index 0c05ddf..b3d1a67 100644 --- a/data-model/tools/o1-controller-restconf-commands/.vscode/settings.json +++ b/data-model/tools/o1-controller-restconf-commands/.vscode/settings.json @@ -1,19 +1,23 @@ +/*############################################################################## +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ +*/ { "rest-client.environmentVariables": { "local": { - "baseUrl": "http://10.20.11.118:8181", - "user": "admin", - "password": "admin", - "mountPoint": "ntsim_onf_core_model_1_4-0_51009", - }, - "public": { - "baseUrl": "https://sdn-r-dev.open5g-test.com", - "user": "admin", - "password": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U", - "mountPoint": "ntsim_onf_core_model_1_4-0_51009", - }, - "alex-ws": { - "baseUrl": "http://46.38.251.235:8181", + "baseUrl": "http://localhost:8181", "user": "admin", "password": "admin", "mountPoint": "ntsim_onf_core_model_1_4-0_51009", diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-modules-biermann.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-modules-biermann.rest index c839057..c9c0abc 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-odl-modules-biermann.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-odl-modules-biermann.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ GET {{baseUrl}}/restconf/modules HTTP/1.1 Authorization: Basic {{user}} {{password}} Accept: application/json diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-modules-rfc8040.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-modules-rfc8040.rest index e92bc97..9112472 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-odl-modules-rfc8040.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-odl-modules-rfc8040.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ GET {{baseUrl}}/rests/data/ietf-yang-library:modules-state Authorization: Basic {{user}} {{password}} Accept: application/yang-data+json \ No newline at end of file diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-both-rfc8040.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-both-rfc8040.rest index a5185bb..66b0ce8 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-both-rfc8040.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-both-rfc8040.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf?fields=node(node-id) Authorization: Basic {{user}} {{password}} Accept: application/yang-data+json \ No newline at end of file diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-capabilities-rfc8040.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-capabilities-rfc8040.rest index e5aa2a5..ffe5da4 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-capabilities-rfc8040.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-capabilities-rfc8040.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf?content=nonconfig&fields=node(node-id;netconf-node-topology:available-capabilities/available-capability/capability) Authorization: Basic {{user}} {{password}} Accept: application/yang-data+json diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-config-rfc8040.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-config-rfc8040.rest index 7b330ab..eac62bd 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-config-rfc8040.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-config-rfc8040.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf?fields=node(node-id;netconf-node-topology:connection-status) Authorization: Basic {{user}} {{password}} Accept: application/yang-data+json \ No newline at end of file diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-connection-status-rfc8040.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-connection-status-rfc8040.rest index 558281c..48ed37c 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-connection-status-rfc8040.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-connection-status-rfc8040.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf?fields=node(node-id;netconf-node-topology:connection-status) Authorization: Basic {{user}} {{password}} Accept: application/yang-data+json diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-node-capabilities-biermann.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-node-capabilities-biermann.rest index f4e9572..29fb931 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-node-capabilities-biermann.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-node-capabilities-biermann.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ GET {{baseUrl}}/restconf/operational/network-topology:network-topology/topology/topology-netconf/node/{{mountPoint}}/netconf-node-topology:available-capabilities Authorization: Basic {{user}} {{password}} Accept: application/json diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-node-capabilities-rfc8040.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-node-capabilities-rfc8040.rest index 694b1e0..fff6fce 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-node-capabilities-rfc8040.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-node-capabilities-rfc8040.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf/node={{mountPoint}}/netconf-node-topology:available-capabilities?fields=available-capability(capability) Authorization: Basic {{user}} {{password}} Accept: application/yang-data+json diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-node-onf-core-air-interface-singnal-rfc8040.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-node-onf-core-air-interface-singnal-rfc8040.rest index 0127832..d9c9566 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-node-onf-core-air-interface-singnal-rfc8040.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-node-onf-core-air-interface-singnal-rfc8040.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf/node={{mountPoint}}/yang-ext:mount/core-model-1-4:control-construct/logical-termination-point=e6c5831d-37ce-4ef4-b075-733f6791bde1/layer-protocol=pRppR4R/wire-interface-2-0:wire-interface-pac/wire-interface-configuration?fields=interface-name;problem-kind-severity-list(problem-kind-name) Authorization: Basic {{user}} {{password}} Accept: application/yang-data+json diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-both-rfc8040.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-both-rfc8040.rest index fd651a4..96c7583 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-both-rfc8040.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-both-rfc8040.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf Authorization: Basic {{user}} {{password}} Accept: application/yang-data+json diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-config-biermann.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-config-biermann.rest index d638b9f..58d77f0 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-config-biermann.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-config-biermann.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ GET {{baseUrl}}/restconf/config/network-topology:network-topology/topology/topology-netconf Authorization: Basic {{user}} {{password}} Accept: application/json \ No newline at end of file diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-config-rfc8040.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-config-rfc8040.rest index 81d987b..d85130b 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-config-rfc8040.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-config-rfc8040.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf?content=config HTTP/1.1 Authorization: Basic {{user}} {{password}} Accept: application/yang-data+json \ No newline at end of file diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-operational-biermann.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-operational-biermann.rest index c7e6d20..599c9bf 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-operational-biermann.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-operational-biermann.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ GET {{baseUrl}}/restconf/operational/network-topology:network-topology/topology/topology-netconf Authorization: Basic {{user}} {{password}} Accept: application/json diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-operational-rfc8040.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-operational-rfc8040.rest index 165a442..e9f9594 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-operational-rfc8040.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-operational-rfc8040.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ GET {{baseUrl}}/rests/data/network-topology:network-topology?content=nonconfig Authorization: Basic {{user}} {{password}} Accept: application/yang-data+json \ No newline at end of file diff --git a/data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-list-biermann.rest b/data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-list-biermann.rest index 402ea35..ee1c010 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-list-biermann.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-list-biermann.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ POST {{baseUrl}}/restconf/operations/data-provider:read-network-element-connection-list HTTP/1.1 Authorization: Basic {{user}} {{password}} Accept: application/json diff --git a/data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-list-rfc8040.rest b/data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-list-rfc8040.rest index 089447c..a3c2efb 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-list-rfc8040.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-list-rfc8040.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ POST {{baseUrl}}/rests/operations/data-provider:read-network-element-connection-list HTTP/1.1 Authorization: Basic {{user}} {{password}} Accept: application/yang-data+json diff --git a/data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-log.rest b/data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-log.rest index 251bc6b..b70f75b 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-log.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-log.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ POST {{baseUrl}}/database/connectionlog/_search HTTP/1.1 Content-Type: application/json diff --git a/data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-biermann.rest b/data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-biermann.rest index dd7d6a7..9791ba3 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-biermann.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-biermann.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ POST {{baseUrl}}/restconf/operations/data-provider:create-network-element-connection Authorization: Basic {{user}} {{password}} Accept: application/json diff --git a/data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-rfc8040.rest b/data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-rfc8040.rest index ce660a7..381aec8 100644 --- a/data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-rfc8040.rest +++ b/data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-rfc8040.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ POST {{baseUrl}}/rests/operations/data-provider:create-network-element-connection HTTP/1.1 Authorization: Basic {{user}} {{password}} Accept: application/yang-data+json diff --git a/data-model/tools/o1-controller-restconf-commands/nts-manager-devices-GET.rest b/data-model/tools/o1-controller-restconf-commands/nts-manager-devices-GET.rest index dcef7d1..85d6246 100644 --- a/data-model/tools/o1-controller-restconf-commands/nts-manager-devices-GET.rest +++ b/data-model/tools/o1-controller-restconf-commands/nts-manager-devices-GET.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ @node[1]=O-RAN-FH-NTS-Manager @node[2]=Core14-ONF-NTS-Manager @node[3]=Core12-ONF-NTS-Manager diff --git a/data-model/tools/o1-controller-restconf-commands/nts-manager-devices-SET.rest b/data-model/tools/o1-controller-restconf-commands/nts-manager-devices-SET.rest index dc0ec87..69637a3 100644 --- a/data-model/tools/o1-controller-restconf-commands/nts-manager-devices-SET.rest +++ b/data-model/tools/o1-controller-restconf-commands/nts-manager-devices-SET.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ @node=O-RAN-FH-NTS-Manager #@node=Core14-ONF-NTS-Manager #@node=Core12-ONF-NTS-Manager diff --git a/data-model/tools/o1-controller-restconf-commands/nts-manager-notification-GET.rest b/data-model/tools/o1-controller-restconf-commands/nts-manager-notification-GET.rest index a8bba41..03d90f0 100644 --- a/data-model/tools/o1-controller-restconf-commands/nts-manager-notification-GET.rest +++ b/data-model/tools/o1-controller-restconf-commands/nts-manager-notification-GET.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ #@node=O-RAN-FH-NTS-Manager #@node=Core14-ONF-NTS-Manager @node=Core12-ONF-NTS-Manager diff --git a/data-model/tools/o1-controller-restconf-commands/nts-manager-notification-SET.rest b/data-model/tools/o1-controller-restconf-commands/nts-manager-notification-SET.rest index 2444868..66aada5 100644 --- a/data-model/tools/o1-controller-restconf-commands/nts-manager-notification-SET.rest +++ b/data-model/tools/o1-controller-restconf-commands/nts-manager-notification-SET.rest @@ -1,3 +1,18 @@ +################################################################################ +# Copyright 2020 highstreet technologies GmbH and others +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ #@node=O-RAN-FH-NTS-Manager #@node=Core14-ONF-NTS-Manager @node=Core12-ONF-NTS-Manager