-
Notifications
You must be signed in to change notification settings - Fork 5
/
E-Intervention-OI-v2.0.0.OAS3.yaml
941 lines (941 loc) · 26.8 KB
/
E-Intervention-OI-v2.0.0.OAS3.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
openapi: 3.0.2
servers:
- url: https://{serverRoot}/v2
variables:
serverRoot:
default: serverRoot
paths:
/interventions-oi:
post:
tags:
- creerInterventionOI
summary: "Flux M2: Début d’intervention DO transmis par l’OI aux autres OCs presents au PM."
operationId: creerInterventionOI
x-secured-access: strict
security:
- creerInterventionOI_auth: []
parameters: []
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/CreerInterventionOI'
description: Objet intervention à déclarer chez l'OC
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/CreerInterventionOIOut'
description: Operation Successful
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-security-in: IDENTITE_ET_GESTION
x-security-out: IDENTITE_ET_GESTION
put:
tags:
- modifierInterventionOI
summary: "Flux M4: la fin de l'intervention notifier par l'OI"
operationId: modifierInterventionOI
x-secured-access: strict
security:
- modifierInterventionOI_auth: []
parameters: []
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ModifierInterventionOI'
description: Objet intervention à déclarer chez l'OC
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/ModifierInterventionOIOut'
description: Operation Successful
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-security-in: IDENTITE_ET_GESTION
x-security-out: IDENTITE_ET_GESTION
/interventions-oi/compte-rendu:
post:
tags:
- compteRenduInterventionOI
summary: "Flux M3 optionnel: compte rendu de fin d'intervention relié par l'OI"
operationId: compteRenduInterventionOI
x-secured-access: strict
security:
- compteRenduInterventionOI_auth: []
parameters: []
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/CompteRenduInterventionOI'
description: Objet intervention à déclarer chez l'OC
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/CompteRenduInterventionOIOut'
description: Operation Successful
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-security-in: IDENTITE_ET_GESTION
x-security-out: IDENTITE_ET_GESTION
/interventions-oi/notification-impacte-clients-oc:
post:
tags:
- notifierImpacteClientsOC
summary: "Flux M5TX: Impacts clients identifiés par l’OC"
operationId: notifierImpacteClientsOC
x-secured-access: strict
security:
- notifierImpacteClientsOC_auth: []
parameters: []
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ClientImpacteOCParIntervention'
description: Liste des clients coupés lors d'une intervention donnée pour un opérateur commercial donné
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/ClientImpacteParInterventionOut'
description: Operation Successful
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-security-in: IDENTITE_ET_GESTION
x-security-out: IDENTITE_ET_GESTION
/interventions-oi/notification-impacte-clients-oi-do:
post:
tags:
- notifierImpacteClientsOIDO
summary: "Flux M6TX: Impacts clients relayés par l’OI au DO"
operationId: notifierImpacteClientsOIDO
x-secured-access: strict
security:
- notifierImpacteClientsOIDO_auth: []
parameters: []
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/NotifierImpacteClientsOIDO'
description: Liste des clients coupés lors d'une intervention donnée pour un opérateur commercial donné
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/NotifierImpacteClientsOIDOOut'
description: Operation Successful
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-security-in: IDENTITE_ET_GESTION
x-security-out: IDENTITE_ET_GESTION
/interventions-oi/test-intermediaire:
post:
tags:
- demanderTestIntermediaireInterventionOI
summary: "Flux M4TX: Demande de test DO relayée par l’OI"
operationId: demanderTestIntermediaireInterventionOI
x-secured-access: strict
security:
- demanderTestIntermediaireInterventionOI_auth: []
parameters: []
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/DemanderTestIntermediaireInterventionOI'
description: Objet intervention à déclarer chez l'OI
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/DemanderTestIntermediaireInterventionOIOut'
description: Operation Successful
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-security-in: IDENTITE_ET_GESTION
x-security-out: IDENTITE_ET_GESTION
components:
securitySchemes:
compteRenduInterventionOI_auth:
type: oauth2
x-habilitations: []
flows:
implicit:
authorizationUrl: https://oauth2.bouyguestelecom.fr/authorize
scopes: {}
creerInterventionOI_auth:
type: oauth2
x-habilitations: []
flows:
implicit:
authorizationUrl: https://oauth2.bouyguestelecom.fr/authorize
scopes: {}
demanderTestIntermediaireInterventionOI_auth:
type: oauth2
x-habilitations: []
flows:
implicit:
authorizationUrl: https://oauth2.bouyguestelecom.fr/authorize
scopes: {}
modifierInterventionOI_auth:
type: oauth2
x-habilitations: []
flows:
implicit:
authorizationUrl: https://oauth2.bouyguestelecom.fr/authorize
scopes: {}
notifierImpacteClientsOC_auth:
type: oauth2
x-habilitations: []
flows:
implicit:
authorizationUrl: https://oauth2.bouyguestelecom.fr/authorize
scopes: {}
notifierImpacteClientsOIDO_auth:
type: oauth2
x-habilitations: []
flows:
implicit:
authorizationUrl: https://oauth2.bouyguestelecom.fr/authorize
scopes: {}
schemas:
ClientHSOC:
description: "Conditionnel : au moins 1 client KO Liste des routes optiques de chaque client HS au PM dont l'heure de coupure est comprise dans l'intervalle"
type: object
required:
- dateChangementEtat
- fibre
- nomModulePM
- positionCoupleurOC
- positionModulePM
- refPBO
- refPTO
- tube
properties:
couleurJarretiere:
description: ""
type: string
dateChangementEtat:
description: Date/heure de début de coupure pour le client (format selon la norme ISO 8601)
type: string
format: date-time
fibre:
description: ""
maxLength: 50
type: string
nomModulePM:
description: ""
type: string
numeroSerieONT:
description: ""
type: string
positionCoupleurOC:
description: ""
type: string
positionModulePM:
description: ""
maxLength: 100
type: string
refPBO:
description: ""
maxLength: 100
type: string
refPTO:
description: ""
maxLength: 50
type: string
referencePrestationPrise:
description: ""
type: string
tube:
description: ""
maxLength: 50
type: string
ClientHSOC1:
description: "Conditionnel : au moins 1 client KO Liste des routes optiques de chaque client HS au PM dont l'heure de coupure est comprise dans l'intervalle"
type: object
required:
- dateChangementEtat
- fibre
- nomModulePM
- positionCoupleurOC
- positionModulePM
- refPBO
- refPTO
- tube
properties:
couleurJarretiere:
description: ""
type: string
dateChangementEtat:
description: ""
type: string
format: date-time
fibre:
description: ""
maxLength: 50
type: string
nomModulePM:
description: ""
type: string
numeroSerieONT:
description: ""
type: string
positionCoupleurOC:
description: ""
type: string
positionModulePM:
description: ""
maxLength: 100
type: string
refPBO:
description: ""
maxLength: 100
type: string
refPTO:
description: ""
maxLength: 50
type: string
referencePrestationPrise:
description: ""
type: string
reserveReparationOI:
description: ""
type: boolean
tube:
description: ""
maxLength: 50
type: string
ClientImpacteOCParIntervention:
description: ""
type: object
required:
- clientHSOC
- codeOcImpacte
- ligneClientRetablie
- message
- referenceIntervOI
- testCloture
properties:
clientHSOC:
description: ""
type: array
items:
$ref: '#/components/schemas/ClientHSOC'
codeOcImpacte:
description: Code opérateur Interop de celui ayant des clients impactés
maxLength: 4
type: string
demandeReapartion:
description: ""
type: array
items:
$ref: '#/components/schemas/DemandeReparation'
ligneClientRetablie:
description: ""
type: array
items:
$ref: '#/components/schemas/LigneClientRetablie'
message:
description: ""
type: string
numeroTest:
description: ""
type: integer
format: int32
referenceIntervOI:
description: Référence d’intervention unique produite par l'OI
maxLength: 50
type: string
testCloture:
description: ""
type: string
ClientImpacteParInterventionOut:
description: ""
type: object
required:
- code
- numeroTest
- referenceIntervOI
properties:
code:
description: 0 si OK 1 si CHAMPS_NON_RENSEIGNE 2 si MAUVAIS_FORMAT 3 si REF_INTERV_OI_INCONNUE
type: integer
format: int32
description:
description: Description de l'erreur
maxLength: 100
type: string
numeroTest:
description: ""
type: integer
format: int32
referenceIntervOI:
description: ""
type: string
CompteRenduInterventionOI:
description: ""
type: object
required:
- codeOI
- message
- refIntervOI
properties:
codeOI:
description: Code opérateur Interop de l'opérateur d'infrastructure
maxLength: 4
type: string
lignesImpactees:
description: ""
type: array
items:
$ref: '#/components/schemas/LigneImpacte'
lignesRetablies:
description: ""
type: array
items:
$ref: '#/components/schemas/LigneRetablie'
message:
description: ""
type: string
refIntervOI:
description: Référence d’intervention unique produite par l’OI dans R M1/R M3
maxLength: 50
type: string
CompteRenduInterventionOIOut:
description: ""
type: object
required:
- code
- refInterventionOI
properties:
code:
description: 0 si OK 1 si CHAMPS_NON_RENSEIGNE 2 si MAUVAIS_FORMAT 3 si CODE_OI_INCONNU 4 si PM_INCONNU
type: integer
format: int32
description:
description: Description de l'erreur
maxLength: 100
type: string
refInterventionOI:
description: ""
type: string
CreerInterventionOI:
description: ""
type: object
required:
- codeOI
- dateDebutIntevention
- message
- refIntervOI
- refPBO
properties:
codeOI:
description: Code opérateur Interop de l'opérateur d'infrastructure
maxLength: 4
type: string
dateDebutIntevention:
description: Date/heure de début réel d'intervention (format selon la norme ISO 8601)
type: string
format: date-time
description:
description: ""
type: string
elementReseau:
description: ""
type: string
message:
description: ""
type: string
pointMutualisation:
$ref: '#/components/schemas/PointMutualisation'
refIntervOI:
description: Référence d’intervention unique produite par l’OI dans R M1/R M3
maxLength: 50
type: string
refPBO:
description: ""
type: string
CreerInterventionOIOut:
description: ""
type: object
required:
- code
- refInterventionOI
properties:
code:
description: 0 si OK 1 si CHAMPS_NON_RENSEIGNE 2 si MAUVAIS_FORMAT 3 si CODE_OI_INCONNU 4 si PM_INCONNU
type: integer
format: int32
description:
description: Description de l'erreur
maxLength: 100
type: string
refInterventionOI:
description: ""
type: string
DemandeReparation:
description: ""
type: object
required:
- codeDO
properties:
codeDO:
description: ""
type: string
reparation:
description: ""
default: false
type: boolean
DemanderTestIntermediaireInterventionOI:
description: ""
type: object
required:
- codeOI
- dateTest
- infosIntervention
- message
- natureTest
- numeroTest
- refIntervOI
properties:
codeOI:
description: Code opérateur Interop de l'opérateur d'infrastructure
maxLength: 4
type: string
dateTest:
description: ""
type: string
format: date-time
infosIntervention:
description: ""
type: array
items:
$ref: '#/components/schemas/InfoIntervention'
message:
description: ""
type: string
natureTest:
description: ""
type: string
numeroTest:
description: ""
type: integer
format: int32
refIntervOI:
description: ""
type: string
DemanderTestIntermediaireInterventionOIOut:
description: ""
type: object
required:
- code
- numeroTest
properties:
code:
description: 0 si OK 1 si CHAMPS_NON_RENSEIGNE 2 si MAUVAIS_FORMAT 3 si CODE_OI_INCONNU 4 si PM_INCONNU
type: integer
format: int32
description:
description: Description de l'erreur
maxLength: 100
type: string
numeroTest:
description: ""
type: integer
format: int32
refIntervOI:
description: "Conditionnel: si Libelle_Reponse = OK Référence d'intervention unique produite par l'opérateur d'infrastructure"
maxLength: 50
type: string
InfoIntervention:
description: ""
type: object
properties:
refPbo:
description: "Référence PBO (Ex: PTXXXXXXX) si disponible"
maxLength: 100
type: string
LigneClientRetablie:
description: "Conditionnel : au moins 1 client KO Liste des routes optiques de chaque client HS au PM dont l'heure de coupure est comprise dans l'intervalle"
type: object
required:
- dateChangementEtat
- fibre
- nomModulePm
- positionModulePM
- refPBO
- refPTO
- tube
properties:
dateChangementEtat:
description: Date/heure de début de coupure pour le client (format selon la norme ISO 8601)
type: string
format: date-time
fibre:
description: ""
maxLength: 50
type: string
nomModulePm:
description: ""
type: string
numeroSerieONT:
description: ""
type: string
positionModulePM:
description: ""
maxLength: 100
type: string
refPBO:
description: ""
maxLength: 100
type: string
refPTO:
description: ""
maxLength: 50
type: string
referencePrestationPrise:
description: ""
type: string
tube:
description: ""
maxLength: 50
type: string
LigneClientRetablie1:
description: "Conditionnel : au moins 1 client KO Liste des routes optiques de chaque client HS au PM dont l'heure de coupure est comprise dans l'intervalle"
type: object
required:
- dateChangementEtat
- fibre
- nomModulePM
- positionModulePM
- refPBO
- refPTO
- referencePrestationPrise
- tube
properties:
dateChangementEtat:
description: ""
type: string
format: date-time
fibre:
description: ""
maxLength: 50
type: string
nomModulePM:
description: ""
type: string
numeroSerieONT:
description: ""
type: string
positionModulePM:
description: ""
maxLength: 100
type: string
refPBO:
description: ""
maxLength: 100
type: string
refPTO:
description: ""
maxLength: 50
type: string
referencePrestationPrise:
description: ""
type: string
tube:
description: ""
maxLength: 50
type: string
LigneImpacte:
description: ""
type: object
properties:
refPTO:
description: ""
type: string
referencePrestationPrise:
description: ""
type: string
repaCodeOC:
description: ""
type: string
repaOCDemandee:
description: ""
type: string
retMessage:
description: ""
type: string
retStatut:
description: ""
type: string
retTypo:
description: ""
type: string
serialNumberONT:
description: ""
type: string
LigneRetablie:
description: ""
type: object
properties:
refPTO:
description: ""
type: array
items:
type: string
referencePrestationPrise:
description: ""
type: string
serialNumberONT:
description: ""
type: string
ModifierInterventionOI:
description: ""
type: object
required:
- codeOI
- dateDebutIntevention
- message
- pointMutualisation
- refIntervOI
- testFinFroid
properties:
codeOI:
description: Code opérateur Interop de l'opérateur d'infrastructure
maxLength: 4
type: string
dateDebutIntevention:
description: Date/heure de début réel d'intervention (format selon la norme ISO 8601)
type: string
format: date-time
dateFinIntervention:
description: Valeur NULL si M2 Date/heure de fin réel d'intervention si M4 (format selon la norme ISO 8601)
type: string
format: date-time
description:
description: ""
type: string
elementReseau:
description: ""
type: string
message:
description: ""
type: string
pointMutualisation:
$ref: '#/components/schemas/PointMutualisation'
refIntervOI:
description: Référence d’intervention unique produite par l’OI dans R M1/R M3
maxLength: 50
type: string
testFinFroid:
description: ""
type: string
ModifierInterventionOIOut:
description: ""
type: object
required:
- code
- refInterventionOI
properties:
code:
description: 0 si OK 1 si CHAMPS_NON_RENSEIGNE 2 si MAUVAIS_FORMAT 3 si CODE_OI_INCONNU 4 si PM_INCONNU
type: integer
format: int32
description:
description: Description de l'erreur
maxLength: 100
type: string
refInterventionOI:
description: ""
type: string
NotifierImpacteClientsOIDO:
description: ""
type: object
required:
- clientHSOC
- codeOCImpacte
- ligneClientRetablie
- message
- multiInterventionOI
- nombreOC
- referenceIntervOI
- reparation
properties:
clientHSOC:
description: ""
type: array
items:
$ref: '#/components/schemas/ClientHSOC1'
codeOCImpacte:
description: Code opérateur Interop de celui ayant des clients impactés
maxLength: 4
type: string
ligneClientRetablie:
description: ""
type: array
items:
$ref: '#/components/schemas/LigneClientRetablie1'
message:
description: ""
type: string
multiInterventionOI:
description: ""
type: boolean
nombreOC:
description: ""
type: integer
format: int32
numeroTest:
description: ""
type: integer
format: int32
referenceIntervOI:
description: Référence d’intervention unique produite par l'OI
maxLength: 50
type: string
reparation:
description: ""
type: boolean
NotifierImpacteClientsOIDOOut:
description: ""
type: object
required:
- code
- numeroTest
- referenceIntervOI
properties:
code:
description: 0 si OK 1 si CHAMPS_NON_RENSEIGNE 2 si MAUVAIS_FORMAT 3 si REF_INTERV_OI_INCONNUE
type: integer
format: int32
description:
description: Description de l'erreur
maxLength: 100
type: string
numeroTest:
description: ""
readOnly: true
type: integer
format: int32
referenceIntervOI:
description: ""
type: string
PointMutualisation:
description: ""
type: object
required:
- refPM
- refPMTechnique
properties:
refPM:
description: "Référence réglementaire du PM (ex: FI-XXXXX-XXXX)"
maxLength: 50
type: string
refPMTechnique:
description: "C'est la référence du PMTechnique dans le cas d'un regroupement de plusieurs PM Techniques rattachés à un PM. Ce champ permet à l'Oc d'identifier le PM Technique à raccorder (boitier, armoire...) au PBO."
type: string
ErrorResponse:
description: Description d'une erreur fonctionnelle
type: object
required:
- error
properties:
error:
description: Le code erreur permet de discriminer les différentes erreurs
type: string
enum:
- CHAMPS_NON_RENSEIGNE
- CODE_OI_INCONNU
- MAUVAIS_FORMAT
- PM_INCONNU
- REF_INTERV_OI_INCONNUE
- INCOHERENCE
- TEST_PRECEDENT_DEJA_EMIS
- TEST_PRECEDENT_NON_ACQUITTE
- M3TX_NON_DEMANDE
- DELAI_NON_RESPECTE
- ERREUR_ITERATION
error_description:
description: Description de l'erreur, si possible fixe pour un même code erreur
type: string
maxLength: 256
error_uri:
description: L'URI de description de l'erreur
type: string
error_parameters:
description: Les paramètres de l'erreur
type: array
items:
type: string
maxLength: 64
info:
x-objetmetier: INTERVENTION-OI
x-sf: ""
x-st: MSF
x-type: partenaire
x-execution: api
x-role: provider
title: INTERVENTION-OI
version: 1.0.287
description: ""
contact:
name: MOE MSF
tags:
- name: demanderTestIntermediaireInterventionOI
description: "Flux M4TX: Demande de test DO relayée par l’OI"
- name: modifierInterventionOI
description: "Flux M4: la fin de l'intervention notifier par l'OI"
- name: creerInterventionOI
description: "Flux M2 : Début d’intervention DO transmis par l’OI aux autres OCs presents au PM."
- name: compteRenduInterventionOI
description: "Flux M3 optionnel: compte rendu de fin d'intervention relié par l'OI"
- name: notifierImpacteClientsOC
description: "Flux M5TX: Impacts clients identifiés par l’OC"
- name: notifierImpacteClientsOIDO
description: "Flux M6TX: Impacts clients relayés par l’OI au DO"
externalDocs:
description: "Groupe Interop'Fibre"
url: "https://www.interop-fibre.fr/"