eclipse-hawkbit / hawkbit

Eclipse hawkBit™
https://projects.eclipse.org/projects/iot.hawkbit
Eclipse Public License 2.0
463 stars 188 forks source link

How to create rollouts through the management API #1532

Open Hariprasath-TE opened 10 months ago

Hariprasath-TE commented 10 months ago

To create rollout through api what should i give in the body content. i tried the body which given in the documentation but its giving error like "format is not well". what to give in the groups field it was empty in the documentation so i don't to provide value of group field.

matkomilovich commented 3 months ago

hi @Hariprasath-TE , I had this same issue some days ago, and the problem was how I was filling the "targetFilterQuery" parameter. For example, using targetFilterQuery": controllerId==*" worked for me.

avgustinmm commented 3 months ago

What is the query that hawkBit said it is not well formatted?