Hi Jonathan, thank you for your response. I am familiar with TMF653 already, but I was not sure if I should stress it to match our current needs or perhaps there was another higher level api we could use instead.
We are currently trying to frame the tests of every service provided for a single Customer Location into a single API call. At the same time, we also need to provide diagnosis. This API call should for example be triggered from an IVR before handing over to a CC representative and should give an overall pass/fail check on each service provided to the customer.
For the sake of it, let's call it CustomerLocationServiceTest.
CustomerLocationServiceTest:
Request:
- Device1
- Service 1.1
- Service 1.2
- Device 2
- Service 2.1
- Service 2.2
Response:
- Device1
- Service 1.1
- ServiceTest: {}
- Diagnostic: Ok
- Service 1.2
- ServiceTest: {}
- Diagnostic: Failed
- Device 2
- Service 2.1
- ServiceTest: {}
- Diagnostic: Ok
- Service 2.2
- ServiceTest: {}
- Diagnostic: Ok
TMF653, afaik, is focused into testing a single service, and while it offers the capability of signaling out-of-range test measurements, it seems lacking an overall diagnostic block.
Of course, all of that could be achieved through extension and bulk patterns. My main concern is not "breaking the spirit" of TMF653 by doing so.
------------------------------
Martín Cortina
Telecom Argentina, S.A.
------------------------------
Original Message:
Sent: Feb 22, 2020 13:37
From: Jonathan Goldberg
Subject: Api for service test diagnostics
Hi Martin.
Perhaps Service Test (TMF653) would meet your needs?
You'll find the R18.5 version in the Open API table at https://projects.tmforum.org/wiki/display/API/Open+API+Table
Hope it helps
------------------------------
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.
------------------------------