cloudID: I don’t know what this is for, probably not important.
runtimeAlias: this one’s more interesting, it allows you to label your on-promise runtimes. If you have multiple IS / MSR / API GW deployments, you can assign a label to them in order to easily recognize them in the Cloud metering UI.
In this page https://documentation.softwareag.com/webmethods/wmsuites/wmsuite10-15/webhelp/wsi-webhelp/#page/wsi-webhelp%2Fre-mta_properties.html%23
you have a set of properties to configure your metering agent.
Since you’re running in Kubernetes, you should inject an environment variable METERING_RUNTIME_ALIAS into your API Gateway container in order to set the value of runtimeAlias.
Add something like the following in your deployment descriptor, at the level of your API GW container spec:
env:
- name: METERING_RUNTIME_ALIAS
value: your-desired-alias
#webMethods#Software-AG-Cloud#API-Gateway#webMethods-io-Integration