Policy Data Subscription Operations

The table given below provides information about the Policy Data Subscription Operations.

Note:

All APIs supported are as per TS29.500v16.2
Operations Type URI Notes Possible Error codes
POST http://localhost:8080/nudr-dr/v2/policy-data/subs-to-notify { "notificationUri":"http://mlu-pcf-api-gateway.mlu-pcf.svc/user-service/userservice/notification/msisdn-1871587819", "monitoredResourceUris":[ "https://localhost:9443/nudr-dr-prov/v1/policy-data/msisdn-1111111111/sm-data" ], "supportedFeatures":"f", "expires": "2022-04-23T18:25:43.511Z" } 400: "Schema validation failed for this request"
PUT http://localhost:8080/nudr-dr/v2/policy-data/subs-to-notify/4 { "notificationUri":"http://mlu-pcf-api-gateway.mlu-pcf.svc/user-service/userservice/notification/msisdn-1871587819", "monitoredResourceUris":[ "https://localhost:9443/nudr-dr-prov/v1/policy-data/msisdn-1111111111/sm-data" ], "supportedFeatures":"f", "expires": "2022-04-23T18:25:43.511Z" }
  • 400: "Schema validation failed for this request"
  • 404: "Not found "
GET http://localhost:8080/nudr-dr-prov/v2/policy-data/subs-to-notify/4 { "subscribedResources": [ "policy-data/msisdn-819191945001/am-data" ], "expires": "2022-04-23T18:25:43.511Z", "supportedFeatures": "f", "notificationUri": "http://http2-service.default.svc.cluster.local/policy-data/uri1/" } 404: "Requested data not found"
DELETE http://localhost:8080/nudr-dr/v2/policy-data/subs-to-notify/4 - 404: "Not found"