From: JohnKeeney Date: Mon, 16 Dec 2024 15:50:01 +0000 (+0000) Subject: Update generated api files & docs X-Git-Tag: 2.9.0~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=bd6d6ac97f519c1da399aa6d873aa759d01aca72;p=nonrtric%2Fplt%2Fa1policymanagementservice.git Update generated api files & docs Issue-ID: NONRTRIC-1042 Change-Id: I487cb2204e542cccd57ca57a5ffd0145befcd988 Signed-off-by: JohnKeeney --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 26aaa65..3614718 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -28,7 +28,8 @@ build: python: "3.11" jobs: post_build: - - cp -v docs/offeredapis/openapitoolgen/offeredapis/pms-api/pms-api.html $READTHEDOCS_OUTPUT/html + - cp -v docs/offeredapis/openapitoolgen/offeredapis/pms-api/index.html $READTHEDOCS_OUTPUT/html + - cp -v docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/index.html $READTHEDOCS_OUTPUT/html python: install: diff --git a/api/a1pms-api-v3.json b/api/a1pms-api-v3.json index 43313bd..c844073 100644 --- a/api/a1pms-api-v3.json +++ b/api/a1pms-api-v3.json @@ -19,8 +19,8 @@ "url" : "{apiRoot}/a1-policy-management/v1", "variables" : { "apiRoot" : { - "default" : "https://a1-pms.com", - "description" : "apiRoot is the Host:port/Domain name of the service where the A1Pms running" + "default" : "https://example.com", + "description" : "This is the Host:Port or Address where the A1-Policy Management Service can be accessed" } } } ], diff --git a/api/pms-api-v3.json b/api/pms-api-v3.json index 43313bd..c844073 100644 --- a/api/pms-api-v3.json +++ b/api/pms-api-v3.json @@ -19,8 +19,8 @@ "url" : "{apiRoot}/a1-policy-management/v1", "variables" : { "apiRoot" : { - "default" : "https://a1-pms.com", - "description" : "apiRoot is the Host:port/Domain name of the service where the A1Pms running" + "default" : "https://example.com", + "description" : "This is the Host:Port or Address where the A1-Policy Management Service can be accessed" } } } ], diff --git a/api/pms-api-v3.yaml b/api/pms-api-v3.yaml index d2d613a..46f881e 100644 --- a/api/pms-api-v3.yaml +++ b/api/pms-api-v3.yaml @@ -56,8 +56,8 @@ servers: - url: '{apiRoot}/a1-policy-management/v1' variables: apiRoot: - description: 'apiRoot is the Host:port/Domain name of the service where the A1Pms running' - default: 'https://a1-pms.com' + default: 'https://example.com' + description: 'This is the Host:Port or Address where the A1-Policy Management Service can be accessed' tags: - name: A1 Policy Management description: "API used to create polices, Policy Instances and get \ them as individual using an ID or get all policies/Instances." diff --git a/api/pms-api/v3/custom/index.html b/api/pms-api/v3/custom/index.html index 720207e..db61079 100644 --- a/api/pms-api/v3/custom/index.html +++ b/api/pms-api/v3/custom/index.html @@ -1255,7 +1255,7 @@ ul.nav-tabs {
curl -X POST \
  -H "Accept: application/json,application/problem+json" \
  -H "Content-Type: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/policies" \
+ "https://example.com/a1-policy-management/v1/policies" \
  -d '{
   "policyId" : "POLICY-ID",
   "nearRtRicId" : "Near-RT-Ric-ID",
@@ -2442,7 +2442,7 @@ $(document).ready(function() {
                           
curl -X DELETE \
  -H "Accept: application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policies/{policyId}"
+ "https://example.com/a1-policy-management/v1/policies/{policyId}"
 
@@ -3516,7 +3516,7 @@ Specifies the content type that the client expects to receive in response to the
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policies?policyTypeId=policyTypeId_example&nearRtRicId=nearRtRicId_example&serviceId=serviceId_example&typeName=typeName_example"
+ "https://example.com/a1-policy-management/v1/policies?policyTypeId=policyTypeId_example&nearRtRicId=nearRtRicId_example&serviceId=serviceId_example&typeName=typeName_example"
 
@@ -4702,7 +4702,7 @@ Select policies of types with the given type name (type identity has the format
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policies/{policyId}"
+ "https://example.com/a1-policy-management/v1/policies/{policyId}"
 
@@ -5794,7 +5794,7 @@ Specifies the content type that the client expects to receive in response to the
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policy-types/{policyTypeId}"
+ "https://example.com/a1-policy-management/v1/policy-types/{policyTypeId}"
 
@@ -6886,7 +6886,7 @@ Specifies the content type that the client expects to receive in response to the
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policy-types?nearRtRicId=nearRtRicId_example&typeName=typeName_example&compatibleWithVersion=compatibleWithVersion_example"
+ "https://example.com/a1-policy-management/v1/policy-types?nearRtRicId=nearRtRicId_example&typeName=typeName_example&compatibleWithVersion=compatibleWithVersion_example"
 
@@ -8039,7 +8039,7 @@ Select types that are compatible with the given version. This parameter is only
curl -X PUT \
  -H "Accept: application/json,application/problem+json" \
  -H "Content-Type: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/policies/{policyId}" \
+ "https://example.com/a1-policy-management/v1/policies/{policyId}" \
  -d ''
 
diff --git a/api/pms-api/v3/index.html b/api/pms-api/v3/index.html index dfa34bf..6404c06 100644 --- a/api/pms-api/v3/index.html +++ b/api/pms-api/v3/index.html @@ -1286,7 +1286,7 @@ ul.nav-tabs {
curl -X POST \
  -H "Accept: application/json,application/problem+json" \
  -H "Content-Type: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/policies" \
+ "https://example.com/a1-policy-management/v1/policies" \
  -d '{
   "policyId" : "POLICY-ID",
   "nearRtRicId" : "Near-RT-Ric-ID",
@@ -2473,7 +2473,7 @@ $(document).ready(function() {
                           
curl -X DELETE \
  -H "Accept: application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policies/{policyId}"
+ "https://example.com/a1-policy-management/v1/policies/{policyId}"
 
@@ -3547,7 +3547,7 @@ Specifies the content type that the client expects to receive in response to the
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policies?policyTypeId=policyTypeId_example&nearRtRicId=nearRtRicId_example&serviceId=serviceId_example&typeName=typeName_example"
+ "https://example.com/a1-policy-management/v1/policies?policyTypeId=policyTypeId_example&nearRtRicId=nearRtRicId_example&serviceId=serviceId_example&typeName=typeName_example"
 
@@ -4733,7 +4733,7 @@ Select policies of types with the given type name (type identity has the format
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policies/{policyId}"
+ "https://example.com/a1-policy-management/v1/policies/{policyId}"
 
@@ -5825,7 +5825,7 @@ Specifies the content type that the client expects to receive in response to the
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policy-types/{policyTypeId}"
+ "https://example.com/a1-policy-management/v1/policy-types/{policyTypeId}"
 
@@ -6917,7 +6917,7 @@ Specifies the content type that the client expects to receive in response to the
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policy-types?nearRtRicId=nearRtRicId_example&typeName=typeName_example&compatibleWithVersion=compatibleWithVersion_example"
+ "https://example.com/a1-policy-management/v1/policy-types?nearRtRicId=nearRtRicId_example&typeName=typeName_example&compatibleWithVersion=compatibleWithVersion_example"
 
@@ -8070,7 +8070,7 @@ Select types that are compatible with the given version. This parameter is only
curl -X PUT \
  -H "Accept: application/json,application/problem+json" \
  -H "Content-Type: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/policies/{policyId}" \
+ "https://example.com/a1-policy-management/v1/policies/{policyId}" \
  -d ''
 
@@ -9494,7 +9494,7 @@ $(document).ready(function() {
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/configuration"
+ "https://example.com/a1-policy-management/v1/configuration"
 
@@ -9896,7 +9896,7 @@ pub fn main() {
curl -X PUT \
  -H "Accept: */*,application/problem+json" \
  -H "Content-Type: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/configuration" \
+ "https://example.com/a1-policy-management/v1/configuration" \
  -d ''
 
@@ -10360,7 +10360,7 @@ $(document).ready(function() {
curl -X GET \
  -H "Accept: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/status"
+ "https://example.com/a1-policy-management/v1/status"
 
@@ -10693,7 +10693,7 @@ pub fn main() {
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/rics/ric?managedElementId=managedElementId_example&ricId=ricId_example"
+ "https://example.com/a1-policy-management/v1/rics/ric?managedElementId=managedElementId_example&ricId=ricId_example"
 
@@ -11211,7 +11211,7 @@ The identity of a Near-RT RIC to get information for.
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/rics?policyTypeId=policyTypeId_example"
+ "https://example.com/a1-policy-management/v1/rics?policyTypeId=policyTypeId_example"
 
@@ -11701,7 +11701,7 @@ The identity of a policy type. If given, all Near-RT RICs supporting the policy
curl -X DELETE \
  -H "Accept: */*,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/services/{serviceId}"
+ "https://example.com/a1-policy-management/v1/services/{serviceId}"
 
@@ -12180,7 +12180,7 @@ Specifies the content type that the client expects to receive in response to the
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/services?serviceId=serviceId_example"
+ "https://example.com/a1-policy-management/v1/services?serviceId=serviceId_example"
 
@@ -12668,7 +12668,7 @@ The identity of the service
curl -X PUT \
  -H "Accept: */*,application/problem+json" \
  -H "Content-Type: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/services/{serviceId}/keepalive" \
+ "https://example.com/a1-policy-management/v1/services/{serviceId}/keepalive" \
  -d ''
 
@@ -13211,7 +13211,7 @@ $(document).ready(function() {
curl -X PUT \
  -H "Accept: */*,application/problem+json" \
  -H "Content-Type: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/services" \
+ "https://example.com/a1-policy-management/v1/services" \
  -d '{
   "keepAliveIntervalSeconds" : 0,
   "callbackUrl" : "callbackUrl",
diff --git a/config/application.yaml b/config/application.yaml
index 205c21a..e1f3b5c 100644
--- a/config/application.yaml
+++ b/config/application.yaml
@@ -61,6 +61,8 @@ app:
 lifecycle:
   timeout-per-shutdown-phase: "20s"
 logging:
+  # Reactive logging filter
+  reactive-entry-exit-filter-enabled: true
   # Configuration of logging
   file:
     name: /var/log/policy-agent/application.log
diff --git a/docs/offeredapis/openapitoolgen/offeredapis/pms-api/pms-api.html b/docs/offeredapis/openapitoolgen/offeredapis/pms-api/index.html
similarity index 100%
rename from docs/offeredapis/openapitoolgen/offeredapis/pms-api/pms-api.html
rename to docs/offeredapis/openapitoolgen/offeredapis/pms-api/index.html
diff --git a/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/custom/index.html b/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/custom/index.html
index 720207e..db61079 100644
--- a/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/custom/index.html
+++ b/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/custom/index.html
@@ -1255,7 +1255,7 @@ ul.nav-tabs {
                             
curl -X POST \
  -H "Accept: application/json,application/problem+json" \
  -H "Content-Type: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/policies" \
+ "https://example.com/a1-policy-management/v1/policies" \
  -d '{
   "policyId" : "POLICY-ID",
   "nearRtRicId" : "Near-RT-Ric-ID",
@@ -2442,7 +2442,7 @@ $(document).ready(function() {
                           
curl -X DELETE \
  -H "Accept: application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policies/{policyId}"
+ "https://example.com/a1-policy-management/v1/policies/{policyId}"
 
@@ -3516,7 +3516,7 @@ Specifies the content type that the client expects to receive in response to the
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policies?policyTypeId=policyTypeId_example&nearRtRicId=nearRtRicId_example&serviceId=serviceId_example&typeName=typeName_example"
+ "https://example.com/a1-policy-management/v1/policies?policyTypeId=policyTypeId_example&nearRtRicId=nearRtRicId_example&serviceId=serviceId_example&typeName=typeName_example"
 
@@ -4702,7 +4702,7 @@ Select policies of types with the given type name (type identity has the format
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policies/{policyId}"
+ "https://example.com/a1-policy-management/v1/policies/{policyId}"
 
@@ -5794,7 +5794,7 @@ Specifies the content type that the client expects to receive in response to the
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policy-types/{policyTypeId}"
+ "https://example.com/a1-policy-management/v1/policy-types/{policyTypeId}"
 
@@ -6886,7 +6886,7 @@ Specifies the content type that the client expects to receive in response to the
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policy-types?nearRtRicId=nearRtRicId_example&typeName=typeName_example&compatibleWithVersion=compatibleWithVersion_example"
+ "https://example.com/a1-policy-management/v1/policy-types?nearRtRicId=nearRtRicId_example&typeName=typeName_example&compatibleWithVersion=compatibleWithVersion_example"
 
@@ -8039,7 +8039,7 @@ Select types that are compatible with the given version. This parameter is only
curl -X PUT \
  -H "Accept: application/json,application/problem+json" \
  -H "Content-Type: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/policies/{policyId}" \
+ "https://example.com/a1-policy-management/v1/policies/{policyId}" \
  -d ''
 
diff --git a/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/index.html b/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/index.html index dfa34bf..6404c06 100644 --- a/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/index.html +++ b/docs/offeredapis/openapitoolgen/offeredapis/pms-api/v3/index.html @@ -1286,7 +1286,7 @@ ul.nav-tabs {
curl -X POST \
  -H "Accept: application/json,application/problem+json" \
  -H "Content-Type: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/policies" \
+ "https://example.com/a1-policy-management/v1/policies" \
  -d '{
   "policyId" : "POLICY-ID",
   "nearRtRicId" : "Near-RT-Ric-ID",
@@ -2473,7 +2473,7 @@ $(document).ready(function() {
                           
curl -X DELETE \
  -H "Accept: application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policies/{policyId}"
+ "https://example.com/a1-policy-management/v1/policies/{policyId}"
 
@@ -3547,7 +3547,7 @@ Specifies the content type that the client expects to receive in response to the
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policies?policyTypeId=policyTypeId_example&nearRtRicId=nearRtRicId_example&serviceId=serviceId_example&typeName=typeName_example"
+ "https://example.com/a1-policy-management/v1/policies?policyTypeId=policyTypeId_example&nearRtRicId=nearRtRicId_example&serviceId=serviceId_example&typeName=typeName_example"
 
@@ -4733,7 +4733,7 @@ Select policies of types with the given type name (type identity has the format
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policies/{policyId}"
+ "https://example.com/a1-policy-management/v1/policies/{policyId}"
 
@@ -5825,7 +5825,7 @@ Specifies the content type that the client expects to receive in response to the
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policy-types/{policyTypeId}"
+ "https://example.com/a1-policy-management/v1/policy-types/{policyTypeId}"
 
@@ -6917,7 +6917,7 @@ Specifies the content type that the client expects to receive in response to the
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/policy-types?nearRtRicId=nearRtRicId_example&typeName=typeName_example&compatibleWithVersion=compatibleWithVersion_example"
+ "https://example.com/a1-policy-management/v1/policy-types?nearRtRicId=nearRtRicId_example&typeName=typeName_example&compatibleWithVersion=compatibleWithVersion_example"
 
@@ -8070,7 +8070,7 @@ Select types that are compatible with the given version. This parameter is only
curl -X PUT \
  -H "Accept: application/json,application/problem+json" \
  -H "Content-Type: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/policies/{policyId}" \
+ "https://example.com/a1-policy-management/v1/policies/{policyId}" \
  -d ''
 
@@ -9494,7 +9494,7 @@ $(document).ready(function() {
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/configuration"
+ "https://example.com/a1-policy-management/v1/configuration"
 
@@ -9896,7 +9896,7 @@ pub fn main() {
curl -X PUT \
  -H "Accept: */*,application/problem+json" \
  -H "Content-Type: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/configuration" \
+ "https://example.com/a1-policy-management/v1/configuration" \
  -d ''
 
@@ -10360,7 +10360,7 @@ $(document).ready(function() {
curl -X GET \
  -H "Accept: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/status"
+ "https://example.com/a1-policy-management/v1/status"
 
@@ -10693,7 +10693,7 @@ pub fn main() {
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/rics/ric?managedElementId=managedElementId_example&ricId=ricId_example"
+ "https://example.com/a1-policy-management/v1/rics/ric?managedElementId=managedElementId_example&ricId=ricId_example"
 
@@ -11211,7 +11211,7 @@ The identity of a Near-RT RIC to get information for.
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/rics?policyTypeId=policyTypeId_example"
+ "https://example.com/a1-policy-management/v1/rics?policyTypeId=policyTypeId_example"
 
@@ -11701,7 +11701,7 @@ The identity of a policy type. If given, all Near-RT RICs supporting the policy
curl -X DELETE \
  -H "Accept: */*,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/services/{serviceId}"
+ "https://example.com/a1-policy-management/v1/services/{serviceId}"
 
@@ -12180,7 +12180,7 @@ Specifies the content type that the client expects to receive in response to the
curl -X GET \
  -H "Accept: application/json,application/problem+json" \
- "https://a1-pms.com/a1-policy-management/v1/services?serviceId=serviceId_example"
+ "https://example.com/a1-policy-management/v1/services?serviceId=serviceId_example"
 
@@ -12668,7 +12668,7 @@ The identity of the service
curl -X PUT \
  -H "Accept: */*,application/problem+json" \
  -H "Content-Type: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/services/{serviceId}/keepalive" \
+ "https://example.com/a1-policy-management/v1/services/{serviceId}/keepalive" \
  -d ''
 
@@ -13211,7 +13211,7 @@ $(document).ready(function() {
curl -X PUT \
  -H "Accept: */*,application/problem+json" \
  -H "Content-Type: application/json" \
- "https://a1-pms.com/a1-policy-management/v1/services" \
+ "https://example.com/a1-policy-management/v1/services" \
  -d '{
   "keepAliveIntervalSeconds" : 0,
   "callbackUrl" : "callbackUrl",
diff --git a/docs/offeredapis/swagger/a1pms-api-v3.json b/docs/offeredapis/swagger/a1pms-api-v3.json
index 43313bd..c844073 100644
--- a/docs/offeredapis/swagger/a1pms-api-v3.json
+++ b/docs/offeredapis/swagger/a1pms-api-v3.json
@@ -19,8 +19,8 @@
     "url" : "{apiRoot}/a1-policy-management/v1",
     "variables" : {
       "apiRoot" : {
-        "default" : "https://a1-pms.com",
-        "description" : "apiRoot is the Host:port/Domain name of the service  where the A1Pms running"
+        "default" : "https://example.com",
+        "description" : "This is the Host:Port or Address where the A1-Policy Management Service can be accessed"
       }
     }
   } ],
diff --git a/docs/offeredapis/swagger/pms-api-v3.json b/docs/offeredapis/swagger/pms-api-v3.json
index 43313bd..c844073 100644
--- a/docs/offeredapis/swagger/pms-api-v3.json
+++ b/docs/offeredapis/swagger/pms-api-v3.json
@@ -19,8 +19,8 @@
     "url" : "{apiRoot}/a1-policy-management/v1",
     "variables" : {
       "apiRoot" : {
-        "default" : "https://a1-pms.com",
-        "description" : "apiRoot is the Host:port/Domain name of the service  where the A1Pms running"
+        "default" : "https://example.com",
+        "description" : "This is the Host:Port or Address where the A1-Policy Management Service can be accessed"
       }
     }
   } ],
diff --git a/docs/offeredapis/swagger/pms-api-v3.yaml b/docs/offeredapis/swagger/pms-api-v3.yaml
index d2d613a..46f881e 100644
--- a/docs/offeredapis/swagger/pms-api-v3.yaml
+++ b/docs/offeredapis/swagger/pms-api-v3.yaml
@@ -56,8 +56,8 @@ servers:
   - url: '{apiRoot}/a1-policy-management/v1'
     variables:
       apiRoot:
-        description: 'apiRoot is the Host:port/Domain name of the service  where the A1Pms running'
-        default: 'https://a1-pms.com'
+        default: 'https://example.com'
+        description: 'This is the Host:Port or Address where the A1-Policy Management Service can be accessed'
 tags:
   - name: A1 Policy Management
     description: "API used to create polices, Policy Instances and get \ them as individual using an ID or get all policies/Instances."
diff --git a/pom.xml b/pom.xml
index 64cb570..1179f4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -417,7 +417,7 @@
                         
                     
                     
-                        generate-openapi-json-config-a1pms
+                        generate-openapi-json-custom-a1pms
                         prepare-package
                         
                             generate
@@ -480,13 +480,13 @@
                         
                     
                     
-                        generate-openapi-html-config-a1pms
+                        generate-openapi-html-custom-a1pms
                         prepare-package
                         
                             generate
                         
                         
-                            ${project.basedir}/api/pms-api-v3.json
+                            ${project.basedir}/api/a1pms-api-v3.json
                             html2
                             ${project.basedir}/api/pms-api/v3/custom
                             false
@@ -593,16 +593,12 @@
                             ${project.basedir}/api
                             
                                 
-                                    ${project.basedir}/onap/oran/a1-policy-management/api
+                                    ${project.basedir}/onap/oran/a1-policy-management/api/offeredapis/swagger
                                     
                                         pms-api.json
                                         pms-api.yaml
                                         pms-api-v3.json
                                         pms-api-v3.yaml
-                                        a1pms-api-v3.json
-                                        api/pms-api/index.html
-                                        api/pms-api/v3/index.html
-                                        api/pms-api/v3/custom/index.html