Open APIs

 View Only
  • 1.  where the SAP(service acces Point) moved compared MTOSI 4.0 service mgt

    TM Forum Member
    Posted Apr 27, 2020 08:56
    in mtosi, the "sap" was designed as the access points of "service"
    a ServiceInventoryDataType will include:
    serviceDefinitionList
    serviceTemplateList
    serviceCatalogList
    cfsList
    rfsList
    sscList
    sapSpecList
    sapList

    here saplist is a sequence of sap(service access point)
    but i didn't see sap in openapi, don't know where it's moved or has equivalant replication solution.

    ------------------------------
    lei wang
    Huawei Technologies Co. Ltd
    ------------------------------


  • 2.  RE: where the SAP(service acces Point) moved compared MTOSI 4.0 service mgt

    TM Forum Member
    Posted May 08, 2020 02:54
    oh, maybe i answer my self
    in SAP mainly store the relationship between a resource(eg.terminal points) and a service
    in new version resource inventory openAPI
    -----------------------------------------------------------
    version: '4.0'
    host: serverRoot
    basePath: /tmf-api/resourceInventoryManagement/v4/
    -----------------------------------------------------------
    the sap main attributes "adminState operationalState" are set as root attributes of a resource, while "serviceState" actually not mandartory attribute on a TP, you always find the state in service object.
    sap could be only specified as a charicteristic or supporting resource in service body.

    ------------------------------
    lei wang
    Huawei Technologies Co. Ltd
    ------------------------------