| 67 | 1. 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 | |
| 81 | 2. Monitor WSS connection information of a ROADM |
| 82 | |
| 83 | {"Request_Class": "MonitorWSS", |
| 84 | "node_ip": "1.1.1.1", |
| 85 | “username”: "******", |
| 86 | “password”: "******"} |
| 87 | |
| 88 | 3. 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 | |
| 105 | 4. 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 | |