UDSF Data Operations

The Table 5-1 table provides information about the UDSF Data Operations.

Table 5-1 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 could be:
{"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"