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: post
Path: /assetMonitoring/clientapi/v2/places/{place-name}/floorplan
Create place
Method: post
Path: /assetMonitoring/clientapi/v2/places
Delete floor plan
Method: delete
Path: /assetMonitoring/clientapi/v2/places/{place-name}/floorplan
Delete place by name
Method: delete
Path: /assetMonitoring/clientapi/v2/places/{place-name}
Replace floor plan
Method: put
Path: /assetMonitoring/clientapi/v2/places/{place-name}/floorplan
Replace place by name
Method: put
Path: /assetMonitoring/clientapi/v2/places/{place-name}
Retrieve a list of assets by name
Method: get
Path: /assetMonitoring/clientapi/v2/places/{place-name}/assets
Retrieve a list of places
Method: get
Path: /assetMonitoring/clientapi/v2/places
Retrieve a list of places by name
Method: get
Path: /assetMonitoring/clientapi/v2/places/{place-name}/places
Retrieve floor plan
Method: get
Path: /assetMonitoring/clientapi/v2/places/{place-name}/floorplan
Retrieve place details
Method: get
Path: /assetMonitoring/clientapi/v2/places/{place-name}
Retrieve places count
Method: get
Path: /assetMonitoring/clientapi/v2/places/count
Update place details by place name
Method: post
Path: /assetMonitoring/clientapi/v2/places/{place-name}
Update places within a place
Method: post
Path: /assetMonitoring/clientapi/v2/places/{place-name}/places