@itentialopensource/adapter-paragon_insights 0.1.1 → 0.1.3

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
@@ -2921,5 +2921,125 @@ If you have a sensor `/1/2/3/4/5/6/` and `sensor_name=/1`and `depth=3`, the resu
2921
2921
  <td style="padding:15px">{base_path}/{version}/inspect/command-rpc/table/?{query}</td>
2922
2922
  <td style="padding:15px">Yes</td>
2923
2923
  </tr>
2924
+ <tr>
2925
+ <td style="padding:15px">retrieveDeviceTriggerInfo(deviceId, callback)</td>
2926
+ <td style="padding:15px">Get information about the triggers in device-groups having the provided device.</td>
2927
+ <td style="padding:15px">{base_path}/{version}/device/{pathv1}/trigger_info/?{query}</td>
2928
+ <td style="padding:15px">Yes</td>
2929
+ </tr>
2930
+ <tr>
2931
+ <td style="padding:15px">removeIcebergDevicesFromGroup(deviceGroupName, callback)</td>
2932
+ <td style="padding:15px">Remove the list of devices from the device group</td>
2933
+ <td style="padding:15px">{base_path}/{version}/config/device-group/{pathv1}/device/?{query}</td>
2934
+ <td style="padding:15px">Yes</td>
2935
+ </tr>
2936
+ <tr>
2937
+ <td style="padding:15px">removeIcebergNetworkGroupNetworkGroupById(networkGroupName, callback)</td>
2938
+ <td style="padding:15px">Overwrite a network-group by the `network-group-name`. The `network-group-name` specified in the URL and the request body must match.</td>
2939
+ <td style="padding:15px">{base_path}/{version}/config/network-group/{pathv1}/variable/?{query}</td>
2940
+ <td style="padding:15px">Yes</td>
2941
+ </tr>
2942
+ <tr>
2943
+ <td style="padding:15px">retrieveHealthbotIngestSettingsPaa(working, callback)</td>
2944
+ <td style="padding:15px">Retrieve operation of resource: paa</td>
2945
+ <td style="padding:15px">{base_path}/{version}/config/ingest/paa/?{query}</td>
2946
+ <td style="padding:15px">Yes</td>
2947
+ </tr>
2948
+ <tr>
2949
+ <td style="padding:15px">deleteHealthbotIngestPaaByPaaName(paaName, callback)</td>
2950
+ <td style="padding:15px">Delete operation of resource: paa by paa name</td>
2951
+ <td style="padding:15px">{base_path}/{version}/config/ingest/paa/{pathv1}/?{query}</td>
2952
+ <td style="padding:15px">Yes</td>
2953
+ </tr>
2954
+ <tr>
2955
+ <td style="padding:15px">retrieveHealthbotIngestPaaByPaaName(paaName, working, callback)</td>
2956
+ <td style="padding:15px">Retrieve operation of resource: paa by paa_name</td>
2957
+ <td style="padding:15px">{base_path}/{version}/config/ingest/paa/{pathv1}/?{query}</td>
2958
+ <td style="padding:15px">Yes</td>
2959
+ </tr>
2960
+ <tr>
2961
+ <td style="padding:15px">updateIngestPaaByPaaName(paaName, body, callback)</td>
2962
+ <td style="padding:15px">Update operation of resource: paa by paa_name</td>
2963
+ <td style="padding:15px">{base_path}/{version}/config/ingest/paa/{pathv1}/?{query}</td>
2964
+ <td style="padding:15px">Yes</td>
2965
+ </tr>
2966
+ <tr>
2967
+ <td style="padding:15px">createIngestPaaByPaaName(paaName, body, callback)</td>
2968
+ <td style="padding:15px">Create operation of resource: paa by paa_name</td>
2969
+ <td style="padding:15px">{base_path}/{version}/config/ingest/paa/{pathv1}/?{query}</td>
2970
+ <td style="padding:15px">Yes</td>
2971
+ </tr>
2972
+ <tr>
2973
+ <td style="padding:15px">deleteHealthbotIngestIfa(callback)</td>
2974
+ <td style="padding:15px">Delete operation of resource: ifa</td>
2975
+ <td style="padding:15px">{base_path}/{version}/config/ingest/ifa/?{query}</td>
2976
+ <td style="padding:15px">Yes</td>
2977
+ </tr>
2978
+ <tr>
2979
+ <td style="padding:15px">retrieveHealthbotIngestIfa(working, callback)</td>
2980
+ <td style="padding:15px">Retrieve operation of resource: ifa</td>
2981
+ <td style="padding:15px">{base_path}/{version}/config/ingest/ifa/?{query}</td>
2982
+ <td style="padding:15px">Yes</td>
2983
+ </tr>
2984
+ <tr>
2985
+ <td style="padding:15px">createHealthbotIngestIfa(body, callback)</td>
2986
+ <td style="padding:15px">Create operation of resource: ifa</td>
2987
+ <td style="padding:15px">{base_path}/{version}/config/ingest/ifa/?{query}</td>
2988
+ <td style="padding:15px">Yes</td>
2989
+ </tr>
2990
+ <tr>
2991
+ <td style="padding:15px">updateHealthbotIngestIfa(body, callback)</td>
2992
+ <td style="padding:15px">Update operation of resource: ifa</td>
2993
+ <td style="padding:15px">{base_path}/{version}/config/ingest/ifa/?{query}</td>
2994
+ <td style="padding:15px">Yes</td>
2995
+ </tr>
2996
+ <tr>
2997
+ <td style="padding:15px">retrieveHealthbotIngestIfaDeviceIds(working, callback)</td>
2998
+ <td style="padding:15px">Retrieve operation of resource: device</td>
2999
+ <td style="padding:15px">{base_path}/{version}/config/ingest/ifa/device/?{query}</td>
3000
+ <td style="padding:15px">Yes</td>
3001
+ </tr>
3002
+ <tr>
3003
+ <td style="padding:15px">retrieveHealthbotIngestIfaDevices(working, callback)</td>
3004
+ <td style="padding:15px">Retrieve operation of resource: device</td>
3005
+ <td style="padding:15px">{base_path}/{version}/config/ingest/ifa/devices/?{query}</td>
3006
+ <td style="padding:15px">Yes</td>
3007
+ </tr>
3008
+ <tr>
3009
+ <td style="padding:15px">deleteHealthbotIngestIfaDeviceById(id, callback)</td>
3010
+ <td style="padding:15px">Delete operation of resource: device</td>
3011
+ <td style="padding:15px">{base_path}/{version}/config/ingest/ifa/device/{pathv1}/?{query}</td>
3012
+ <td style="padding:15px">Yes</td>
3013
+ </tr>
3014
+ <tr>
3015
+ <td style="padding:15px">retrieveHealthbotIngestIfaDeviceById(id, working, callback)</td>
3016
+ <td style="padding:15px">Retrieve operation of resource: device</td>
3017
+ <td style="padding:15px">{base_path}/{version}/config/ingest/ifa/device/{pathv1}/?{query}</td>
3018
+ <td style="padding:15px">Yes</td>
3019
+ </tr>
3020
+ <tr>
3021
+ <td style="padding:15px">createHealthbotIngestIfaDeviceById(id, body, callback)</td>
3022
+ <td style="padding:15px">Create operation of resource: device</td>
3023
+ <td style="padding:15px">{base_path}/{version}/config/ingest/ifa/device/{pathv1}/?{query}</td>
3024
+ <td style="padding:15px">Yes</td>
3025
+ </tr>
3026
+ <tr>
3027
+ <td style="padding:15px">updateHealthbotIngestIfaDeviceById(id, body, callback)</td>
3028
+ <td style="padding:15px">Update operation of resource: device</td>
3029
+ <td style="padding:15px">{base_path}/{version}/config/ingest/ifa/device/{pathv1}/?{query}</td>
3030
+ <td style="padding:15px">Yes</td>
3031
+ </tr>
3032
+ <tr>
3033
+ <td style="padding:15px">postJunosEncode(body, callback)</td>
3034
+ <td style="padding:15px">Encode string with Junos</td>
3035
+ <td style="padding:15px">{base_path}/{version}/junos-encode/?{query}</td>
3036
+ <td style="padding:15px">Yes</td>
3037
+ </tr>
3038
+ <tr>
3039
+ <td style="padding:15px">postJunosDecode(body, callback)</td>
3040
+ <td style="padding:15px">Decode string with Junos</td>
3041
+ <td style="padding:15px">{base_path}/{version}/junos-decode/?{query}</td>
3042
+ <td style="padding:15px">Yes</td>
3043
+ </tr>
2924
3044
  </table>
2925
3045
  <br>
package/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 0.1.3 [08-11-2023]
3
+
4
+ * Add calls
5
+
6
+ See merge request itentialopensource/adapters/telemetry-analytics/adapter-paragon_insights!2
7
+
8
+ ---
9
+
10
+ ## 0.1.2 [05-01-2023]
11
+
12
+ * Add multi step authentication
13
+
14
+ See merge request itentialopensource/adapters/telemetry-analytics/adapter-paragon_insights!1
15
+
16
+ ---
17
+
2
18
  ## 0.1.1 [03-13-2023]
3
19
 
4
20
  * Bug fixes and performance improvements
@@ -6,4 +22,3 @@
6
22
  See commit 63a1ffe
7
23
 
8
24
  ---
9
-