diff --git a/docs/user-guide/setting-a-consistent-service-id.md b/docs/user-guide/setting-a-consistent-service-id.md new file mode 100644 index 0000000000..5d48748752 --- /dev/null +++ b/docs/user-guide/setting-a-consistent-service-id.md @@ -0,0 +1,10 @@ +# Setting a consistent service ID + +:::info**Role:** API service extender::: + +As an API service extender you can modify the service ID to ensure compatibility of services that use a non-conformant organization prefix with Zowe v2. + +For more information, see the following parameter in the article Discovery Service configuration parameters: + +* **[components.discovery.apiml.discovery.serviceIdPrefixReplacer](./api-mediation/discovery-service-configuration/#api-ml-configuration)** + This parameter is used to modify the service ID of a service instance, before it registers to API ML. Using this parameter ensures compatibility of services that use a non-conformant organization prefix with v2, based on Zowe v2 conformance. \ No newline at end of file