sim_pin_operations¶
Overview¶
This resource is to enable/disable/verify/modify/unblock SIM PIN
Version information¶
Version : v2
URI scheme¶
Host :
BasePath : /sdwan/nitro/v2/mobile_broadband/
Schemes : HTTP
Tags¶
- sim_pin_operations : Operations related to sim_pin_operations
Paths¶
POST operation for sim_pin_operations¶
POST /sim_pin_operations
Description¶
Use this operation to unblock SIM
Parameters¶
| Type | Name | Description | Schema |
|---|---|---|---|
| Query | action required |
Select if action is other that ADD | enum (unblock_pin, modify_pin, enable_pin, disable_pin, verify_pin) |
| Body | body optional |
sim_pin_operations_request_schema |
Responses¶
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Resource successfully added | sim_pin_operations_post_success_schema |
| 400 | Failed: bad input parameter | ErrorSchema |
| 401 | Unauthorized: Failed Authentication | ErrorSchema |
| 403 | Unauthorized: Forbidden | ErrorSchema |
| 405 | Failed: Data format unacceptable | ErrorSchema |
| 415 | Failed: Data format unacceptable | ErrorSchema |
| 500 | Failed: Internal Server Error | ErrorSchema |
Consumes¶
application/json
Produces¶
application/json
Tags¶
- sim_pin_operations
Definitions¶
ErrorSchema¶
| Name | Schema |
|---|---|
| errorcode optional |
integer |
| errormessage optional |
string |
confirm_new_pin¶
Confirm the New SIM PIN for modify operation
Type : string
new_pin¶
New SIM PIN for modify operation
Type : string
old_pin¶
Old SIM PIN for modify operation
Type : string
pin¶
SIM PIN for enable/disable/verify/unblock operations
Type : string
puk¶
SIM PUK for unblock operation
Type : string
sim_pin_operations¶
| Name | Schema |
|---|---|
| confirm_new_pin optional |
confirm_new_pin |
| new_pin optional |
new_pin |
| old_pin optional |
old_pin |
| pin optional |
pin |
| puk optional |
puk |
sim_pin_operations_delete_success_schema¶
| Name | Schema |
|---|---|
| sim_pin_operations optional |
sim_pin_operations |
| Name | Description | Schema |
|---|---|---|
| message optional |
Example : "resource deleted succesfully" |
string |
sim_pin_operations_post_success_schema¶
| Name | Schema |
|---|---|
| sim_pin_operations optional |
sim_pin_operations |
| Name | Description | Schema |
|---|---|---|
| message optional |
Example : "resource added succesfully" |
string |
sim_pin_operations_put_success_schema¶
| Name | Schema |
|---|---|
| sim_pin_operations optional |
sim_pin_operations |
| Name | Description | Schema |
|---|---|---|
| message optional |
Example : "resource modified succesfully" |
string |
sim_pin_operations_request_schema¶
| Name | Schema |
|---|---|
| sim_pin_operations optional |
sim_pin_operations |
sim_pin_operations_response_schema¶
Type : < sim_pin_operations_response_schema > array
sim_pin_operations_response_schema
| Name | Schema |
|---|---|
| confirm_new_pin optional |
confirm_new_pin |
| new_pin optional |
new_pin |
| old_pin optional |
old_pin |
| pin optional |
pin |
| puk optional |
puk |