UDSF Data Operations

The table given below provides information about the UDSF Data Operations.

Operations Type URI Notes Possible Error codes
PUT https://localhost:9443/nudsf-dr/v1/udsf/msisdn-1111111111/udsf-data Sample data blob for UDSF data is:
{
 "a": 1,
 "b": 2
 }
  • 400: "Invalid URI sent from client"
  • 404: "Subscriber does not exist"
  • 400: "Unknown key, the key provided in the request is invalid"
  • 400: "Blob syntax error with corresponding error details"
GET https://localhost:9443/nudsf-dr/v1/udsf/msisdn-1111111111/udsf-data  
  • 400: "Invalid URI sent from client"
  • 404: "Subscriber does not exist"
  • 404: "Data field does not exist"
  • 400: "Unknown key, the key provided in the request is invalid"
DELETE https://localhost:9443/nudsf-dr/v1/udsf/msisdn-1111111111/udsf-data  
  • 400: "Invalid URI sent from client"
  • 404: "Subscriber does not exist"
  • 400: "Unknown key, the key provided in the request is invalid"