Solved
Forum Discussion
jchivers
Moderator
12 days agoTo use this script you need to:
- Create a Device Service that has a device search filter that covers what will be common to all instances of this service, such as 'name contains 'Kirk'
- Run the script from a CLI
python bs_install_from_template.py --url https://<your cdb IP>/gql --user “<user-name>” --template “<template-name>” --org "<organization>" --nameKey "<unique-value>”
- The new Device Service will have unique-value appended to its name and the device search filter will become
- 'name contains 'Kirk' and name contains unique-value