Places Management REST Endpoints
Places Management
The Places Management API lets you manage and maintain the places in your Oracle IoT Asset Monitoring Cloud Service instance. A place is a permitted location for the assets that you monitor in the application. All non-org aware REST API will be deprecated in future releases.
- Create or update floor plan
- Method: postPath:
/assetMonitoring/clientapi/v2/places/{place-name}/floorplan - Create place
- Method: postPath:
/assetMonitoring/clientapi/v2/places - Delete floor plan
- Method: deletePath:
/assetMonitoring/clientapi/v2/places/{place-name}/floorplan - Delete place by name
- Method: deletePath:
/assetMonitoring/clientapi/v2/places/{place-name} - Replace floor plan
- Method: putPath:
/assetMonitoring/clientapi/v2/places/{place-name}/floorplan - Replace place by name
- Method: putPath:
/assetMonitoring/clientapi/v2/places/{place-name} - Retrieve a list of assets by name
- Method: getPath:
/assetMonitoring/clientapi/v2/places/{place-name}/assets - Retrieve a list of places
- Method: getPath:
/assetMonitoring/clientapi/v2/places - Retrieve a list of places by name
- Method: getPath:
/assetMonitoring/clientapi/v2/places/{place-name}/places - Retrieve floor plan
- Method: getPath:
/assetMonitoring/clientapi/v2/places/{place-name}/floorplan - Retrieve place details
- Method: getPath:
/assetMonitoring/clientapi/v2/places/{place-name} - Retrieve places count
- Method: getPath:
/assetMonitoring/clientapi/v2/places/count - Update place details by place name
- Method: postPath:
/assetMonitoring/clientapi/v2/places/{place-name} - Update places within a place
- Method: postPath:
/assetMonitoring/clientapi/v2/places/{place-name}/places