Skip to content

Instantly share code, notes, and snippets.

View tnmtechnologies's full-sized avatar

mtrefcon tnmtechnologies

View GitHub Profile
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_RegisterNFInstance_BadRequest.txt
Last active May 12, 2020 17:57
[Nnrf_NFManagement] example of a 400 response of a PUT request containing invalid attribute values in body (R15.2.0)
PUT /nnrf-nfm/v1/nf-instances/80fd9293-7bc9-4fdf-8888-4a72e9f751d4 HTTP/1.1
Host: vdev-newedge0001.b-com.local:8180
Connection: keep-alive
Content-Length: 1634
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
Origin: http://vdev-newedge0001.b-com.local:8180
Referer: http://vdev-newedge0001.b-com.local:8180/
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_RegisterNFInstance_BadRequest-JsonParseException.txt
Last active May 12, 2020 17:57
[Nnrf_NFManagement] example of a 400 response of a PUT request containing a malformed JSON payload (R15.2.0)
PUT /nnrf-nfm/v1/nf-instances/80fd9293-7bc9-4fdf-8888-4a72e9f751d4 HTTP/1.1
Host: vdev-newedge0001.b-com.local:8180
Connection: keep-alive
Content-Length: 1639
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
Origin: http://vdev-newedge0001.b-com.local:8180
Referer: http://vdev-newedge0001.b-com.local:8180/
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_RegisterNFInstance_Created.txt
Last active May 12, 2020 17:58
[Nnrf_NFManagement] example of a 201 response of a PUT request (R15.2.0)
PUT /nnrf-nfm/v1/nf-instances/80fd9293-7bc9-4fdf-8888-4a72e9f751d4 HTTP/1.1
Host: vdev-newedge0001.b-com.local:8180
Connection: keep-alive
Content-Length: 1640
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
Origin: http://vdev-newedge0001.b-com.local:8180
Referer: http://vdev-newedge0001.b-com.local:8180/
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_RegisterNFInstance_OK.txt
Last active May 12, 2020 17:58
[Nnrf_NFManagement] example of a 200 response of a PUT request (R15.2.0)
PUT /nnrf-nfm/v1/nf-instances/80fd9293-7bc9-4fdf-8888-4a72e9f751d4 HTTP/1.1
Host: vdev-newedge0001.b-com.local:8180
Connection: keep-alive
Content-Length: 1640
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
Origin: http://vdev-newedge0001.b-com.local:8180
Referer: http://vdev-newedge0001.b-com.local:8180/
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_GetNFInstances_OK.txt
Created May 13, 2020 12:56
[Nnrf_NFManagement] example of a 200 response of a GET /nnrf-nfm/v1/nf-instances request (R15.2.0)
GET /nnrf-nfm/v1/nf-instances?nf-type=AMF HTTP/1.1
Host: vdev-newedge0001.b-com.local:8180
Connection: keep-alive
accept: application/3gppHal+json
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
DNT: 1
Referer: http://vdev-newedge0001.b-com.local:8180/
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_GetNFInstance_OK.txt
Created May 13, 2020 13:07
[Nnrf_NFManagement] GET /nnrf-nfm/v1/nf-instances/{nfInstanceID} request with a 200 response (R15.2.0)
GET /nnrf-nfm/v1/nf-instances/80fd9293-7bc9-4fdf-8888-4a72e9f751d4 HTTP/1.1
Host: vdev-newedge0001.b-com.local:8180
Connection: keep-alive
accept: application/json
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
DNT: 1
Referer: http://vdev-newedge0001.b-com.local:8180/
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_GetNFInstance_Not_Found.txt
Created May 13, 2020 13:13
[Nnrf_NFManagement] GET /nnrf-nfm/v1/nf-instances/{nfInstanceID} request with a 404 response (R15.2.0)
GET /nnrf-nfm/v1/nf-instances/80fd9293-7bc9-4fdf-8888-4a72e9f751d5 HTTP/1.1
Host: vdev-newedge0001.b-com.local:8180
Connection: keep-alive
accept: application/json
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
DNT: 1
Referer: http://vdev-newedge0001.b-com.local:8180/
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
@tnmtechnologies
tnmtechnologies / gist:7a259ff03758acc337b2e70206edfd39
Created May 13, 2020 13:21
[Nnrf_NFManagement] GET /nnrf-nfm/v1/nf-instances/{nfInstanceID} request with an invalid nfInstanceID value serves a 400 response (R15.2.0)
GET /nnrf-nfm/v1/nf-instances/invalid-uuid HTTP/1.1
Host: vdev-newedge0001.b-com.local:8180
Connection: keep-alive
accept: application/json
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
DNT: 1
Referer: http://vdev-newedge0001.b-com.local:8180/
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_UpdateNFInstance_Bad_Request.txt
Created May 13, 2020 14:23
[Nnrf_NFManagement] PATCH request with unknown operation serves a 400 response (R15.2.0)
PATCH /nnrf-nfm/v1/nf-instances/80fd9293-7bc9-4fdf-8888-4a72e9f751d4 HTTP/1.1
Host: vdev-newedge0001.b-com.local:8180
Connection: keep-alive
Content-Length: 99
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: http://vdev-newedge0001.b-com.local:8180
Referer: http://vdev-newedge0001.b-com.local:8180/
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_UpdateNFInstance_Bad_Request.txt
Created May 13, 2020 14:31
[Nnrf_NFManagement] PATCH request serves a 400 response because replace operation applies on an unknown attribute (R15.2.0)
PATCH /nnrf-nfm/v1/nf-instances/80fd9293-7bc9-4fdf-8888-4a72e9f751d4 HTTP/1.1
Host: vdev-newedge0001.b-com.local:8180
Connection: keep-alive
Content-Length: 98
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: http://vdev-newedge0001.b-com.local:8180
Referer: http://vdev-newedge0001.b-com.local:8180/