From: DenisGNoonan Date: Mon, 19 Aug 2024 15:32:15 +0000 (+0100) Subject: NONRTRIC-1005: ServiceManager preload README X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F70%2F13270%2F1;p=it%2Fdep.git NONRTRIC-1005: ServiceManager preload README Change-Id: If644b268929d7a7361ababfd4719f7c92d982c20 Signed-off-by: DenisGNoonan --- diff --git a/servicemanager-preload/README.md b/servicemanager-preload/README.md index b7b10a43..7fcfac0e 100644 --- a/servicemanager-preload/README.md +++ b/servicemanager-preload/README.md @@ -67,7 +67,7 @@ An example of a dynamic path is Our dynamic path starts with a ~ character. In this example, we have a path parameter that is described by a regex capture group called rappId. The regex describes a word made of mixed-case alphanumeric characters optionally followed by one or more sets of a dash or underscore together with another word. -When the Service Manager client calls a dynamic API, it must strip the ~ and substitute the path parameter according to the rules specified in the regex. Therefore, we can call the above example by using +When the Service Manager client calls a dynamic API, we call the URL without the '~'. Kong substitutes the path parameter according to the rules specified in the regex. Therefore, we can call the above example by using ```http /rapps/my-rApp-id @@ -75,9 +75,9 @@ When the Service Manager client calls a dynamic API, it must strip the ~ and sub as the URL where my-rApp-id is the rApp id of in the rApp Manager. The name my-rApp-id has to match the regex shown above. -It is required to name the capture group in this YAML config file. The capture group name is used by Service Manager when creating a Kong Request Transformerplugin. We can specify multiple capture groups in a URL if there are multiple path parameters in the API path. +It is required to name the capture group in this YAML config file. The capture group name is used by Service Manager when creating a Kong Request Transformer plugin. We can specify multiple capture groups in a URL if there are multiple path parameters in the API path. -We create a Kong Request Transformer plugin with the following .data[].config.replace, as in the following example curl and abridged response. +We create a Kong Request Transformer plugin with .data[].config.replace, as in the following example curl with abridged response. ```sh curl -X GET http://oran-nonrtric-kong-admin.nonrtric.svc.cluster.local:8001/plugins