Skip to main content

Get Cellular Modules Sim Security (v2.0)

GET 

/sdwan/v2.0/api/elements/:element_id/cellular_modules/:cellular_module_id/sim_security

List all the cellular modules sim security information.

Request

Path Parameters

    element_id stringrequired

    ID of the element.

    cellular_module_id stringrequired

    ID of the cellular module.

Responses

Successful Operation

Schema
    count int32

    The total number.

    id string

    The ID.

    type string

    The type.

    items SimSecurity[]
  • Array [
  • description

    The description of the sim security. Max size = 256.

    id string

    The ID of the sim security.

    name stringrequired

    The name of the sim security. Max size = 128.

    pin string

    The pin of the sim security. Pin must be numeric with minimum 4 and maximum 8 digits.

    remove_pin booleanrequired

    The remove pin of the sim security.

    slot_number int32required

    The slot number of the sim.

    tags string[]

    An information field that can be added to identify the sim security. Maximum 10 unique tags of length 1024 each are allowed.

  • ]
Loading...