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: postPath:
/assetMonitoring/clientapi/v2/groups
- Delete asset group by ID
- Method: deletePath:
/assetMonitoring/clientapi/v2/groups/{asset-group-id}
- List asset groups
- Method: getPath:
/assetMonitoring/clientapi/v2/groups
- Refresh list of assets by asset group
- Method: postPath:
/assetMonitoring/clientapi/v2/groups/{asset-group-id}/assets/refresh
- Retrieve asset group details by ID
- Method: getPath:
/assetMonitoring/clientapi/v2/groups/{asset-group-id}
- Retrieve assets of an asset group
- Method: getPath:
/assetMonitoring/clientapi/v2/groups/{asset-group-id}/assets
- Retrieve groups count
- Method: getPath:
/assetMonitoring/clientapi/v2/groups/count
- Retrieve user count for an asset group
- Method: getPath:
/assetMonitoring/clientapi/v2/groups/{asset-group-id}/users/count
- Retrieve users for an asset group
- Method: getPath:
/assetMonitoring/clientapi/v2/groups/{asset-group-id}/users
- Update asset group by ID
- Method: postPath:
/assetMonitoring/clientapi/v2/groups/{asset-group-id}
- Update assets of an asset group
- Method: postPath:
/assetMonitoring/clientapi/v2/groups/{asset-group-id}/assets
- Update users belonging to an asset group
- Method: postPath:
/assetMonitoring/clientapi/v2/groups/{asset-group-id}/users