Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerFlex Gateway新着情報
Governance新着情報
Monitoring API Manager2.x
Mule 4
3.9
1.1
2.x
1.2
7.x
API ゲートウェイの Mule Runtime 設定の移行
API ゲートウェイの Mule Runtime 設定の移行
Mule 4 では、API ゲートウェイの Runtime の設定プロパティが変更されています。
Mule 3 を API ゲートウェイとして機能させるためには、wrapper.conf
で設定プロパティを次のとおり定義する必要があります。
-M-Danypoint.platform.client_id=clientId -M-Danypoint.platform.client_secret=clientSecret -M-Danypoint.platform.platform_base_uri=https://anypoint.mulesoft.com/apiplatform -M-Danypoint.platform.coreservice_base_uri=https://anypoint.mulesoft.com/accounts -M-Danypoint.platform.contracts_base_uri=https://anypoint.mulesoft.com/apigateway/ccs -M-Danypoint.platform.analytics_base_uri=https://analytics-ingest.anypoint.mulesoft.com
text
Mule 4 以降を API ゲートウェイとして機能させるためには、wrapper.conf
で設定プロパティを次のとおり定義する必要があります。
-M-Danypoint.platform.client_id=clientId -M-Danypoint.platform.client_secret=clientSecret -M-Danypoint.platform.base_uri=https://anypoint.mulesoft.com -M-Danypoint.platform.analytics_base_uri=https://analytics-ingest.anypoint.mulesoft.com
text