diff options
author | Deena Mukundan <dm00536893@techmahindra.com> | 2024-12-23 10:19:53 +0100 |
---|---|---|
committer | Deena Mukundan <dm00536893@techmahindra.com> | 2024-12-23 15:30:03 +0100 |
commit | 38b5a22de90e3055d00136fb8b036a692f0a79a7 (patch) | |
tree | ed3f029a75771c4208da8bf2b840cbf5d58f60a8 /api/openapi.yaml | |
parent | bc208ae0a6b0c995f65c26564fb8b06ef270bf67 (diff) |
OPA-PDP URL changes and bugfix
Issue-ID: POLICY-5222
Change-Id: Ia3c214b93f3b5fa18e482e100ac8c255544e0ba6
Signed-off-by: Deena Mukundan <dm00536893@techmahindra.com>
Diffstat (limited to 'api/openapi.yaml')
-rw-r--r-- | api/openapi.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/api/openapi.yaml b/api/openapi.yaml index a9b8191..bd94ec2 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -27,8 +27,8 @@ info: name: Deena Mukundan
email: dm00536893@techmahindra.com
servers:
-- url: http://policy-opa-pdp:8282/policy/pdpx/v1
-- url: https://policy-opa-pdp:8282/policy/pdpx/v1
+- url: http://policy-opa-pdp:8282/policy/pdpo/v1
+- url: https://policy-opa-pdp:8282/policy/pdpo/v1
tags:
- name: Decision
- name: Statistics
@@ -110,7 +110,7 @@ paths: - basicAuth: []
x-interface info:
last-mod-release: Paris
- pdpx-version: 1.0.0
+ pdpo-version: 1.0.0
x-codegen-request-body-name: body
/healthcheck:
get:
@@ -170,13 +170,13 @@ paths: - basicAuth: []
x-interface info:
last-mod-release: Paris
- pdpx-version: 1.0.0
+ pdpo-version: 1.0.0
/statistics:
get:
tags:
- Statistics
summary: Fetch current statistics
- description: Provides current statistics of the Policy OPA PDP component
+ description: Provides current statistics of the Policy OPA PDP component
operationId: statistics
parameters:
- name: X-ONAP-RequestID
@@ -229,7 +229,7 @@ paths: - basicAuth: []
x-interface info:
last-mod-release: Paris
- pdpx-version: 1.0.0
+ pdpo-version: 1.0.0
components:
schemas:
ErrorResponse:
|