Add Thing To Thing Group
GET {{aws_internet_of_things_base_url}}/thing-groups/addThingToThingGroup&overrideDynamicGroups=&thingArn=&thingGroupArn=&thingGroupName=&thingName=?overrideDynamicGroups&thingArn&thingGroupArn&thingGroupName&thingName
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
overrideDynamicGroups | null | Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group. | |
thingArn | null | The ARN of the thing to add to a group. | |
thingGroupArn | null | The ARN of the group to which you are adding a thing. | |
thingGroupName | null | The name of the group to which you are adding a thing. | |
thingName | null | The name of the thing to add to a group. |