A HTTP Response Codes
The following are HTTP Response Codes:
Table A-1 HTTP Response Codes
Service | Service Operation | HTTP Request Method | HTTP Response Code | Condition |
---|---|---|---|---|
Nnssf_NsSelection | Initial Registration | Get | 400 (Bad Request) |
|
401 Unauthorized | Missing Authentication | |||
405 (Method Not Allowed) | Method not implemented for URI | |||
500 (Internal Error) |
|
|||
403 (FORBIDDEN) |
|
|||
200 (OK) | Success Case | |||
Nnssf_NsAvailability | (UPDATE) | PUT | 200 (OK) | Success Case |
400 (Bad Request) |
|
|||
401 Unauthorized | Missing Authentication | |||
403 (FORBIDDEN) | When all SNSSAIs for all TAIs are not allowed in PLMN | |||
405 (Method Not Allowed) | Method not implemented for URI | |||
500 (Internal Error) | Db operation error Memory not available | |||
Nnssf_NsAvailability | (UPDATE) | PATCH | 200 (OK) | Success Case |
400 (Bad Request) |
|
|||
401 Unauthorized | Missing Authentication | |||
403 (FORBIDDEN) | When all SNSSAIs for a all TAIs are rejected in PLMN | |||
405 (Method Not Allowed) | Method not implemented for URI | |||
404 (Not found ) | AMF Availability data not found | |||
500 (Internal Error) |
|
|||
Nnssf_NsAvailability | (Subscribe) | POST | 201 (CREATED) | Success Case |
401 Unauthorized | Missing Authentication | |||
400 (Bad Request) |
|
|||
500 (Internal Error) | 500 (Internal Error) | |||
Nnssf_NsAvailability | (Subscribe) | DELETE | 204 No Content | Success Case |
401 Unauthorized | Missing Authentication | |||
404 (Not found ) | Subscription-ID not found | |||
500 (Internal Error) | Db operation error |