Assets Groups REST Endpoints

Assets Groups
The Asset Groups API lets you add, update, view, and delete details about the asset groups in your Oracle IoT Asset Monitoring Cloud Service instance. All non-org aware REST API will be deprecated in future releases.
Create asset group
Method: post
Path: /assetMonitoring/clientapi/v2/groups
Delete asset group by ID
Method: delete
Path: /assetMonitoring/clientapi/v2/groups/{asset-group-id}
List asset groups
Method: get
Path: /assetMonitoring/clientapi/v2/groups
Refresh list of assets by asset group
Method: post
Path: /assetMonitoring/clientapi/v2/groups/{asset-group-id}/assets/refresh
Retrieve asset group details by ID
Method: get
Path: /assetMonitoring/clientapi/v2/groups/{asset-group-id}
Retrieve assets of an asset group
Method: get
Path: /assetMonitoring/clientapi/v2/groups/{asset-group-id}/assets
Retrieve groups count
Method: get
Path: /assetMonitoring/clientapi/v2/groups/count
Retrieve user count for an asset group
Method: get
Path: /assetMonitoring/clientapi/v2/groups/{asset-group-id}/users/count
Retrieve users for an asset group
Method: get
Path: /assetMonitoring/clientapi/v2/groups/{asset-group-id}/users
Update asset group by ID
Method: post
Path: /assetMonitoring/clientapi/v2/groups/{asset-group-id}
Update assets of an asset group
Method: post
Path: /assetMonitoring/clientapi/v2/groups/{asset-group-id}/assets
Update users belonging to an asset group
Method: post
Path: /assetMonitoring/clientapi/v2/groups/{asset-group-id}/users