Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tnmtechnologies/cd57d03bc773fef6671406f9549d6f25 to your computer and use it in GitHub Desktop.
Save tnmtechnologies/cd57d03bc773fef6671406f9549d6f25 to your computer and use it in GitHub Desktop.
[Nnrf_NFManagement] PATCH /subscriptions/{subscriptionID} request with a 200 response (R15.2.0).
PATCH /nnrf-nfm/v1/subscriptions/000000-subs0000001 HTTP/1.1
Host: 127.0.0.1:8080
Connection: keep-alive
Content-Length: 76
accept: application/json
DNT: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
Content-Type: application/json-patch+json
Origin: https://petstore.swagger.io
Sec-Fetch-Site: cross-site
Sec-Fetch-Mode: cors
Sec-Fetch-Dest: empty
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
[{"op":"replace","path":"/validityTime","value":"2020-05-18T18:50:00.000Z"}]
HTTP/1.1 200 OK
Connection: keep-alive
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: Content-Type, Authorization, Accept, Accept-Language
Content-Type: application/json
Content-Length: 396
Access-Control-Allow-Methods: GET, PUT, POST, PATCH, DELETE, OPTIONS
Date: Mon, 18 May 2020 18:01:00 GMT
{
"nfStatusNotificationUri":"http://192.168.128.31:8380/nsmf-pdusession/v1/nnrf-nfm/nf-profiles/update",
"subscrCond":{
"nfInstanceId":"41470254-cc86-44cf-aaa3-b56ac7000000"
},
"subscriptionId":"000000-subs0000001",
"validityTime":"2020-05-18T18:50:00.000Z",
"reqNotifEvents":[
"NF_REGISTERED",
"NF_PROFILE_CHANGED",
"NF_DEREGISTERED"
],
"plmnId":null,
"notifCondition":null,
"reqNfType":null,
"reqNfFqdn":null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment