Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your JSON web token. | Headers | Bearer <JWT> |
101515558859401The MSISDN (telephone number) associated with the source device.
192.158.1.38IP address of the device, in IPv4 or IPv6 format. Note: not all mobile operators support both formats.
608640060The requested session duration in seconds.
The source endpoint of the network flow.
165535The destination endpoint of the network flow.
2002::1234:abcd:ffff:c0a8:101/64CIDR notation for IPv4 or IPv6 address ranges. Note: not all mobile operators support both formats.
165535The QoD profile configures the flow in the network adapting network characteristics, for example throughput, latency, or jitter.
Example Request
{
"msisdn": "15558859401",
"source_ip": "192.158.1.38",
"duration": 60,
"channels": [
{
"source": {
"port": 1
},
"destination": {
"cidr": "2002::1234:abcd:ffff:c0a8:101/64",
"port": 1
},
"qod_profile": "string"
}
]
}{
"msisdn": "15558859401",
"source_ip": "192.158.1.38",
"duration": 60,
"channels": [
{
"source": {
"port": 1
},
"destination": {
"cidr": "2002::1234:abcd:ffff:c0a8:101/64",
"port": 1
},
"qod_profile": "string"
}
]
}Unique identifier for each QoD session.
101515558859401The MSISDN (telephone number) associated with the source device.
192.158.1.38IP address of the device, in IPv4 or IPv6 format. Note: not all mobile operators support both formats.
608640060The requested session duration in seconds.
The source endpoint of the network flow.
165535The destination endpoint of the network flow.
2002::1234:abcd:ffff:c0a8:101/64CIDR notation for IPv4 or IPv6 address ranges. Note: not all mobile operators support both formats.
165535The QoD profile configures the flow in the network adapting network characteristics, for example throughput, latency, or jitter.
ISO 8601 date-time in UTC
|- PENDING. The QoD session has not yet been processed by the underlying network. ACTIVE. The QoD session is active, the QoD profile is being applied to the network flow. CANCELLING. The QoD session is in the process of being cancelled, but has not yet reached a terminal state. COMPLETED. The QoD session has completed successfully. FAILED. The QoD session has completed but due to failure, see the reason for more details.
PENDINGACTIVECANCELLINGCOMPLETEDFAILEDThe timestamp of the status update
The reason why the status update occurred.
Example Response
{
"id": "string",
"msisdn": "15558859401",
"source_ip": "192.158.1.38",
"duration": 60,
"channels": [
{
"source": {
"port": 1
},
"destination": {
"cidr": "2002::1234:abcd:ffff:c0a8:101/64",
"port": 1
},
"qod_profile": "string",
"projected_end_time": "2019-08-24T14:15:22Z",
"statuses": [
{
"status": "PENDING",
"updated": "2019-08-24T14:15:22Z",
"reason": "string"
}
]
}
]
}The identifier of the QoD session that has been updated.
|- PENDING. The QoD session has not yet been processed by the underlying network. ACTIVE. The QoD session is active, the QoD profile is being applied to the network flow. CANCELLING. The QoD session is in the process of being cancelled, but has not yet reached a terminal state. COMPLETED. The QoD session has completed successfully. FAILED. The QoD session has completed but due to failure, see the reason for more details.
PENDINGACTIVECANCELLINGCOMPLETEDFAILEDThe timestamp of the status update
The reason why the status update occurred.
ISO 8601 date-time in UTC
Example Payload
{
"id": "string",
"update": {
"status": "PENDING",
"updated": "2019-08-24T14:15:22Z",
"reason": "string"
},
"projected_end_time": "2019-08-24T14:15:22Z"
}Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your JSON web token. | Headers | Bearer <JWT> |
101515558859401The MSISDN (telephone number) associated with the source device.
in-progressIf set to in-progress, only in-progress sessions (e.g. PENDING, ACTIVE, CANCELLING) will be returned; otherwise all sessions will be returned.
in-progressallExample Request
{
"msisdn": "15558859401",
"filter": "in-progress"
}{
"msisdn": "15558859401",
"filter": "in-progress"
}Unique identifier for each QoD session.
101515558859401The MSISDN (telephone number) associated with the source device.
192.158.1.38IP address of the device, in IPv4 or IPv6 format. Note: not all mobile operators support both formats.
608640060The requested session duration in seconds.
The source endpoint of the network flow.
165535The destination endpoint of the network flow.
2002::1234:abcd:ffff:c0a8:101/64CIDR notation for IPv4 or IPv6 address ranges. Note: not all mobile operators support both formats.
165535The QoD profile configures the flow in the network adapting network characteristics, for example throughput, latency, or jitter.
ISO 8601 date-time in UTC
|- PENDING. The QoD session has not yet been processed by the underlying network. ACTIVE. The QoD session is active, the QoD profile is being applied to the network flow. CANCELLING. The QoD session is in the process of being cancelled, but has not yet reached a terminal state. COMPLETED. The QoD session has completed successfully. FAILED. The QoD session has completed but due to failure, see the reason for more details.
PENDINGACTIVECANCELLINGCOMPLETEDFAILEDThe timestamp of the status update
The reason why the status update occurred.
Example Response
[
{
"id": "string",
"msisdn": "15558859401",
"source_ip": "192.158.1.38",
"duration": 60,
"channels": [
{
"source": {
"port": 1
},
"destination": {
"cidr": "2002::1234:abcd:ffff:c0a8:101/64",
"port": 1
},
"qod_profile": "string",
"projected_end_time": "2019-08-24T14:15:22Z",
"statuses": [
{
"status": "PENDING",
"updated": "2019-08-24T14:15:22Z",
"reason": "string"
}
]
}
]
}
]Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your JSON web token. | Headers | Bearer <JWT> |
Unique identifier for each QoD session.
101515558859401The MSISDN (telephone number) associated with the source device.
192.158.1.38IP address of the device, in IPv4 or IPv6 format. Note: not all mobile operators support both formats.
608640060The requested session duration in seconds.
The source endpoint of the network flow.
165535The destination endpoint of the network flow.
2002::1234:abcd:ffff:c0a8:101/64CIDR notation for IPv4 or IPv6 address ranges. Note: not all mobile operators support both formats.
165535The QoD profile configures the flow in the network adapting network characteristics, for example throughput, latency, or jitter.
ISO 8601 date-time in UTC
|- PENDING. The QoD session has not yet been processed by the underlying network. ACTIVE. The QoD session is active, the QoD profile is being applied to the network flow. CANCELLING. The QoD session is in the process of being cancelled, but has not yet reached a terminal state. COMPLETED. The QoD session has completed successfully. FAILED. The QoD session has completed but due to failure, see the reason for more details.
PENDINGACTIVECANCELLINGCOMPLETEDFAILEDThe timestamp of the status update
The reason why the status update occurred.
Example Response
{
"id": "string",
"msisdn": "15558859401",
"source_ip": "192.158.1.38",
"duration": 60,
"channels": [
{
"source": {
"port": 1
},
"destination": {
"cidr": "2002::1234:abcd:ffff:c0a8:101/64",
"port": 1
},
"qod_profile": "string",
"projected_end_time": "2019-08-24T14:15:22Z",
"statuses": [
{
"status": "PENDING",
"updated": "2019-08-24T14:15:22Z",
"reason": "string"
}
]
}
]
}Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your JSON web token. | Headers | Bearer <JWT> |
The identifier of the QoD session that has been updated.
|- PENDING. The QoD session has not yet been processed by the underlying network. ACTIVE. The QoD session is active, the QoD profile is being applied to the network flow. CANCELLING. The QoD session is in the process of being cancelled, but has not yet reached a terminal state. COMPLETED. The QoD session has completed successfully. FAILED. The QoD session has completed but due to failure, see the reason for more details.
PENDINGACTIVECANCELLINGCOMPLETEDFAILEDThe timestamp of the status update
The reason why the status update occurred.
ISO 8601 date-time in UTC
Example Payload
{
"id": "string",
"update": {
"status": "PENDING",
"updated": "2019-08-24T14:15:22Z",
"reason": "string"
},
"projected_end_time": "2019-08-24T14:15:22Z"
}