Geographic Site
Number of APIs: 11
TMF API Reference : TMF 674 - Place - Geographic Site Management
Release : 19.5 - November 2019
This API covers the operations to manage (create, read, delete) sites that can be associated to a customer, an account, a service delivery or other entities. It defines a Site as a convenience class that allows to easily refer to places important to other entities, where a geographic place is the entity that can answer the question “where?”, allowing to determine where things are in relation to the earth's surface, and can be represented either in a textual structured way (geographic address) or as a geometry referred to a spatial reference system (geographic location).
Resources
- GeographicSite
- Hub
Operations
Geographic Site API performs the following operations : - Retrieve a geographic site or a collection of geographic sites - Create a new site - Update a geographic site - Delete a geographic site - Notify events on geographic site
Copyright © TM Forum 2019. All Rights Reserved
-
hub - Register a listener POST {{baseUrl}}/hub
-
geographic Site-{id} - Deletes a GeographicSite DELETE {{baseUrl}}/geographicSite/:id
-
geographic Site-{id} - Retrieves a GeographicSite by ID GET {{baseUrl}}/geographicSite/:id?fields=irure
-
geographic Site-{id} - Updates partially a GeographicSite PATCH {{baseUrl}}/geographicSite/:id
-
geographic Site - List or find GeographicSite objects GET {{baseUrl}}/geographicSite?fields=irure &offset=84631989&limit=84631989
-
geographic Site - Creates a GeographicSite POST {{baseUrl}}/geographicSite
-
hub - Unregister a listener DELETE {{baseUrl}}/hub/:id
-
listener - Client listener for entity GeographicSiteCreateEvent POST {{baseUrl}}/listener/geographicSiteCreateEvent
-
listener - Client listener for entity GeographicSiteAttributeValueChangeEvent POST {{baseUrl}}/listener/geographicSiteAttributeValueChangeEvent
-
listener - Client listener for entity GeographicSiteStatusChangeEvent POST {{baseUrl}}/listener/geographicSiteStatusChangeEvent