From 659bdd0a061a6806566036bd42a8ff075f537b04 Mon Sep 17 00:00:00 2001 From: MirandaFayral Date: Wed, 19 Feb 2025 18:01:28 -0300 Subject: [PATCH 1/3] Add general informations qod --- catalog/qod/qod.md | 25 +++++++++++++++++++++++++ catalog/simswap/simswap.md | 1 + 2 files changed, 26 insertions(+) diff --git a/catalog/qod/qod.md b/catalog/qod/qod.md index 2f6ee34..b99a0bf 100644 --- a/catalog/qod/qod.md +++ b/catalog/qod/qod.md @@ -77,4 +77,29 @@ With the QoD service, you can configure the network of your clients easily with You will not have to guess and discover the available networking capabilities of their clients and will focus on what matters more to your business. +## General Informations +> ⚙️ Problem Solved ? +> +> Do I need to prioritize network data traffic on certain devices? + + +> ⚙️ How it works +> +> Prioritizes network data traffic on certain devices, thereby reducing browsing problems on those devices. + + +> ⚙️ Parameters sent in the request +> +> - msisdn: Cell phone number in the format - +551199999999 +> - ipv6addr: IPV6 address +> - qos : Qos profiles, connectivity characteristics in use of long-distance network +> - duration : Duration of the process in seconds - if not passed, it will be considered 24 hours +> - notificationUri : Address to be redirected to +> - notificationAuthToken : Authentication key +> + + +> ⚙️ Data received in the response +> +> Returns swapped true if the SIM Card was changed and swapped false if it was not changed diff --git a/catalog/simswap/simswap.md b/catalog/simswap/simswap.md index dda02e7..e03a535 100644 --- a/catalog/simswap/simswap.md +++ b/catalog/simswap/simswap.md @@ -70,6 +70,7 @@ By understanding the mechanics of SIM swap fraud and taking proactive steps to p > > Checks when the last SIM Card exchange was carried out on a mobile line or if this exchange was carried out within a specific period + > ⚙️ Parameters sent in the request > > - phoneNumber: Cell phone number that will be verified for exchange From 63923dff35e48c2aa3955b26775ec5cd8b446c96 Mon Sep 17 00:00:00 2001 From: MirandaFayral Date: Tue, 25 Feb 2025 15:35:46 -0300 Subject: [PATCH 2/3] Add qod response GET and POST --- catalog/qod/qod.md | 79 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 77 insertions(+), 2 deletions(-) diff --git a/catalog/qod/qod.md b/catalog/qod/qod.md index b99a0bf..30db497 100644 --- a/catalog/qod/qod.md +++ b/catalog/qod/qod.md @@ -100,6 +100,81 @@ You will not have to guess and discover the available networking capabilities of > -> ⚙️ Data received in the response +> ⚙️ Data received in the response - POST +> +> { +> "duration": 3600, +> "ueId": { +> "msisdn": "+5511852146260" +> }, +> "asId": { +> "ipv4addr": "0.0.0.0/0" +> }, +> "qos": "QOS_E", +> "id": "6a4d570a-6607-466d-889b-473e361afaa1", +> "startedAt": 1740508025048, +> "expiresAt": 1740508028648, +> "qosStatus": "REQUESTED", +> "messages": [ +> { +> "severity": "INFO", +> "description": "string" +> } +> ], +> } +> + +> ⚙️ Data received in the response - GET +> +> { +> "duration": 77483, +> "ueId": { +> "externalId": "Kieran_Sauer3@hotmail.com", +> "msisdn": "+34312468621", +> "ipv4addr": "117.186.17.77", +> "ipv6addr": "bdec:2f6a:b9de:6fc9:61a3:c233:391c:858a" +> }, +> "asId": { +> "ipv4addr": "55.2.85.35", +> "ipv6addr": "3a6e:97df:0614:d555:a0db:66c4:1ac5:fbfb" +> }, +> "uePorts": { +> "ranges": [ +> { +> "from": 61055, +> "to": 56578 +> } +> ], +> "ports": [ +> 14968, +> 49223 +> ] +> }, +> "asPorts": { +> "ranges": [ +> { +> "from": 25113, +> "to": 55764 +> } +> ], +> "ports": [ +> 42391, +> 44401 +> ] +> }, +> "qos": "QOS_E", +> "notificationUri": "https://application-server.com/notifications", +> "notificationAuthToken": "c8974e592c2fa383d4a3960714", +> "id": "7c9c75e5-7691-484f-847b-5c6bc10bb778", +> "startedAt": 1740508302143, +> "expiresAt": 1740508362996, +> "qosStatus": "REQUESTED", +> "messages": [ +> { +> "severity": "INFO", +> "description": "string" +> } +> ], +>} > -> Returns swapped true if the SIM Card was changed and swapped false if it was not changed +> \ No newline at end of file From 44686de4a11b0696a01da4643175da3e6c98e49a Mon Sep 17 00:00:00 2001 From: MirandaFayral Date: Tue, 25 Feb 2025 15:37:16 -0300 Subject: [PATCH 3/3] Add qod general informations --- catalog/qod/qod.md | 1 - 1 file changed, 1 deletion(-) diff --git a/catalog/qod/qod.md b/catalog/qod/qod.md index 30db497..877e4aa 100644 --- a/catalog/qod/qod.md +++ b/catalog/qod/qod.md @@ -177,4 +177,3 @@ You will not have to guess and discover the available networking capabilities of > ], >} > -> \ No newline at end of file