@itentialopensource/adapter-paragon_pathfinder 1.2.6 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CALLS.md CHANGED
@@ -247,7 +247,7 @@ Specific adapter calls are built based on the API of the Paragon_pathfinder. The
247
247
  <td style="padding:15px">Yes</td>
248
248
  </tr>
249
249
  <tr>
250
- <td style="padding:15px">getTopologyV2TopologyIdNodesSearch(topologyId, callback)</td>
250
+ <td style="padding:15px">getTopologyV2TopologyIdNodesSearch(topologyId, queryData, callback)</td>
251
251
  <td style="padding:15px">Searches the list of nodes for specific URI parameters. For example, search?name=62.0.0.101 must return one node.</td>
252
252
  <td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes/search?{query}</td>
253
253
  <td style="padding:15px">Yes</td>
@@ -361,7 +361,7 @@ Specific adapter calls are built based on the API of the Paragon_pathfinder. The
361
361
  <td style="padding:15px">Yes</td>
362
362
  </tr>
363
363
  <tr>
364
- <td style="padding:15px">getTopologyV2TopologyIdLinksSearch(topologyId, callback)</td>
364
+ <td style="padding:15px">getTopologyV2TopologyIdLinksSearch(topologyId, queryData, callback)</td>
365
365
  <td style="padding:15px">Searches the link list based on URI parameters. For example, search?name=62.101.105 must return one Link.</td>
366
366
  <td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/search?{query}</td>
367
367
  <td style="padding:15px">Yes</td>
@@ -458,7 +458,7 @@ Specific adapter calls are built based on the API of the Paragon_pathfinder. The
458
458
  <td style="padding:15px">Yes</td>
459
459
  </tr>
460
460
  <tr>
461
- <td style="padding:15px">getTopologyV2TopologyIdTeLspsSearch(topologyId, callback)</td>
461
+ <td style="padding:15px">getTopologyV2TopologyIdTeLspsSearch(topologyId, queryData, callback)</td>
462
462
  <td style="padding:15px">Performs a search in the LSP list based on the URI parameters. For example, "search?name=62.101.105" returns one link.</td>
463
463
  <td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-lsps/search?{query}</td>
464
464
  <td style="padding:15px">Yes</td>
@@ -1116,5 +1116,35 @@ Specific adapter calls are built based on the API of the Paragon_pathfinder. The
1116
1116
  <td style="padding:15px">{base_path}/{version}/config?{query}</td>
1117
1117
  <td style="padding:15px">Yes</td>
1118
1118
  </tr>
1119
+ <tr>
1120
+ <td style="padding:15px">getTopologyV2TopologyIdIpePolicy(topologyId, callback)</td>
1121
+ <td style="padding:15px">Get all IPE Policies</td>
1122
+ <td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/ipe/policy?{query}</td>
1123
+ <td style="padding:15px">Yes</td>
1124
+ </tr>
1125
+ <tr>
1126
+ <td style="padding:15px">postTopologyV2TopologyIdIpePolicy(topologyId, body, callback)</td>
1127
+ <td style="padding:15px">Create IPE Policies</td>
1128
+ <td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/ipe/policy?{query}</td>
1129
+ <td style="padding:15px">Yes</td>
1130
+ </tr>
1131
+ <tr>
1132
+ <td style="padding:15px">putTopologyV2TopologyIdIpePolicy(topologyId, body, callback)</td>
1133
+ <td style="padding:15px">Update IPE Policies</td>
1134
+ <td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/ipe/policy?{query}</td>
1135
+ <td style="padding:15px">Yes</td>
1136
+ </tr>
1137
+ <tr>
1138
+ <td style="padding:15px">deleteTopologyV2TopologyIdIpePolicy(topologyId, callback)</td>
1139
+ <td style="padding:15px">Delete IPE Policies</td>
1140
+ <td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/ipe/policy?{query}</td>
1141
+ <td style="padding:15px">Yes</td>
1142
+ </tr>
1143
+ <tr>
1144
+ <td style="padding:15px">getTopologyV2TopologyIdIpePolicyIpePolicyId(topologyId, ipePolicyId, callback)</td>
1145
+ <td style="padding:15px">Get single IPE policy</td>
1146
+ <td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/ipe/policy/{pathv2}?{query}</td>
1147
+ <td style="padding:15px">Yes</td>
1148
+ </tr>
1119
1149
  </table>
1120
1150
  <br>
package/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 1.2.8 [08-11-2023]
3
+
4
+ * Add calls and default value to schema files
5
+
6
+ See merge request itentialopensource/adapters/controller-orchestrator/adapter-paragon_pathfinder!12
7
+
8
+ ---
9
+
10
+ ## 1.2.7 [07-05-2023]
11
+
12
+ * Fix body objects for all calls
13
+
14
+ See merge request itentialopensource/adapters/controller-orchestrator/adapter-paragon_pathfinder!11
15
+
16
+ ---
17
+
2
18
  ## 1.2.6 [05-31-2023]
3
19
 
4
20
  * Patch/add query params