Open APIs

 View Only
  • 1.  Buckets validation date into OCS Sigscale

    Posted Apr 14, 2021 01:20
    How All,

    I'd like to know if there is a way to define an expiration date in OCS's buckets, and if yes, how I could do that?

    My best regards,

    Francisco Guiraldelli
    Cellere ICT Solutions Ltd.

    ------------------------------
    Francisco Guiraldelli
    TO BE VERIFIED
    ------------------------------


  • 2.  RE: Buckets validation date into OCS Sigscale

    TM Forum Member
    Posted Apr 14, 2021 04:34
    Edited by Vance Shipley Apr 14, 2021 22:42
    @Francisco Guiraldelli asks about balance bucket expiration in SigScale's open source OCS.

    The TMF654 API is used which, like many TMF APIs, includes the ​validFor attribute to provide a validity period. The value is an object with startDateTime and endDateTime attributes which both take a string value in ISO8601 format. To cause the balance bucket created to be valid only until the end of this month:

    "validFor": {
         "endDateTime": "2021-04-30T23:59:59.999Z"

    }

    ------------------------------
    Vance Shipley
    SigScale
    ------------------------------