Skip to content

Commit da90d58

Browse files
Merge pull request #4471 from ovh/Flo-update-isp-api-doc
chore(isp eligibility api): update FTTH offer and remove deprecated SDSL
2 parents 6696b44 + c5ae7ff commit da90d58

File tree

3 files changed

+17
-328
lines changed

3 files changed

+17
-328
lines changed

pages/telecom/xdsl/connectivity-api/guide.en-gb.md

Lines changed: 8 additions & 163 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: 'Connectivity API'
33
excerpt: 'Develop using connectivity API'
44
slug: connectivity-api
55
section: 'Advanced technical configurations'
6-
updated: 2020-12-07
6+
updated: 2023-04-03
77
---
88

9-
**Last updated 7th December 2020**
9+
**Last updated 3rd April 2023**
1010

1111
## Objective
1212

@@ -323,7 +323,7 @@ The response:
323323

324324
We found a single building that is a house.
325325

326-
#### Doing a copper eligibility (ADSL, VDSL or SDSL)
326+
#### Doing a copper eligibility (ADSL or VDSL)
327327

328328
Possible cases are:
329329

@@ -366,91 +366,6 @@ Here is a partial successfull response example:
366366
"error": null,
367367
"result": {
368368
"offers": [
369-
{
370-
"product": {
371-
"downloadRate": 1,
372-
"name": "SDSL 1M on 2 pair(s)",
373-
"provider": "SFR",
374-
"code": "SDSL-1M-2P",
375-
"uploadRate": 1,
376-
"pairs": 2,
377-
"type": "SDSL",
378-
"grt": [
379-
"4ho",
380-
"4hno"
381-
],
382-
"guaranteed": true
383-
},
384-
"eligibility": {
385-
"estimatedDownloadRate": null,
386-
"underConditions": [],
387-
"eligible": true,
388-
"activationTypes": [
389-
"create"
390-
],
391-
"estimatedUploadRate": null,
392-
"reasons": []
393-
}
394-
},
395-
{
396-
"product": {
397-
"downloadRate": 1,
398-
"name": "SDSL 1M on 1 pair(s)",
399-
"provider": "KOSC",
400-
"code": "SDSL-1M-1P",
401-
"uploadRate": 1,
402-
"pairs": 1,
403-
"type": "SDSL",
404-
"grt": [
405-
"4ho",
406-
"4hno"
407-
],
408-
"guaranteed": true
409-
},
410-
"eligibility": {
411-
"estimatedDownloadRate": null,
412-
"underConditions": [],
413-
"eligible": false,
414-
"activationTypes": [
415-
"activate",
416-
"create"
417-
],
418-
"estimatedUploadRate": null,
419-
"reasons": [
420-
{
421-
"message": "Too much attenuation to deliver the product.",
422-
"code": "TOO_MUCH_ATTENUATION",
423-
"availabilityDate": null
424-
}
425-
]
426-
}
427-
},
428-
{
429-
"product": {
430-
"provider": "SFR",
431-
"code": "SDSL-1M-4P",
432-
"downloadRate": 1,
433-
"name": "SDSL 1M on 4 pair(s)",
434-
"pairs": 4,
435-
"uploadRate": 1,
436-
"grt": [
437-
"4ho",
438-
"4hno"
439-
],
440-
"type": "SDSL",
441-
"guaranteed": true
442-
},
443-
"eligibility": {
444-
"estimatedDownloadRate": null,
445-
"underConditions": [],
446-
"activationTypes": [
447-
"create"
448-
],
449-
"eligible": true,
450-
"estimatedUploadRate": null,
451-
"reasons": []
452-
}
453-
},
454369
{
455370
"eligibility": {
456371
"reasons": [
@@ -534,36 +449,6 @@ Here is a partial successfull response example:
534449
"guaranteed": false
535450
}
536451
},
537-
{
538-
"eligibility": {
539-
"activationTypes": [
540-
"activate",
541-
"create"
542-
],
543-
"eligible": false,
544-
"underConditions": [],
545-
"estimatedDownloadRate": 1.46,
546-
"reasons": [
547-
{
548-
"availabilityDate": null,
549-
"message": "Copper not currently available in this area.",
550-
"code": "COPPER_NOT_YET_AVAILABLE"
551-
}
552-
],
553-
"estimatedUploadRate": 1.46
554-
},
555-
"product": {
556-
"provider": "KOSC",
557-
"code": "SDSL-MAX",
558-
"downloadRate": 5,
559-
"name": "SDSL-Max",
560-
"pairs": 1,
561-
"uploadRate": 5,
562-
"type": "SDSL",
563-
"grt": [],
564-
"guaranteed": false
565-
}
566-
},
567452
{
568453
"eligibility": {
569454
"activationTypes": [
@@ -648,10 +533,6 @@ Here is a partial successfull response example:
648533

649534
```
650535

651-
> [!primary]
652-
>
653-
> We have omitted some SDSL offers in this example due to the size of the response.
654-
>
655536

656537
The response is composed of:
657538

@@ -666,22 +547,7 @@ Here is a description of the offer codes:
666547
| ADSL-MAX_FULL | ADSL | ADSL full unbundling |
667548
| VDSL-MAX_SHARED | VDSL | VDSL partial |
668549
| VDSL-MAX_FULL | VDSL | VDSL full unbundling |
669-
| SDSL-MAX | SDSL | SDSL monopair |
670-
671-
For the SDSL offers with guaranteed bandwidth, the offer code is formed with:
672550

673-
* the offer type: SDSL
674-
* the guaranteed speed: 1M, 2M, 4M, ..
675-
* the number of pairs: 1P, 2P or 4P
676-
677-
A few examples:
678-
679-
| code | type | description |
680-
|-------------------|-------|---------------------------------------|
681-
| SDSL-1M-1P | SDSL | Monopair SDSL with 1M guaranteed |
682-
| SDSL-2M-2P | SDSL | 2 pairs SDSL with 2M guaranteed |
683-
| SDSL-16M-4P | SDSL | 4 pairs SDSL with 16M guaranteed |
684-
...
685551

686552
##### **Searching for an active or inactive line for an address** <a name="eligibilitySearchLines"></a>
687553

@@ -939,14 +805,14 @@ The response:
939805
{
940806
"product": {
941807
"pairs": null,
942-
"uploadRate": 250,
808+
"uploadRate": 800,
943809
"guaranteed": false,
944-
"code": "FTTH-MAX-300M",
810+
"code": "PROFIBER",
945811
"type": "FTTH",
946812
"grt": [],
947-
"name": "FTTH-Max 300M download and 250M upload",
813+
"name": "PRO FIBER with 1G download and 800M upload",
948814
"provider": "KOSC",
949-
"downloadRate": 300
815+
"downloadRate": 1000
950816
},
951817
"eligibility": {
952818
"estimatedDownloadRate": null,
@@ -956,27 +822,6 @@ The response:
956822
"reasons": [],
957823
"eligible": true
958824
}
959-
},
960-
{
961-
"product": {
962-
"grt": [],
963-
"name": "FTTH-Max 1G download and 250M upload",
964-
"downloadRate": 1000,
965-
"provider": "KOSC",
966-
"pairs": null,
967-
"guaranteed": false,
968-
"type": "FTTH",
969-
"code": "FTTH-MAX-1G",
970-
"uploadRate": 250
971-
},
972-
"eligibility": {
973-
"estimatedDownloadRate": null,
974-
"activationTypes": [],
975-
"eligible": true,
976-
"reasons": [],
977-
"estimatedUploadRate": null,
978-
"underConditions": []
979-
}
980825
}
981826
],
982827
"endpoint": {
@@ -1012,7 +857,7 @@ The response:
1012857
}
1013858
```
1014859

1015-
In the result for the "offers" table, the *boolean* attribute *eligibility.eligible* tell us we are eligible for "FTTH-Max 300M download and 250M upload" and "FTTH-Max 1G download and 250M upload" offers.
860+
In the result for the "offers" table, the *boolean* attribute *eligibility.eligible* tell us we are eligible for "PRO FIBER with 1G download and 800M upload" offer.
1016861

1017862
##### **Searching eligibility from an OTP identifier** <a name="eligibilityTestOtp"></a>
1018863

0 commit comments

Comments
 (0)