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.
- application/json
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.
- 202
- 400
- 401
- 403
- 404
- 500
- 504
Request to reconnect subscription successfully started.
BadRequest
Response Headers
Access-Control-Allow-Origin string
Access-Control-Allow-Methods string
Access-Control-Allow-Headers string
- application/json
- Schema
- Example (from schema)
Schema
- name string
- message string
errors object[]
message stringerrorCode stringpath stringOptional path, usually used to describe which incoming parameters are not valid.
{
"name": "string",
"message": "string",
"errors": [
{
"message": "string",
"errorCode": "string",
"path": "string"
}
]
}
Unauthorized. Your token is not valid.
Response Headers
Access-Control-Allow-Origin string
Access-Control-Allow-Methods string
Access-Control-Allow-Headers string
- application/json
- Schema
- Example (from schema)
Schema
- name string
- message string
errors object[]
message stringerrorCode stringpath stringOptional path, usually used to describe which incoming parameters are not valid.
{
"name": "string",
"message": "string",
"errors": [
{
"message": "string",
"errorCode": "string",
"path": "string"
}
]
}
Forbidden. You are not allowed to access the requested resource.
Response Headers
Access-Control-Allow-Origin string
Access-Control-Allow-Methods string
Access-Control-Allow-Headers string
- application/json
- Schema
- Example (from schema)
Schema
- name string
- message string
errors object[]
message stringerrorCode stringpath stringOptional path, usually used to describe which incoming parameters are not valid.
{
"name": "string",
"message": "string",
"errors": [
{
"message": "string",
"errorCode": "string",
"path": "string"
}
]
}
The specified resource was not found
Response Headers
Access-Control-Allow-Origin string
Access-Control-Allow-Methods string
Access-Control-Allow-Headers string
- application/json
- Schema
- Example (from schema)
Schema
- name string
- message string
errors object[]
message stringerrorCode stringpath stringOptional path, usually used to describe which incoming parameters are not valid.
{
"name": "string",
"message": "string",
"errors": [
{
"message": "string",
"errorCode": "string",
"path": "string"
}
]
}
Internal Server Error
Response Headers
Access-Control-Allow-Origin string
Access-Control-Allow-Methods string
Access-Control-Allow-Headers string
- application/json
- Schema
- Example (from schema)
Schema
- name string
- message string
errors object[]
message stringerrorCode stringpath stringOptional path, usually used to describe which incoming parameters are not valid.
{
"name": "string",
"message": "string",
"errors": [
{
"message": "string",
"errorCode": "string",
"path": "string"
}
]
}
Gateway Timeout: The communication with an underlying connectivity platform timed out. This error may be attributable to internal server issues or external network problems. As a result, the requested operation's status is currently indeterminate and may still be in progress. This means the subscription might eventually be updated according to the request, even if the operation appears to have initially failed. Please wait for a brief period before attempting to retry the operation.