In order to supply the value for
defaultProcessName and
agentName in the service configuration, you need to use
agent_name and
agent_default_process_name keys and pass it in the cups command.
When creating the service it would look similar to this:
cf cups introscope -p "agent_manager_url,agent_name,agent_default_process_name"
Then you can assign the values when you are prompted to.
If you need to update existing services, you need to also pass all the keys again. This is because the keys that are not present will be deleted and the agent will not be triggered, since
agent_manager_url will not be there.
Updating an existing service will look similar this:
cf cups introscope -p "agent_manager_url,agent_name,agent_default_process_name"