Get an IoTA service policy.
Fetches an IoTA subscription package. The subscription package is represented through a service policy (separate endpoint).
Path Parameters
- iotaInstance string required
Possible values: [
iota_eu
]IoTA instance where the service policy is configured.
- id string required
Service policy in IoTA (i.e. subscription package) to perform request on.
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Contains the requested service policy (IoTA subscription package).
- application/json
- Schema
- Example (from schema)
Schema
attributes object
Attributes used to describe an IoTA subscription package.
id stringId of the service policy on the CMP instance
description stringThe subscription package's description in IoTA.
services object
bearerServices object
2g3g boolean2G and 3G.
lte booleanLong Term Evolution.
smsMo booleanSMS Mobile Originated.
smsMt booleanSMS Mobile Terminated.
voice booleanlteRadioAccessTechnologyRestrictions object
2g boolean3g booleanlte booleanLong Term Evolution.
nbIot booleanNarrowband Internet of Things.
5g booleansupplementaryServices object
baoc booleanBarring of all outgoing calls.
baic booleanBarring of all incoming calls.
boic booleanBarring of outgoing international calls.
ard stringPossible values: [
NO_RESTRICTIONS
,2G_BLOCKED
,3G_BLOCKED
,4G_BLOCKED
]Access data restriction.
obopre booleanBarring of outgoing premium rate calls (entertainment).
apns object[]
apnName stringPossible values: Value must match regular expression
^[a-zA-Z0-9.]{3,256}$
roamingProfiles object
2g3g object
id stringPossible values:
non-empty
and<= 64 characters
description stringPossible values:
<= 256 characters
Connexion 953
lte object
id stringPossible values:
non-empty
and<= 64 characters
description stringPossible values:
<= 256 characters
Connexion 954 LTE
version stringPossible values: [
v1
,v2
]
{
"attributes": {
"id": "9.25.2.986.1.5.2.6.1.1.1.30.100.100.20480.1.10.953",
"description": "5 MB Europe",
"services": {
"bearerServices": {
"2g3g": true,
"lte": true,
"smsMo": true,
"smsMt": true,
"voice": true
},
"lteRadioAccessTechnologyRestrictions": {
"2g": true,
"3g": true,
"lte": true,
"nbIot": true,
"5g": true
},
"supplementaryServices": {
"baoc": true,
"baic": true,
"boic": true,
"ard": "NO_RESTRICTIONS",
"obopre": true
}
},
"apns": [
{
"apnName": "internet.lte.cxn"
}
],
"roamingProfiles": {
"2g3g": {
"id": "RP953",
"description": "string"
},
"lte": {
"id": "RP954",
"description": "string",
"version": "v1"
}
}
}
}
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"
}
]
}
RateLimitError. Too Many Requests.
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"
}
]
}