Is that possible to setup a proxy to use with APMIA with ASM extension?
DX APM SaaS
You can setup it up by uncommenting the below properties into the Bundle.properties from ASM extension:
# email id for the ASM account to access the ASM API.
#
# Changing this property requires restarting the Monitored Process
asm.userEmail=
# password for the ASM account to access the ASM API.
#
# Changing this property requires restarting the Monitored Process
asm.api.password=
# URL of the ASM API
#
# Changing this property requires restarting the Monitored Process
asm.URL=https://stream.asm.saas.broadcom.com/events
# URL of the ASM V3 API to get authentication token
#
# Changing this property requires restarting the Monitored Process
asm.BasicAuthURL=https://api.asm.saas.broadcom.com/v3/api-token
# If your agent requires a proxy server to reach https://api.asm.ca.com, make
# sure the userProxy property true and enter the other below details if your
# proxy server requires authentication
#
# Changing this property requires restarting the Monitored Process
asm.useProxy=true
# Changing this property requires restarting the Monitored Process
asm.proxyHost=
# Changing this property requires restarting the Monitored Process
asm.proxyPort=8080