1 # Copyright 2019 Intel Corporation.
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
7 # http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
15 open_cli_schema_version: 1.0
16 name: policy-list-outdated
17 description: List policies
22 author: ONAP HPA Team onap-discuss@lists.onap.org
26 description: ONAP policy name
28 long_option: policy-name
32 - name: config-attributes
33 description: Configuration Attributes
35 long_option: config-attributes
44 description: Policy Name
48 description: Policy type
52 description: Policy configuration
56 description: Policy version
60 description: Policy rules
70 uri: /pdp/api/getConfig
72 body: '{"configAttributes": "${config-attributes}", "policyName": "${policy-name}"}'
74 Accept: application/json
75 ClientAuth: cHl0aG9uOnRlc3Q=
83 name: $b{$.[*].policyName}
84 type: $b{$.[*].policyType}
85 version: $b{$.[*].policyVersion}
86 config: $b{$.[*].config}
87 rules: $b{$.[*].matchingConditions}