Skip to main content

Reconnect a connectivity subscription.

Reset the subscription location data in the mobile network for a device. This can resolve problems in the network, and allow a device to reconnect. The reconnect request can be sent only for single subscriptions in ACTIVE state.

Path Parameters
  • idType string required

    Possible values: [iccid, imsi, msisdn]

    The subscription's ID type which is used to identify the subscription.

  • id string required

    Possible values: Value must match regular expression [0-9]{5,20}

    The ID used to identify the subscription. Depending on the ID type this will either be an MSISDN, IMSI or ICCID.

Request Body

Optional property to indicate if a reattach should be performed on the connectivity subscription. This option only applies to connectivity subscriptions on IoT Accelerator CMP. The property is false by default.

  • reattachRequired boolean

    Indicates if reattach should be performed on the connectivity subscription.

Responses

Request to reconnect subscription successfully started.

Loading...