Hello,
I was trying to use the onboard-cli "multi-hosts". unfortunately it seems that the PM template shipped with the cli has a typo in the json, using the command:
"akamai onboard -s default -a $account multi-hosts -f sample_templates/multiple-hosts.json --csv sample_templates/multi-hosts-input.csv"
I receive this error

Then if I manually modify the template in /cli/.akamai-cli/src/cli-onboard/templates/akamai_product_templates/multi-hosts/prd_SPM.json it seems to work
I think that the error is in this template
Hello,

I was trying to use the onboard-cli "multi-hosts". unfortunately it seems that the PM template shipped with the cli has a typo in the json, using the command:
"akamai onboard -s default -a $account multi-hosts -f sample_templates/multiple-hosts.json --csv sample_templates/multi-hosts-input.csv"
I receive this error
Then if I manually modify the template in /cli/.akamai-cli/src/cli-onboard/templates/akamai_product_templates/multi-hosts/prd_SPM.json it seems to work
I think that the error is in this template
cli-onboard/templates/akamai_product_templates/multi-hosts/prd_SPM.json
Line 258 in 8b042a9