/
/AWS Connected Device Framework: Asset Library
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 3y ago
Devices20
Groups15
  • getList a devices related groups.
  • deleteRemove a device's associated groups
  • postAdds a new group to the device library as a child of the `parentPath` as specified in the request body.
  • getFind Groups by Group Path
  • postAdds a batch of new group to the asset library as a child of the `parentPath` as specified in the request body.
  • getFind group by Group's path
  • deleteDelete group with supplied path
  • patchUpdate an existing group attributes, including changing its parent group.
  • getList device members of group for supplied Group name
  • getList group members of group for supplied Group name
  • getList all ancestor groups of a specific group.
  • getList a groups related devices.
  • getList a groups related groups.
  • putAssociates a group with another group, giving context to its relationship.
  • deleteRemoves a group from an associated group
Policies6
Profiles10
Search2
Templates12
    Groups

    List a groups related groups.

    get/groups/{groupPath}/{relationship}/groups

    Query parameters

    templatestring

    Optional filter to return a specific group template

    directionstring[]

    Direction of relation

    offsetinteger
    countinteger
    sortstring

    A comma delimited list of attributes to sort by, with an optional direction (asc/desc') provided per attribute separated by a colon. Id not provided, asc` is applied.

    Response

    successful operation

    Changes