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

  1. hub - Register a listener POST {{baseUrl}}/hub

  2. geographic Site-{id} - Deletes a GeographicSite DELETE {{baseUrl}}/geographicSite/:id

  3. geographic Site-{id} - Retrieves a GeographicSite by ID GET {{baseUrl}}/geographicSite/:id?fields=irure

  4. geographic Site-{id} - Updates partially a GeographicSite PATCH {{baseUrl}}/geographicSite/:id

  5. geographic Site - List or find GeographicSite objects GET {{baseUrl}}/geographicSite?fields=irure &offset=84631989&limit=84631989

  6. geographic Site - Creates a GeographicSite POST {{baseUrl}}/geographicSite

  7. hub - Unregister a listener DELETE {{baseUrl}}/hub/:id

  8. listener - Client listener for entity GeographicSiteCreateEvent POST {{baseUrl}}/listener/geographicSiteCreateEvent

  9. listener - Client listener for entity GeographicSiteAttributeValueChangeEvent POST {{baseUrl}}/listener/geographicSiteAttributeValueChangeEvent

  10. listener - Client listener for entity GeographicSiteStatusChangeEvent POST {{baseUrl}}/listener/geographicSiteStatusChangeEvent