Changes between Version 31 and Version 32 of Resources


Ignore:
Timestamp:
May 26, 2020, 3:15:59 AM (4 years ago)
Author:
jiakaiyu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Resources

    v31 v32  
    6565
    6666=== User request examples ===
     671. Add a light-path through multiple ROADMs with RWA
     68
     69{"Request_Class": "AddPathConnection",
     70“direction": "bi-direction",                 
     71"source_node_ip": "1.1.1.1",   
     72"source_node_port": "1",                       
     73"destination_node_ip": "1.1.1.2",       
     74"destination_node_port": "1",   
     75"connection_name": "cosmos",   
     76"connection_id": “1",                   
     77"channel_id": "",                       
     78"username": "******",                   
     79"password": "******"}   
     80
     812. Monitor WSS connection information of a ROADM
     82
     83{"Request_Class": "MonitorWSS",         
     84"node_ip": "1.1.1.1",                   
     85“username”: "******",                           
     86“password”: "******"}   
     87
     883. Configure a single ROADM WSS connection
     89
     90{"Request_Class": "ConfigWSS", 
     91"node_ip": "1.1.1.1",   
     92"name": "cosmos",       
     93"module_id": "2",                               
     94"connection_id": "1",                           ’
     95"input_port": "5101",                           
     96"output_port": "5203",                 
     97"start_freq": "194600.00",                     
     98"end_freq": "194650.00",                       
     99"attenuation": "4.0",                           
     100"status": "in-service",                 
     101"block": "false",                               
     102“username”: "*****",                           
     103“password”: "*****"}   
     104
     1054. Set up cross-connections in Calient S320
     106
     107{"Request_Class": "SetupCRS",   
     108"authentication": "***",                       
     109"crs": ["5.7.6>5.8.5","5.7.7>5.8.6"]}                   
     110                       
     111               
    67112
    68113=== Page Map ===