Node-RED を使用していて、Bluemix で解析したいVCAP_SERVICES
のですが、エラーが発生します。私のコードは次のとおりです。
var services = context.global.VCAP_SERVICES;
var env_cloudint = services['CloudIntegration'][0].credentials;
しかし、私はこのエラーが発生します:
TypeError: Cannot read property 'CloudIntegration' of undefined
に CloudIntegration がありますVCAP_SERVICES
。悪用するためにコードに何か追加が必要VCAP_SERVICES
ですか?