Open APIs

 View Only
Expand all | Collapse all

TMF639 Resource Inventory - Know the specific resourceType

  • 1.  TMF639 Resource Inventory - Know the specific resourceType

    TM Forum Member
    Posted Jul 15, 2022 06:25
    Hi Team,
    Can you please tell me weather we pass resourceType with Id in get request .
    As we will have multiple resources just like pole, rack, site ,shelf, card, splitter and so on.
    For all those we will have different table . If we put all those inventory in single place it will be difficult to maintain.
    Can you please help with the solution.

    GET /resource/{id}?fields=...&{filtering}

    ------------------------------
    Arko Chakravarty
    VCT International
    ------------------------------


  • 2.  RE: TMF639 Resource Inventory - Know the specific resourceType

    TM Forum Member
    Posted Jul 17, 2022 10:41
    Hi Arko
    Firstly be aware that the API contract says nothing about your internal implementation of a resource inventory. The API is a logical exposure, and the implementation might be done by cards in a filing cabinet (although the performance might be rather challenging 😊)
    However, you are right that retrieving a resource by ID when the persistence is spread over multiple stores might be difficult. Depending on your performance and cost requirements, you could have a redirection table that has ID as a key and a pointer to the underlying storage as a value.
    But if the consumer knows the resource type, maybe it also knows unique values that are not ID, e.g. value of logical resource or serial number of physical resource, and use GET /resource without the ID.

    ------------------------------
    Jonathan Goldberg
    Amdocs Management Limited
    Any opinions and statements made by me on this forum are purely personal, and do not necessarily reflect the position of the TM Forum or my employer.
    ------------------------------