@itentialopensource/adapter-alkira 0.1.1

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.
Files changed (415) hide show
  1. package/.eslintignore +6 -0
  2. package/.eslintrc.js +18 -0
  3. package/.gitlab/.gitkeep +0 -0
  4. package/.gitlab/issue_templates/.gitkeep +0 -0
  5. package/.gitlab/issue_templates/Default.md +17 -0
  6. package/.gitlab/issue_templates/bugReportTemplate.md +76 -0
  7. package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
  8. package/.jshintrc +0 -0
  9. package/AUTH.md +39 -0
  10. package/BROKER.md +199 -0
  11. package/CALLS.md +2818 -0
  12. package/CHANGELOG.md +9 -0
  13. package/CODE_OF_CONDUCT.md +43 -0
  14. package/CONTRIBUTING.md +172 -0
  15. package/ENHANCE.md +69 -0
  16. package/LICENSE +201 -0
  17. package/PROPERTIES.md +641 -0
  18. package/README.md +337 -0
  19. package/SUMMARY.md +9 -0
  20. package/SYSTEMINFO.md +11 -0
  21. package/TROUBLESHOOT.md +47 -0
  22. package/adapter.js +39117 -0
  23. package/adapterBase.js +1787 -0
  24. package/entities/.generic/action.json +214 -0
  25. package/entities/.generic/schema.json +28 -0
  26. package/entities/.system/action.json +50 -0
  27. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  28. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  29. package/entities/.system/schema.json +19 -0
  30. package/entities/.system/schemaTokenReq.json +53 -0
  31. package/entities/.system/schemaTokenResp.json +53 -0
  32. package/entities/ASPathLists/action.json +126 -0
  33. package/entities/ASPathLists/mockdatafiles/getAllAsPathLists-default.json +13 -0
  34. package/entities/ASPathLists/schema.json +24 -0
  35. package/entities/AWSVPCConnectors/action.json +106 -0
  36. package/entities/AWSVPCConnectors/mockdatafiles/getAWSVPCConnector-default.json +91 -0
  37. package/entities/AWSVPCConnectors/mockdatafiles/getawsvpcconnectors-default.json +312 -0
  38. package/entities/AWSVPCConnectors/schema.json +23 -0
  39. package/entities/AWSVPCCredentials/action.json +64 -0
  40. package/entities/AWSVPCCredentials/schema.json +21 -0
  41. package/entities/ActiveNATTranslation/action.json +44 -0
  42. package/entities/ActiveNATTranslation/schema.json +20 -0
  43. package/entities/AkamaiProlexicConnectors/action.json +106 -0
  44. package/entities/AkamaiProlexicConnectors/mockdatafiles/getAkamaiProlexicConnector-default.json +167 -0
  45. package/entities/AkamaiProlexicConnectors/mockdatafiles/getAkamaiProlexicconnectors-default.json +863 -0
  46. package/entities/AkamaiProlexicConnectors/schema.json +23 -0
  47. package/entities/AkamaiProlexicCredentials/action.json +44 -0
  48. package/entities/AkamaiProlexicCredentials/schema.json +20 -0
  49. package/entities/Alerts/action.json +67 -0
  50. package/entities/Alerts/schema.json +21 -0
  51. package/entities/ArubaEdgeConnectConnectors/action.json +127 -0
  52. package/entities/ArubaEdgeConnectConnectors/mockdatafiles/getArubaEdgeConnectConnector-default.json +98 -0
  53. package/entities/ArubaEdgeConnectConnectors/mockdatafiles/getArubaEdgeconnectconnectors-default.json +89 -0
  54. package/entities/ArubaEdgeConnectConnectors/schema.json +24 -0
  55. package/entities/ArubaEdgeConnectCredentials/action.json +44 -0
  56. package/entities/ArubaEdgeConnectCredentials/schema.json +20 -0
  57. package/entities/AuditLogs/action.json +46 -0
  58. package/entities/AuditLogs/schema.json +20 -0
  59. package/entities/Authentication/action.json +165 -0
  60. package/entities/Authentication/schema.json +26 -0
  61. package/entities/AzureCredentials/action.json +64 -0
  62. package/entities/AzureCredentials/schema.json +21 -0
  63. package/entities/AzureErConnectors/action.json +127 -0
  64. package/entities/AzureErConnectors/mockdatafiles/getAzureErConnector-default.json +154 -0
  65. package/entities/AzureErConnectors/mockdatafiles/getAzureErConnectors-default.json +88 -0
  66. package/entities/AzureErConnectors/schema.json +24 -0
  67. package/entities/AzureVNETConnectors/action.json +106 -0
  68. package/entities/AzureVNETConnectors/mockdatafiles/getazurevnetconnectors-default.json +308 -0
  69. package/entities/AzureVNETConnectors/schema.json +23 -0
  70. package/entities/BYOIP/action.json +147 -0
  71. package/entities/BYOIP/mockdatafiles/createBYOIP-default.json +14 -0
  72. package/entities/BYOIP/mockdatafiles/getAllBYOIP-default.json +16 -0
  73. package/entities/BYOIP/mockdatafiles/getBYOIP-default.json +58 -0
  74. package/entities/BYOIP/mockdatafiles/getBYOIPReferences-default.json +110 -0
  75. package/entities/BYOIP/schema.json +25 -0
  76. package/entities/BaseConnectors/action.json +46 -0
  77. package/entities/BaseConnectors/mockdatafiles/getConnector-default.json +78 -0
  78. package/entities/BaseConnectors/mockdatafiles/getconnectors-default.json +350 -0
  79. package/entities/BaseConnectors/schema.json +20 -0
  80. package/entities/BaseServices/action.json +46 -0
  81. package/entities/BaseServices/mockdatafiles/getservices-default.json +296 -0
  82. package/entities/BaseServices/schema.json +20 -0
  83. package/entities/BillingInfo/action.json +25 -0
  84. package/entities/BillingInfo/schema.json +19 -0
  85. package/entities/BillingTags/action.json +106 -0
  86. package/entities/BillingTags/mockdatafiles/getbillingtags-default.json +46 -0
  87. package/entities/BillingTags/schema.json +23 -0
  88. package/entities/CXPs/action.json +25 -0
  89. package/entities/CXPs/mockdatafiles/getCXPs-default.json +44 -0
  90. package/entities/CXPs/schema.json +19 -0
  91. package/entities/CheckPointFWManagementServerCredentials/action.json +64 -0
  92. package/entities/CheckPointFWManagementServerCredentials/schema.json +21 -0
  93. package/entities/CheckPointFWServiceCredentials/action.json +64 -0
  94. package/entities/CheckPointFWServiceCredentials/schema.json +21 -0
  95. package/entities/CheckPointFWServiceInstanceCredentials/action.json +64 -0
  96. package/entities/CheckPointFWServiceInstanceCredentials/schema.json +21 -0
  97. package/entities/CheckPointFWServices/action.json +127 -0
  98. package/entities/CheckPointFWServices/mockdatafiles/getCheckPointFWServices-default.json +94 -0
  99. package/entities/CheckPointFWServices/schema.json +24 -0
  100. package/entities/CiscoFTDvFWCredentials/action.json +64 -0
  101. package/entities/CiscoFTDvFWCredentials/schema.json +21 -0
  102. package/entities/CiscoFTDvFWInstanceCredentials/action.json +64 -0
  103. package/entities/CiscoFTDvFWInstanceCredentials/schema.json +21 -0
  104. package/entities/CiscoFTDvFWServices/action.json +127 -0
  105. package/entities/CiscoFTDvFWServices/mockdatafiles/createCiscoFTDvFWService-default.json +78 -0
  106. package/entities/CiscoFTDvFWServices/mockdatafiles/deleteCiscoFTDvFWService-default.json +87 -0
  107. package/entities/CiscoFTDvFWServices/mockdatafiles/getCiscoFTDvFWService-default.json +51 -0
  108. package/entities/CiscoFTDvFWServices/mockdatafiles/getCiscoFTDvFWServices-default.json +245 -0
  109. package/entities/CiscoFTDvFWServices/mockdatafiles/updateCiscoFTDvFWService-default.json +114 -0
  110. package/entities/CiscoFTDvFWServices/schema.json +24 -0
  111. package/entities/CiscoSDWANConnectors/action.json +127 -0
  112. package/entities/CiscoSDWANConnectors/mockdatafiles/getciscosdwaningresses-default.json +559 -0
  113. package/entities/CiscoSDWANConnectors/schema.json +24 -0
  114. package/entities/CiscoSDWANInstanceCredentials/action.json +64 -0
  115. package/entities/CiscoSDWANInstanceCredentials/schema.json +21 -0
  116. package/entities/CloudInsight/action.json +107 -0
  117. package/entities/CloudInsight/mockdatafiles/getCloudInsight-default.json +93 -0
  118. package/entities/CloudInsight/mockdatafiles/getCloudInsightCategorySummaries-default.json +348 -0
  119. package/entities/CloudInsight/schema.json +23 -0
  120. package/entities/CloudInsightDefinition/action.json +87 -0
  121. package/entities/CloudInsightDefinition/schema.json +22 -0
  122. package/entities/CloudInsightRefreshRequest/action.json +86 -0
  123. package/entities/CloudInsightRefreshRequest/mockdatafiles/getCloudInsightRefreshRequest-default.json +6 -0
  124. package/entities/CloudInsightRefreshRequest/schema.json +22 -0
  125. package/entities/CloudInsightReport/action.json +86 -0
  126. package/entities/CloudInsightReport/mockdatafiles/getCloudInsightReport-default.json +617 -0
  127. package/entities/CloudInsightReport/schema.json +22 -0
  128. package/entities/CloudInsightReportConfiguration/action.json +86 -0
  129. package/entities/CloudInsightReportConfiguration/mockdatafiles/getCloudInsightReportConfiguration-default.json +34 -0
  130. package/entities/CloudInsightReportConfiguration/schema.json +22 -0
  131. package/entities/CloudNativeServices/action.json +25 -0
  132. package/entities/CloudNativeServices/mockdatafiles/getCloudNativeServices-default.json +83 -0
  133. package/entities/CloudNativeServices/schema.json +19 -0
  134. package/entities/CloudProviderAccount/action.json +126 -0
  135. package/entities/CloudProviderAccount/mockdatafiles/getCloudProviderAccount-default.json +10 -0
  136. package/entities/CloudProviderAccount/mockdatafiles/getCloudProviderAccounts-default.json +32 -0
  137. package/entities/CloudProviderAccount/schema.json +24 -0
  138. package/entities/CloudProviderObject/action.json +109 -0
  139. package/entities/CloudProviderObject/mockdatafiles/getCloudProviderObject-default.json +52 -0
  140. package/entities/CloudProviderObject/mockdatafiles/getCloudProviderObjectCountByTimes-default.json +27 -0
  141. package/entities/CloudProviderObject/mockdatafiles/getCloudProviderObjectCounts-default.json +22 -0
  142. package/entities/CloudProviderObject/mockdatafiles/getCloudProviderObjectTags-default.json +23 -0
  143. package/entities/CloudProviderObject/schema.json +23 -0
  144. package/entities/CloudProviderObjectSyncRequest/action.json +86 -0
  145. package/entities/CloudProviderObjectSyncRequest/mockdatafiles/getCloudProviderObjectSyncRequest-default.json +10 -0
  146. package/entities/CloudProviderObjectSyncRequest/schema.json +22 -0
  147. package/entities/CommunityLists/action.json +126 -0
  148. package/entities/CommunityLists/mockdatafiles/getAllCommunityLists-default.json +42 -0
  149. package/entities/CommunityLists/schema.json +24 -0
  150. package/entities/Credentials/action.json +25 -0
  151. package/entities/Credentials/mockdatafiles/getallcredentials-default.json +14 -0
  152. package/entities/Credentials/schema.json +19 -0
  153. package/entities/DirectConnectConnectors/action.json +127 -0
  154. package/entities/DirectConnectConnectors/mockdatafiles/getdirectconnectconnectors-default.json +862 -0
  155. package/entities/DirectConnectConnectors/schema.json +24 -0
  156. package/entities/ExtendedCommunityLists/action.json +126 -0
  157. package/entities/ExtendedCommunityLists/mockdatafiles/getAllExtendedCommunityLists-default.json +50 -0
  158. package/entities/ExtendedCommunityLists/schema.json +24 -0
  159. package/entities/FeatureFlags/action.json +46 -0
  160. package/entities/FeatureFlags/mockdatafiles/getTenantEnabledFeatures-default.json +3 -0
  161. package/entities/FeatureFlags/schema.json +20 -0
  162. package/entities/FirewallZones/action.json +46 -0
  163. package/entities/FirewallZones/mockdatafiles/getfirewallzones-default.json +91 -0
  164. package/entities/FirewallZones/schema.json +20 -0
  165. package/entities/FlowCapture/action.json +44 -0
  166. package/entities/FlowCapture/schema.json +20 -0
  167. package/entities/Flows/action.json +151 -0
  168. package/entities/Flows/schema.json +25 -0
  169. package/entities/FortinetFWServiceCredentials/action.json +64 -0
  170. package/entities/FortinetFWServiceCredentials/schema.json +21 -0
  171. package/entities/FortinetFWServiceInstanceCredentials/action.json +64 -0
  172. package/entities/FortinetFWServiceInstanceCredentials/schema.json +21 -0
  173. package/entities/FortinetFWServices/action.json +127 -0
  174. package/entities/FortinetFWServices/mockdatafiles/createFortinetFWService-default.json +64 -0
  175. package/entities/FortinetFWServices/mockdatafiles/getFortinetFWService-default.json +64 -0
  176. package/entities/FortinetFWServices/mockdatafiles/getFortinetFWServices-default.json +155 -0
  177. package/entities/FortinetFWServices/mockdatafiles/updateFortinetFWService-default.json +93 -0
  178. package/entities/FortinetFWServices/schema.json +24 -0
  179. package/entities/GCPConnectors/action.json +106 -0
  180. package/entities/GCPConnectors/mockdatafiles/getgcpconnectors-default.json +71 -0
  181. package/entities/GCPConnectors/schema.json +23 -0
  182. package/entities/GCPCredentials/action.json +64 -0
  183. package/entities/GCPCredentials/schema.json +21 -0
  184. package/entities/GetMessages/action.json +25 -0
  185. package/entities/GetMessages/mockdatafiles/getMessages-default.json +46 -0
  186. package/entities/GetMessages/schema.json +19 -0
  187. package/entities/GlobalCidrLists/action.json +106 -0
  188. package/entities/GlobalCidrLists/mockdatafiles/createGlobalCidrList-default.json +12 -0
  189. package/entities/GlobalCidrLists/mockdatafiles/getGlobalCidrList-default.json +12 -0
  190. package/entities/GlobalCidrLists/mockdatafiles/getGlobalCidrLists-default.json +50 -0
  191. package/entities/GlobalCidrLists/mockdatafiles/updateGlobalCidrList-default.json +12 -0
  192. package/entities/GlobalCidrLists/schema.json +34 -0
  193. package/entities/Groups/action.json +106 -0
  194. package/entities/Groups/mockdatafiles/getgroups-default.json +107 -0
  195. package/entities/Groups/schema.json +23 -0
  196. package/entities/Health/action.json +151 -0
  197. package/entities/Health/mockdatafiles/retrieveshealthforallconnectorsandservicesinthistenant-default.json +399 -0
  198. package/entities/Health/mockdatafiles/retrieveshealthforallinternetapplicationsinthistenant-default.json +1254 -0
  199. package/entities/Health/mockdatafiles/retrieveshealthforaspecificconnectorinthistenant-default.json +751 -0
  200. package/entities/Health/mockdatafiles/retrieveshealthforaspecificfirewalzoneinthistenant-default.json +1086 -0
  201. package/entities/Health/mockdatafiles/retrieveshealthforaspecificinstanceofaconnectorinthistenant-default.json +1352 -0
  202. package/entities/Health/mockdatafiles/retrieveshealthforaspecificinstanceofaserviceinthistenant-default.json +803 -0
  203. package/entities/Health/mockdatafiles/retrieveshealthforaspecificserviceinthistenant-default.json +730 -0
  204. package/entities/Health/schema.json +25 -0
  205. package/entities/Healthv3/action.json +25 -0
  206. package/entities/Healthv3/schema.json +19 -0
  207. package/entities/IPSecConnectors/action.json +127 -0
  208. package/entities/IPSecConnectors/mockdatafiles/getipsecconnectors-default.json +826 -0
  209. package/entities/IPSecConnectors/schema.json +24 -0
  210. package/entities/IdentityProviders/action.json +106 -0
  211. package/entities/IdentityProviders/mockdatafiles/getIdentityProvidersUsingGET-default.json +37 -0
  212. package/entities/IdentityProviders/schema.json +23 -0
  213. package/entities/InfoBloxCredentials/action.json +24 -0
  214. package/entities/InfoBloxCredentials/schema.json +19 -0
  215. package/entities/InfoBloxGridMasterCredentials/action.json +24 -0
  216. package/entities/InfoBloxGridMasterCredentials/schema.json +19 -0
  217. package/entities/InfoBloxInstanceCredentials/action.json +24 -0
  218. package/entities/InfoBloxInstanceCredentials/schema.json +19 -0
  219. package/entities/InfoBloxServices/action.json +106 -0
  220. package/entities/InfoBloxServices/mockdatafiles/getInfoBloxServices-default.json +220 -0
  221. package/entities/InfoBloxServices/schema.json +23 -0
  222. package/entities/Integration/action.json +126 -0
  223. package/entities/Integration/mockdatafiles/createIntegration-default.json +6 -0
  224. package/entities/Integration/mockdatafiles/deleteIntegration-default.json +6 -0
  225. package/entities/Integration/mockdatafiles/deleteIntegrations-default.json +8 -0
  226. package/entities/Integration/mockdatafiles/getIntegrations-default.json +26 -0
  227. package/entities/Integration/mockdatafiles/getIntegrationsByTypeAndSubType-default.json +20 -0
  228. package/entities/Integration/mockdatafiles/updateIntegration-default.json +6 -0
  229. package/entities/Integration/schema.json +24 -0
  230. package/entities/InternetApplications/action.json +106 -0
  231. package/entities/InternetApplications/mockdatafiles/getinternetapplications-default.json +383 -0
  232. package/entities/InternetApplications/schema.json +23 -0
  233. package/entities/InternetConnectors/action.json +127 -0
  234. package/entities/InternetConnectors/mockdatafiles/getInternetConnectorConfiguration-default.json +35 -0
  235. package/entities/InternetConnectors/mockdatafiles/getinternetconnectors-default.json +30 -0
  236. package/entities/InternetConnectors/schema.json +24 -0
  237. package/entities/InvoiceSummaries/action.json +46 -0
  238. package/entities/InvoiceSummaries/schema.json +20 -0
  239. package/entities/Invoices/action.json +46 -0
  240. package/entities/Invoices/schema.json +20 -0
  241. package/entities/Jobs/action.json +46 -0
  242. package/entities/Jobs/schema.json +20 -0
  243. package/entities/KeyPairCredentials/action.json +44 -0
  244. package/entities/KeyPairCredentials/schema.json +20 -0
  245. package/entities/LDAPCredentials/action.json +64 -0
  246. package/entities/LDAPCredentials/schema.json +21 -0
  247. package/entities/LoginSpecification/action.json +65 -0
  248. package/entities/LoginSpecification/mockdatafiles/createOrUpdateLoginSpecification-default.json +6 -0
  249. package/entities/LoginSpecification/mockdatafiles/getLoginSpecification-default.json +6 -0
  250. package/entities/LoginSpecification/schema.json +21 -0
  251. package/entities/Logs/action.json +44 -0
  252. package/entities/Logs/schema.json +20 -0
  253. package/entities/Meters/action.json +46 -0
  254. package/entities/Meters/schema.json +20 -0
  255. package/entities/NATPolicies/action.json +106 -0
  256. package/entities/NATPolicies/mockdatafiles/getNATPolicies-default.json +46 -0
  257. package/entities/NATPolicies/schema.json +34 -0
  258. package/entities/NATRules/action.json +106 -0
  259. package/entities/NATRules/mockdatafiles/getNATRules-default.json +312 -0
  260. package/entities/NATRules/schema.json +34 -0
  261. package/entities/OCIVCNConnectors/action.json +106 -0
  262. package/entities/OCIVCNConnectors/mockdatafiles/getOCIVCNConnectors-default.json +148 -0
  263. package/entities/OCIVCNConnectors/schema.json +34 -0
  264. package/entities/OCIVCNCredentials/action.json +64 -0
  265. package/entities/OCIVCNCredentials/schema.json +21 -0
  266. package/entities/OneTimePassword/action.json +85 -0
  267. package/entities/OneTimePassword/mockdatafiles/createOneTimePassword-default.json +10 -0
  268. package/entities/OneTimePassword/mockdatafiles/getAllUnexpiredOTP-default.json +42 -0
  269. package/entities/OneTimePassword/schema.json +22 -0
  270. package/entities/PANCredentials/action.json +64 -0
  271. package/entities/PANCredentials/schema.json +21 -0
  272. package/entities/PANFWServices/action.json +188 -0
  273. package/entities/PANFWServices/mockdatafiles/getpanfwservices-default.json +455 -0
  274. package/entities/PANFWServices/schema.json +27 -0
  275. package/entities/PANInstanceCredentials/action.json +64 -0
  276. package/entities/PANInstanceCredentials/schema.json +21 -0
  277. package/entities/PANMasterKeyCredentials/action.json +64 -0
  278. package/entities/PANMasterKeyCredentials/schema.json +21 -0
  279. package/entities/PANRegistrationCredentials/action.json +64 -0
  280. package/entities/PANRegistrationCredentials/schema.json +21 -0
  281. package/entities/PacketCapture/action.json +66 -0
  282. package/entities/PacketCapture/mockdatafiles/getPacketCaptureResponses-default.json +35 -0
  283. package/entities/PacketCapture/schema.json +32 -0
  284. package/entities/PasswordSpecification/action.json +65 -0
  285. package/entities/PasswordSpecification/mockdatafiles/createOrUpdatePasswordSpecification-default.json +9 -0
  286. package/entities/PasswordSpecification/mockdatafiles/getPasswordSpecification-default.json +9 -0
  287. package/entities/PasswordSpecification/schema.json +21 -0
  288. package/entities/Permissions/action.json +25 -0
  289. package/entities/Permissions/mockdatafiles/getPermissionsUsingGET-default.json +5 -0
  290. package/entities/Permissions/schema.json +19 -0
  291. package/entities/Ping/action.json +44 -0
  292. package/entities/Ping/schema.json +20 -0
  293. package/entities/Policies/action.json +106 -0
  294. package/entities/Policies/mockdatafiles/getPolicies-default.json +42 -0
  295. package/entities/Policies/schema.json +23 -0
  296. package/entities/Prefixlists/action.json +106 -0
  297. package/entities/Prefixlists/mockdatafiles/getPrefixlists-default.json +75 -0
  298. package/entities/Prefixlists/schema.json +23 -0
  299. package/entities/Products/action.json +25 -0
  300. package/entities/Products/mockdatafiles/listofallproducts-default.json +136 -0
  301. package/entities/Products/schema.json +19 -0
  302. package/entities/RemoteAccess/action.json +172 -0
  303. package/entities/RemoteAccess/schema.json +26 -0
  304. package/entities/RemoteAccessConnectorTemplates/action.json +106 -0
  305. package/entities/RemoteAccessConnectorTemplates/mockdatafiles/createConnectorTemplate-default.json +683 -0
  306. package/entities/RemoteAccessConnectorTemplates/mockdatafiles/deleteConnectorTemplate-default.json +146 -0
  307. package/entities/RemoteAccessConnectorTemplates/mockdatafiles/getConnectorTemplate-default.json +89 -0
  308. package/entities/RemoteAccessConnectorTemplates/mockdatafiles/getConnectorTemplates-default.json +2408 -0
  309. package/entities/RemoteAccessConnectorTemplates/mockdatafiles/updateConnectorTemplate-default.json +632 -0
  310. package/entities/RemoteAccessConnectorTemplates/schema.json +23 -0
  311. package/entities/RemoteAccessConnectors/action.json +107 -0
  312. package/entities/RemoteAccessConnectors/mockdatafiles/getRemoteAccessConnectors-default.json +629 -0
  313. package/entities/RemoteAccessConnectors/mockdatafiles/getRemoteAccesssConnector-default.json +662 -0
  314. package/entities/RemoteAccessConnectors/schema.json +23 -0
  315. package/entities/ResourceLimits/action.json +25 -0
  316. package/entities/ResourceLimits/mockdatafiles/getTenantResourceLimits-default.json +10 -0
  317. package/entities/ResourceLimits/schema.json +19 -0
  318. package/entities/ResourceUsage/action.json +25 -0
  319. package/entities/ResourceUsage/mockdatafiles/getResourceUsage-default.json +183 -0
  320. package/entities/ResourceUsage/schema.json +19 -0
  321. package/entities/Roles/action.json +106 -0
  322. package/entities/Roles/mockdatafiles/getRolesUsingGET-default.json +22 -0
  323. package/entities/Roles/schema.json +23 -0
  324. package/entities/RoutePolicies/action.json +126 -0
  325. package/entities/RoutePolicies/mockdatafiles/getAllRoutePolicies-default.json +388 -0
  326. package/entities/RoutePolicies/schema.json +24 -0
  327. package/entities/Routes/action.json +25 -0
  328. package/entities/Routes/schema.json +19 -0
  329. package/entities/Rulelists/action.json +106 -0
  330. package/entities/Rulelists/mockdatafiles/getRulelists-default.json +18 -0
  331. package/entities/Rulelists/schema.json +23 -0
  332. package/entities/Rules/action.json +106 -0
  333. package/entities/Rules/mockdatafiles/getRules-default.json +76 -0
  334. package/entities/Rules/schema.json +23 -0
  335. package/entities/SegmentResourceShares/action.json +106 -0
  336. package/entities/SegmentResourceShares/mockdatafiles/getSegmentResourceShares-default.json +64 -0
  337. package/entities/SegmentResourceShares/schema.json +34 -0
  338. package/entities/SegmentResources/action.json +106 -0
  339. package/entities/SegmentResources/mockdatafiles/getsegmentResources-default.json +108 -0
  340. package/entities/SegmentResources/schema.json +23 -0
  341. package/entities/Segments/action.json +106 -0
  342. package/entities/Segments/mockdatafiles/getsegments-default.json +196 -0
  343. package/entities/Segments/schema.json +23 -0
  344. package/entities/SplunkHECTokenCredentials/action.json +64 -0
  345. package/entities/SplunkHECTokenCredentials/schema.json +21 -0
  346. package/entities/Tenant/action.json +45 -0
  347. package/entities/Tenant/mockdatafiles/getTenant-default.json +14 -0
  348. package/entities/Tenant/mockdatafiles/updateTenant-default.json +14 -0
  349. package/entities/Tenant/schema.json +20 -0
  350. package/entities/TenantNetworks/action.json +126 -0
  351. package/entities/TenantNetworks/mockdatafiles/getTenantNetworks-default.json +5816 -0
  352. package/entities/TenantNetworks/schema.json +24 -0
  353. package/entities/TenantPreferences/action.json +45 -0
  354. package/entities/TenantPreferences/mockdatafiles/getTenantPreferences-default.json +10 -0
  355. package/entities/TenantPreferences/schema.json +20 -0
  356. package/entities/TraceRoute/action.json +44 -0
  357. package/entities/TraceRoute/schema.json +20 -0
  358. package/entities/Traffic/action.json +130 -0
  359. package/entities/Traffic/mockdatafiles/retrievesactivesessionscountforservicesinthistenant-default.json +18 -0
  360. package/entities/Traffic/mockdatafiles/retrievesinstancecountforservicesinthistenant-default.json +18 -0
  361. package/entities/Traffic/mockdatafiles/retrievestheInterCXPtraffic-default.json +53 -0
  362. package/entities/Traffic/mockdatafiles/retrievestheoveralltrafficgoingtointernetfromCXP-default.json +140 -0
  363. package/entities/Traffic/mockdatafiles/retrievestrafficstatsforconnectorsinthistenant-default.json +126 -0
  364. package/entities/Traffic/mockdatafiles/retrievestrafficstatsforservicesinthistenant-default.json +126 -0
  365. package/entities/Traffic/schema.json +24 -0
  366. package/entities/UserGroups/action.json +208 -0
  367. package/entities/UserGroups/mockdatafiles/getUserFromUserGroup-default.json +17 -0
  368. package/entities/UserGroups/mockdatafiles/getUsersInUserGroup-default.json +19 -0
  369. package/entities/UserGroups/mockdatafiles/getusergroups-default.json +23 -0
  370. package/entities/UserGroups/schema.json +28 -0
  371. package/entities/UsernamePasswordCredentials/action.json +64 -0
  372. package/entities/UsernamePasswordCredentials/schema.json +21 -0
  373. package/entities/Users/action.json +147 -0
  374. package/entities/Users/mockdatafiles/createUsersUsingPOST-default.json +17 -0
  375. package/entities/Users/mockdatafiles/getAllUsersUsingGET-default.json +70 -0
  376. package/entities/Users/mockdatafiles/getUsersByIdUsingGET-default.json +17 -0
  377. package/entities/Users/mockdatafiles/updateUsersByIdUsingPUT-default.json +17 -0
  378. package/entities/Users/schema.json +25 -0
  379. package/entities/ZscalerInternetAccessServices/action.json +106 -0
  380. package/entities/ZscalerInternetAccessServices/mockdatafiles/getZscalerInternetAccessServices-default.json +84 -0
  381. package/entities/ZscalerInternetAccessServices/schema.json +23 -0
  382. package/error.json +190 -0
  383. package/package.json +86 -0
  384. package/pronghorn.json +44773 -0
  385. package/propertiesDecorators.json +14 -0
  386. package/propertiesSchema.json +1248 -0
  387. package/refs?service=git-upload-pack +0 -0
  388. package/report/adapterInfo.json +10 -0
  389. package/report/alkira_swagger.json-OpenApi3Json.json +50699 -0
  390. package/report/creationReport.json +3472 -0
  391. package/sampleProperties.json +195 -0
  392. package/test/integration/adapterTestBasicGet.js +83 -0
  393. package/test/integration/adapterTestConnectivity.js +93 -0
  394. package/test/integration/adapterTestIntegration.js +12410 -0
  395. package/test/unit/adapterBaseTestUnit.js +949 -0
  396. package/test/unit/adapterTestUnit.js +19120 -0
  397. package/utils/adapterInfo.js +206 -0
  398. package/utils/addAuth.js +94 -0
  399. package/utils/artifactize.js +146 -0
  400. package/utils/basicGet.js +50 -0
  401. package/utils/checkMigrate.js +63 -0
  402. package/utils/entitiesToDB.js +178 -0
  403. package/utils/findPath.js +74 -0
  404. package/utils/methodDocumentor.js +225 -0
  405. package/utils/modify.js +154 -0
  406. package/utils/packModificationScript.js +35 -0
  407. package/utils/patches2bundledDeps.js +90 -0
  408. package/utils/pre-commit.sh +32 -0
  409. package/utils/removeHooks.js +20 -0
  410. package/utils/setup.js +33 -0
  411. package/utils/tbScript.js +246 -0
  412. package/utils/tbUtils.js +490 -0
  413. package/utils/testRunner.js +298 -0
  414. package/utils/troubleshootingAdapter.js +195 -0
  415. package/workflows/README.md +3 -0
@@ -0,0 +1,3472 @@
1
+ {
2
+ "errors": [],
3
+ "statistics": [
4
+ {
5
+ "owner": "errorJson",
6
+ "description": "Standard adapter errors available for use",
7
+ "value": 31
8
+ },
9
+ {
10
+ "owner": "packageJson",
11
+ "description": "Number of production dependencies",
12
+ "value": 16
13
+ },
14
+ {
15
+ "owner": "packageJson",
16
+ "description": "Number of development dependencies",
17
+ "value": 7
18
+ },
19
+ {
20
+ "owner": "packageJson",
21
+ "description": "Number of npm scripts",
22
+ "value": 22
23
+ },
24
+ {
25
+ "owner": "packageJson",
26
+ "description": "Runtime Library dependency",
27
+ "value": "^4.48.0"
28
+ },
29
+ {
30
+ "owner": "propertiesSchemaJson",
31
+ "description": "Adapter properties defined in the propertiesSchema file",
32
+ "value": 70
33
+ },
34
+ {
35
+ "owner": "adapterJS",
36
+ "description": "Lines of code generated in adapter.js",
37
+ "value": 39118
38
+ },
39
+ {
40
+ "owner": "adapterJS",
41
+ "description": "Number of Functions added to adapter.js",
42
+ "value": 440
43
+ },
44
+ {
45
+ "owner": "pronghornJson",
46
+ "description": "Number of Methods added to pronghorn.json",
47
+ "value": 440
48
+ },
49
+ {
50
+ "owner": "markdown",
51
+ "description": "Number of lines in the README.md",
52
+ "value": 338
53
+ },
54
+ {
55
+ "owner": "markdown",
56
+ "description": "Number of lines in the SUMMARY.md",
57
+ "value": 9
58
+ },
59
+ {
60
+ "owner": "markdown",
61
+ "description": "Number of lines in the PROPERTIES.md",
62
+ "value": 642
63
+ },
64
+ {
65
+ "owner": "markdown",
66
+ "description": "Number of lines in the TROUBLESHOOT.md",
67
+ "value": 48
68
+ },
69
+ {
70
+ "owner": "markdown",
71
+ "description": "Number of lines in the ENHANCE.md",
72
+ "value": 70
73
+ },
74
+ {
75
+ "owner": "markdown",
76
+ "description": "Number of lines in the BROKER.md",
77
+ "value": 200
78
+ },
79
+ {
80
+ "owner": "markdown",
81
+ "description": "Number of lines in the CALLS.md",
82
+ "value": 171
83
+ },
84
+ {
85
+ "owner": "markdown",
86
+ "description": "Number of lines in the AUTH.md",
87
+ "value": 40
88
+ },
89
+ {
90
+ "owner": "markdown",
91
+ "description": "Number of lines in the SYSTEMINFO.md",
92
+ "value": 11
93
+ },
94
+ {
95
+ "owner": "unitTestJS",
96
+ "description": "Number of lines of code in unit tests",
97
+ "value": 19121
98
+ },
99
+ {
100
+ "owner": "unitTestJS",
101
+ "description": "Number of unit tests",
102
+ "value": 1232
103
+ },
104
+ {
105
+ "owner": "integrationTestJS",
106
+ "description": "Number of lines of code in integration tests",
107
+ "value": 12410
108
+ },
109
+ {
110
+ "owner": "integrationTestJS",
111
+ "description": "Number of integration tests",
112
+ "value": 445
113
+ },
114
+ {
115
+ "owner": "actionJson",
116
+ "description": "Number of actions for Authentication entity",
117
+ "value": 8
118
+ },
119
+ {
120
+ "owner": "actionJson",
121
+ "description": "Number of actions for Segments entity",
122
+ "value": 5
123
+ },
124
+ {
125
+ "owner": "actionJson",
126
+ "description": "Number of actions for Groups entity",
127
+ "value": 5
128
+ },
129
+ {
130
+ "owner": "actionJson",
131
+ "description": "Number of actions for Users entity",
132
+ "value": 7
133
+ },
134
+ {
135
+ "owner": "actionJson",
136
+ "description": "Number of actions for UserGroups entity",
137
+ "value": 10
138
+ },
139
+ {
140
+ "owner": "actionJson",
141
+ "description": "Number of actions for Roles entity",
142
+ "value": 5
143
+ },
144
+ {
145
+ "owner": "actionJson",
146
+ "description": "Number of actions for Permissions entity",
147
+ "value": 1
148
+ },
149
+ {
150
+ "owner": "actionJson",
151
+ "description": "Number of actions for IdentityProviders entity",
152
+ "value": 5
153
+ },
154
+ {
155
+ "owner": "actionJson",
156
+ "description": "Number of actions for BaseConnectors entity",
157
+ "value": 2
158
+ },
159
+ {
160
+ "owner": "actionJson",
161
+ "description": "Number of actions for AWSVPCConnectors entity",
162
+ "value": 5
163
+ },
164
+ {
165
+ "owner": "actionJson",
166
+ "description": "Number of actions for AzureVNETConnectors entity",
167
+ "value": 5
168
+ },
169
+ {
170
+ "owner": "actionJson",
171
+ "description": "Number of actions for GCPConnectors entity",
172
+ "value": 5
173
+ },
174
+ {
175
+ "owner": "actionJson",
176
+ "description": "Number of actions for OCIVCNConnectors entity",
177
+ "value": 5
178
+ },
179
+ {
180
+ "owner": "actionJson",
181
+ "description": "Number of actions for IPSecConnectors entity",
182
+ "value": 6
183
+ },
184
+ {
185
+ "owner": "actionJson",
186
+ "description": "Number of actions for CiscoSDWANConnectors entity",
187
+ "value": 6
188
+ },
189
+ {
190
+ "owner": "actionJson",
191
+ "description": "Number of actions for InternetConnectors entity",
192
+ "value": 6
193
+ },
194
+ {
195
+ "owner": "actionJson",
196
+ "description": "Number of actions for DirectConnectConnectors entity",
197
+ "value": 6
198
+ },
199
+ {
200
+ "owner": "actionJson",
201
+ "description": "Number of actions for AzureErConnectors entity",
202
+ "value": 6
203
+ },
204
+ {
205
+ "owner": "actionJson",
206
+ "description": "Number of actions for AuditLogs entity",
207
+ "value": 2
208
+ },
209
+ {
210
+ "owner": "actionJson",
211
+ "description": "Number of actions for TenantNetworks entity",
212
+ "value": 6
213
+ },
214
+ {
215
+ "owner": "actionJson",
216
+ "description": "Number of actions for Traffic entity",
217
+ "value": 6
218
+ },
219
+ {
220
+ "owner": "actionJson",
221
+ "description": "Number of actions for FirewallZones entity",
222
+ "value": 2
223
+ },
224
+ {
225
+ "owner": "actionJson",
226
+ "description": "Number of actions for InternetApplications entity",
227
+ "value": 5
228
+ },
229
+ {
230
+ "owner": "actionJson",
231
+ "description": "Number of actions for PANFWServices entity",
232
+ "value": 9
233
+ },
234
+ {
235
+ "owner": "actionJson",
236
+ "description": "Number of actions for BaseServices entity",
237
+ "value": 2
238
+ },
239
+ {
240
+ "owner": "actionJson",
241
+ "description": "Number of actions for Products entity",
242
+ "value": 1
243
+ },
244
+ {
245
+ "owner": "actionJson",
246
+ "description": "Number of actions for ResourceLimits entity",
247
+ "value": 1
248
+ },
249
+ {
250
+ "owner": "actionJson",
251
+ "description": "Number of actions for ResourceUsage entity",
252
+ "value": 1
253
+ },
254
+ {
255
+ "owner": "actionJson",
256
+ "description": "Number of actions for CXPs entity",
257
+ "value": 1
258
+ },
259
+ {
260
+ "owner": "actionJson",
261
+ "description": "Number of actions for BillingInfo entity",
262
+ "value": 1
263
+ },
264
+ {
265
+ "owner": "actionJson",
266
+ "description": "Number of actions for InvoiceSummaries entity",
267
+ "value": 2
268
+ },
269
+ {
270
+ "owner": "actionJson",
271
+ "description": "Number of actions for Ping entity",
272
+ "value": 2
273
+ },
274
+ {
275
+ "owner": "actionJson",
276
+ "description": "Number of actions for Jobs entity",
277
+ "value": 2
278
+ },
279
+ {
280
+ "owner": "actionJson",
281
+ "description": "Number of actions for Alerts entity",
282
+ "value": 3
283
+ },
284
+ {
285
+ "owner": "actionJson",
286
+ "description": "Number of actions for TraceRoute entity",
287
+ "value": 2
288
+ },
289
+ {
290
+ "owner": "actionJson",
291
+ "description": "Number of actions for Logs entity",
292
+ "value": 2
293
+ },
294
+ {
295
+ "owner": "actionJson",
296
+ "description": "Number of actions for GetMessages entity",
297
+ "value": 1
298
+ },
299
+ {
300
+ "owner": "actionJson",
301
+ "description": "Number of actions for Flows entity",
302
+ "value": 7
303
+ },
304
+ {
305
+ "owner": "actionJson",
306
+ "description": "Number of actions for RemoteAccessConnectors entity",
307
+ "value": 5
308
+ },
309
+ {
310
+ "owner": "actionJson",
311
+ "description": "Number of actions for RemoteAccessConnectorTemplates entity",
312
+ "value": 5
313
+ },
314
+ {
315
+ "owner": "actionJson",
316
+ "description": "Number of actions for Tenant entity",
317
+ "value": 2
318
+ },
319
+ {
320
+ "owner": "actionJson",
321
+ "description": "Number of actions for TenantPreferences entity",
322
+ "value": 2
323
+ },
324
+ {
325
+ "owner": "actionJson",
326
+ "description": "Number of actions for Integration entity",
327
+ "value": 6
328
+ },
329
+ {
330
+ "owner": "actionJson",
331
+ "description": "Number of actions for CloudProviderAccount entity",
332
+ "value": 6
333
+ },
334
+ {
335
+ "owner": "actionJson",
336
+ "description": "Number of actions for CloudProviderObject entity",
337
+ "value": 5
338
+ },
339
+ {
340
+ "owner": "actionJson",
341
+ "description": "Number of actions for CloudProviderObjectSyncRequest entity",
342
+ "value": 4
343
+ },
344
+ {
345
+ "owner": "actionJson",
346
+ "description": "Number of actions for CloudInsight entity",
347
+ "value": 5
348
+ },
349
+ {
350
+ "owner": "actionJson",
351
+ "description": "Number of actions for CloudInsightRefreshRequest entity",
352
+ "value": 4
353
+ },
354
+ {
355
+ "owner": "actionJson",
356
+ "description": "Number of actions for CloudInsightDefinition entity",
357
+ "value": 4
358
+ },
359
+ {
360
+ "owner": "actionJson",
361
+ "description": "Number of actions for CloudInsightReportConfiguration entity",
362
+ "value": 4
363
+ },
364
+ {
365
+ "owner": "actionJson",
366
+ "description": "Number of actions for CloudInsightReport entity",
367
+ "value": 4
368
+ },
369
+ {
370
+ "owner": "actionJson",
371
+ "description": "Number of actions for BillingTags entity",
372
+ "value": 5
373
+ },
374
+ {
375
+ "owner": "actionJson",
376
+ "description": "Number of actions for ArubaEdgeConnectConnectors entity",
377
+ "value": 6
378
+ },
379
+ {
380
+ "owner": "actionJson",
381
+ "description": "Number of actions for AkamaiProlexicConnectors entity",
382
+ "value": 5
383
+ },
384
+ {
385
+ "owner": "actionJson",
386
+ "description": "Number of actions for CloudNativeServices entity",
387
+ "value": 1
388
+ },
389
+ {
390
+ "owner": "actionJson",
391
+ "description": "Number of actions for RemoteAccess entity",
392
+ "value": 8
393
+ },
394
+ {
395
+ "owner": "actionJson",
396
+ "description": "Number of actions for NATPolicies entity",
397
+ "value": 5
398
+ },
399
+ {
400
+ "owner": "actionJson",
401
+ "description": "Number of actions for NATRules entity",
402
+ "value": 5
403
+ },
404
+ {
405
+ "owner": "actionJson",
406
+ "description": "Number of actions for GlobalCidrLists entity",
407
+ "value": 5
408
+ },
409
+ {
410
+ "owner": "actionJson",
411
+ "description": "Number of actions for SegmentResources entity",
412
+ "value": 5
413
+ },
414
+ {
415
+ "owner": "actionJson",
416
+ "description": "Number of actions for SegmentResourceShares entity",
417
+ "value": 5
418
+ },
419
+ {
420
+ "owner": "actionJson",
421
+ "description": "Number of actions for CheckPointFWServices entity",
422
+ "value": 6
423
+ },
424
+ {
425
+ "owner": "actionJson",
426
+ "description": "Number of actions for FortinetFWServices entity",
427
+ "value": 6
428
+ },
429
+ {
430
+ "owner": "actionJson",
431
+ "description": "Number of actions for CiscoFTDvFWServices entity",
432
+ "value": 6
433
+ },
434
+ {
435
+ "owner": "actionJson",
436
+ "description": "Number of actions for ZscalerInternetAccessServices entity",
437
+ "value": 5
438
+ },
439
+ {
440
+ "owner": "actionJson",
441
+ "description": "Number of actions for InfoBloxServices entity",
442
+ "value": 5
443
+ },
444
+ {
445
+ "owner": "actionJson",
446
+ "description": "Number of actions for FeatureFlags entity",
447
+ "value": 2
448
+ },
449
+ {
450
+ "owner": "actionJson",
451
+ "description": "Number of actions for PacketCapture entity",
452
+ "value": 3
453
+ },
454
+ {
455
+ "owner": "actionJson",
456
+ "description": "Number of actions for BYOIP entity",
457
+ "value": 7
458
+ },
459
+ {
460
+ "owner": "actionJson",
461
+ "description": "Number of actions for Credentials entity",
462
+ "value": 1
463
+ },
464
+ {
465
+ "owner": "actionJson",
466
+ "description": "Number of actions for AWSVPCCredentials entity",
467
+ "value": 3
468
+ },
469
+ {
470
+ "owner": "actionJson",
471
+ "description": "Number of actions for AzureCredentials entity",
472
+ "value": 3
473
+ },
474
+ {
475
+ "owner": "actionJson",
476
+ "description": "Number of actions for OCIVCNCredentials entity",
477
+ "value": 3
478
+ },
479
+ {
480
+ "owner": "actionJson",
481
+ "description": "Number of actions for CiscoSDWANInstanceCredentials entity",
482
+ "value": 3
483
+ },
484
+ {
485
+ "owner": "actionJson",
486
+ "description": "Number of actions for GCPCredentials entity",
487
+ "value": 3
488
+ },
489
+ {
490
+ "owner": "actionJson",
491
+ "description": "Number of actions for LDAPCredentials entity",
492
+ "value": 3
493
+ },
494
+ {
495
+ "owner": "actionJson",
496
+ "description": "Number of actions for PANCredentials entity",
497
+ "value": 3
498
+ },
499
+ {
500
+ "owner": "actionJson",
501
+ "description": "Number of actions for PANInstanceCredentials entity",
502
+ "value": 3
503
+ },
504
+ {
505
+ "owner": "actionJson",
506
+ "description": "Number of actions for PANMasterKeyCredentials entity",
507
+ "value": 3
508
+ },
509
+ {
510
+ "owner": "actionJson",
511
+ "description": "Number of actions for PANRegistrationCredentials entity",
512
+ "value": 3
513
+ },
514
+ {
515
+ "owner": "actionJson",
516
+ "description": "Number of actions for KeyPairCredentials entity",
517
+ "value": 2
518
+ },
519
+ {
520
+ "owner": "actionJson",
521
+ "description": "Number of actions for ArubaEdgeConnectCredentials entity",
522
+ "value": 2
523
+ },
524
+ {
525
+ "owner": "actionJson",
526
+ "description": "Number of actions for AkamaiProlexicCredentials entity",
527
+ "value": 2
528
+ },
529
+ {
530
+ "owner": "actionJson",
531
+ "description": "Number of actions for CheckPointFWServiceCredentials entity",
532
+ "value": 3
533
+ },
534
+ {
535
+ "owner": "actionJson",
536
+ "description": "Number of actions for CheckPointFWServiceInstanceCredentials entity",
537
+ "value": 3
538
+ },
539
+ {
540
+ "owner": "actionJson",
541
+ "description": "Number of actions for CheckPointFWManagementServerCredentials entity",
542
+ "value": 3
543
+ },
544
+ {
545
+ "owner": "actionJson",
546
+ "description": "Number of actions for UsernamePasswordCredentials entity",
547
+ "value": 3
548
+ },
549
+ {
550
+ "owner": "actionJson",
551
+ "description": "Number of actions for SplunkHECTokenCredentials entity",
552
+ "value": 3
553
+ },
554
+ {
555
+ "owner": "actionJson",
556
+ "description": "Number of actions for FortinetFWServiceCredentials entity",
557
+ "value": 3
558
+ },
559
+ {
560
+ "owner": "actionJson",
561
+ "description": "Number of actions for FortinetFWServiceInstanceCredentials entity",
562
+ "value": 3
563
+ },
564
+ {
565
+ "owner": "actionJson",
566
+ "description": "Number of actions for CiscoFTDvFWCredentials entity",
567
+ "value": 3
568
+ },
569
+ {
570
+ "owner": "actionJson",
571
+ "description": "Number of actions for CiscoFTDvFWInstanceCredentials entity",
572
+ "value": 3
573
+ },
574
+ {
575
+ "owner": "actionJson",
576
+ "description": "Number of actions for InfoBloxCredentials entity",
577
+ "value": 1
578
+ },
579
+ {
580
+ "owner": "actionJson",
581
+ "description": "Number of actions for InfoBloxInstanceCredentials entity",
582
+ "value": 1
583
+ },
584
+ {
585
+ "owner": "actionJson",
586
+ "description": "Number of actions for InfoBloxGridMasterCredentials entity",
587
+ "value": 1
588
+ },
589
+ {
590
+ "owner": "actionJson",
591
+ "description": "Number of actions for OneTimePassword entity",
592
+ "value": 4
593
+ },
594
+ {
595
+ "owner": "actionJson",
596
+ "description": "Number of actions for LoginSpecification entity",
597
+ "value": 3
598
+ },
599
+ {
600
+ "owner": "actionJson",
601
+ "description": "Number of actions for PasswordSpecification entity",
602
+ "value": 3
603
+ },
604
+ {
605
+ "owner": "actionJson",
606
+ "description": "Number of actions for RoutePolicies entity",
607
+ "value": 6
608
+ },
609
+ {
610
+ "owner": "actionJson",
611
+ "description": "Number of actions for Invoices entity",
612
+ "value": 2
613
+ },
614
+ {
615
+ "owner": "actionJson",
616
+ "description": "Number of actions for Meters entity",
617
+ "value": 2
618
+ },
619
+ {
620
+ "owner": "actionJson",
621
+ "description": "Number of actions for Routes entity",
622
+ "value": 1
623
+ },
624
+ {
625
+ "owner": "actionJson",
626
+ "description": "Number of actions for Policies entity",
627
+ "value": 5
628
+ },
629
+ {
630
+ "owner": "actionJson",
631
+ "description": "Number of actions for Rules entity",
632
+ "value": 5
633
+ },
634
+ {
635
+ "owner": "actionJson",
636
+ "description": "Number of actions for Rulelists entity",
637
+ "value": 5
638
+ },
639
+ {
640
+ "owner": "actionJson",
641
+ "description": "Number of actions for Prefixlists entity",
642
+ "value": 5
643
+ },
644
+ {
645
+ "owner": "actionJson",
646
+ "description": "Number of actions for Health entity",
647
+ "value": 7
648
+ },
649
+ {
650
+ "owner": "actionJson",
651
+ "description": "Number of actions for Healthv3 entity",
652
+ "value": 1
653
+ },
654
+ {
655
+ "owner": "actionJson",
656
+ "description": "Number of actions for FlowCapture entity",
657
+ "value": 2
658
+ },
659
+ {
660
+ "owner": "actionJson",
661
+ "description": "Number of actions for ActiveNATTranslation entity",
662
+ "value": 2
663
+ },
664
+ {
665
+ "owner": "actionJson",
666
+ "description": "Number of actions for ASPathLists entity",
667
+ "value": 6
668
+ },
669
+ {
670
+ "owner": "actionJson",
671
+ "description": "Number of actions for CommunityLists entity",
672
+ "value": 6
673
+ },
674
+ {
675
+ "owner": "actionJson",
676
+ "description": "Number of actions for ExtendedCommunityLists entity",
677
+ "value": 6
678
+ },
679
+ {
680
+ "owner": "actionJson",
681
+ "description": "Total number of actions",
682
+ "value": 440
683
+ },
684
+ {
685
+ "owner": "actionJson",
686
+ "description": "Total number of entities",
687
+ "value": 113
688
+ },
689
+ {
690
+ "owner": "schemaJson",
691
+ "description": "Number of schemas for Authentication entity",
692
+ "value": 1
693
+ },
694
+ {
695
+ "owner": "schemaJson",
696
+ "description": "Number of schemas for Segments entity",
697
+ "value": 1
698
+ },
699
+ {
700
+ "owner": "schemaJson",
701
+ "description": "Number of schemas for Groups entity",
702
+ "value": 1
703
+ },
704
+ {
705
+ "owner": "schemaJson",
706
+ "description": "Number of schemas for Users entity",
707
+ "value": 1
708
+ },
709
+ {
710
+ "owner": "schemaJson",
711
+ "description": "Number of schemas for UserGroups entity",
712
+ "value": 1
713
+ },
714
+ {
715
+ "owner": "schemaJson",
716
+ "description": "Number of schemas for Roles entity",
717
+ "value": 1
718
+ },
719
+ {
720
+ "owner": "schemaJson",
721
+ "description": "Number of schemas for Permissions entity",
722
+ "value": 1
723
+ },
724
+ {
725
+ "owner": "schemaJson",
726
+ "description": "Number of schemas for IdentityProviders entity",
727
+ "value": 1
728
+ },
729
+ {
730
+ "owner": "schemaJson",
731
+ "description": "Number of schemas for BaseConnectors entity",
732
+ "value": 1
733
+ },
734
+ {
735
+ "owner": "schemaJson",
736
+ "description": "Number of schemas for AWSVPCConnectors entity",
737
+ "value": 1
738
+ },
739
+ {
740
+ "owner": "schemaJson",
741
+ "description": "Number of schemas for AzureVNETConnectors entity",
742
+ "value": 1
743
+ },
744
+ {
745
+ "owner": "schemaJson",
746
+ "description": "Number of schemas for GCPConnectors entity",
747
+ "value": 1
748
+ },
749
+ {
750
+ "owner": "schemaJson",
751
+ "description": "Number of schemas for OCIVCNConnectors entity",
752
+ "value": 1
753
+ },
754
+ {
755
+ "owner": "schemaJson",
756
+ "description": "Number of schemas for IPSecConnectors entity",
757
+ "value": 1
758
+ },
759
+ {
760
+ "owner": "schemaJson",
761
+ "description": "Number of schemas for CiscoSDWANConnectors entity",
762
+ "value": 1
763
+ },
764
+ {
765
+ "owner": "schemaJson",
766
+ "description": "Number of schemas for InternetConnectors entity",
767
+ "value": 1
768
+ },
769
+ {
770
+ "owner": "schemaJson",
771
+ "description": "Number of schemas for DirectConnectConnectors entity",
772
+ "value": 1
773
+ },
774
+ {
775
+ "owner": "schemaJson",
776
+ "description": "Number of schemas for AzureErConnectors entity",
777
+ "value": 1
778
+ },
779
+ {
780
+ "owner": "schemaJson",
781
+ "description": "Number of schemas for AuditLogs entity",
782
+ "value": 1
783
+ },
784
+ {
785
+ "owner": "schemaJson",
786
+ "description": "Number of schemas for TenantNetworks entity",
787
+ "value": 1
788
+ },
789
+ {
790
+ "owner": "schemaJson",
791
+ "description": "Number of schemas for Traffic entity",
792
+ "value": 1
793
+ },
794
+ {
795
+ "owner": "schemaJson",
796
+ "description": "Number of schemas for FirewallZones entity",
797
+ "value": 1
798
+ },
799
+ {
800
+ "owner": "schemaJson",
801
+ "description": "Number of schemas for InternetApplications entity",
802
+ "value": 1
803
+ },
804
+ {
805
+ "owner": "schemaJson",
806
+ "description": "Number of schemas for PANFWServices entity",
807
+ "value": 1
808
+ },
809
+ {
810
+ "owner": "schemaJson",
811
+ "description": "Number of schemas for BaseServices entity",
812
+ "value": 1
813
+ },
814
+ {
815
+ "owner": "schemaJson",
816
+ "description": "Number of schemas for Products entity",
817
+ "value": 1
818
+ },
819
+ {
820
+ "owner": "schemaJson",
821
+ "description": "Number of schemas for ResourceLimits entity",
822
+ "value": 1
823
+ },
824
+ {
825
+ "owner": "schemaJson",
826
+ "description": "Number of schemas for ResourceUsage entity",
827
+ "value": 1
828
+ },
829
+ {
830
+ "owner": "schemaJson",
831
+ "description": "Number of schemas for CXPs entity",
832
+ "value": 1
833
+ },
834
+ {
835
+ "owner": "schemaJson",
836
+ "description": "Number of schemas for BillingInfo entity",
837
+ "value": 1
838
+ },
839
+ {
840
+ "owner": "schemaJson",
841
+ "description": "Number of schemas for InvoiceSummaries entity",
842
+ "value": 1
843
+ },
844
+ {
845
+ "owner": "schemaJson",
846
+ "description": "Number of schemas for Ping entity",
847
+ "value": 1
848
+ },
849
+ {
850
+ "owner": "schemaJson",
851
+ "description": "Number of schemas for Jobs entity",
852
+ "value": 1
853
+ },
854
+ {
855
+ "owner": "schemaJson",
856
+ "description": "Number of schemas for Alerts entity",
857
+ "value": 1
858
+ },
859
+ {
860
+ "owner": "schemaJson",
861
+ "description": "Number of schemas for TraceRoute entity",
862
+ "value": 1
863
+ },
864
+ {
865
+ "owner": "schemaJson",
866
+ "description": "Number of schemas for Logs entity",
867
+ "value": 1
868
+ },
869
+ {
870
+ "owner": "schemaJson",
871
+ "description": "Number of schemas for GetMessages entity",
872
+ "value": 1
873
+ },
874
+ {
875
+ "owner": "schemaJson",
876
+ "description": "Number of schemas for Flows entity",
877
+ "value": 1
878
+ },
879
+ {
880
+ "owner": "schemaJson",
881
+ "description": "Number of schemas for RemoteAccessConnectors entity",
882
+ "value": 1
883
+ },
884
+ {
885
+ "owner": "schemaJson",
886
+ "description": "Number of schemas for RemoteAccessConnectorTemplates entity",
887
+ "value": 1
888
+ },
889
+ {
890
+ "owner": "schemaJson",
891
+ "description": "Number of schemas for Tenant entity",
892
+ "value": 1
893
+ },
894
+ {
895
+ "owner": "schemaJson",
896
+ "description": "Number of schemas for TenantPreferences entity",
897
+ "value": 1
898
+ },
899
+ {
900
+ "owner": "schemaJson",
901
+ "description": "Number of schemas for Integration entity",
902
+ "value": 1
903
+ },
904
+ {
905
+ "owner": "schemaJson",
906
+ "description": "Number of schemas for CloudProviderAccount entity",
907
+ "value": 1
908
+ },
909
+ {
910
+ "owner": "schemaJson",
911
+ "description": "Number of schemas for CloudProviderObject entity",
912
+ "value": 1
913
+ },
914
+ {
915
+ "owner": "schemaJson",
916
+ "description": "Number of schemas for CloudProviderObjectSyncRequest entity",
917
+ "value": 1
918
+ },
919
+ {
920
+ "owner": "schemaJson",
921
+ "description": "Number of schemas for CloudInsight entity",
922
+ "value": 1
923
+ },
924
+ {
925
+ "owner": "schemaJson",
926
+ "description": "Number of schemas for CloudInsightRefreshRequest entity",
927
+ "value": 1
928
+ },
929
+ {
930
+ "owner": "schemaJson",
931
+ "description": "Number of schemas for CloudInsightDefinition entity",
932
+ "value": 1
933
+ },
934
+ {
935
+ "owner": "schemaJson",
936
+ "description": "Number of schemas for CloudInsightReportConfiguration entity",
937
+ "value": 1
938
+ },
939
+ {
940
+ "owner": "schemaJson",
941
+ "description": "Number of schemas for CloudInsightReport entity",
942
+ "value": 1
943
+ },
944
+ {
945
+ "owner": "schemaJson",
946
+ "description": "Number of schemas for BillingTags entity",
947
+ "value": 1
948
+ },
949
+ {
950
+ "owner": "schemaJson",
951
+ "description": "Number of schemas for ArubaEdgeConnectConnectors entity",
952
+ "value": 1
953
+ },
954
+ {
955
+ "owner": "schemaJson",
956
+ "description": "Number of schemas for AkamaiProlexicConnectors entity",
957
+ "value": 1
958
+ },
959
+ {
960
+ "owner": "schemaJson",
961
+ "description": "Number of schemas for CloudNativeServices entity",
962
+ "value": 1
963
+ },
964
+ {
965
+ "owner": "schemaJson",
966
+ "description": "Number of schemas for RemoteAccess entity",
967
+ "value": 1
968
+ },
969
+ {
970
+ "owner": "schemaJson",
971
+ "description": "Number of schemas for NATPolicies entity",
972
+ "value": 1
973
+ },
974
+ {
975
+ "owner": "schemaJson",
976
+ "description": "Number of schemas for NATRules entity",
977
+ "value": 1
978
+ },
979
+ {
980
+ "owner": "schemaJson",
981
+ "description": "Number of schemas for GlobalCidrLists entity",
982
+ "value": 1
983
+ },
984
+ {
985
+ "owner": "schemaJson",
986
+ "description": "Number of schemas for SegmentResources entity",
987
+ "value": 1
988
+ },
989
+ {
990
+ "owner": "schemaJson",
991
+ "description": "Number of schemas for SegmentResourceShares entity",
992
+ "value": 1
993
+ },
994
+ {
995
+ "owner": "schemaJson",
996
+ "description": "Number of schemas for CheckPointFWServices entity",
997
+ "value": 1
998
+ },
999
+ {
1000
+ "owner": "schemaJson",
1001
+ "description": "Number of schemas for FortinetFWServices entity",
1002
+ "value": 1
1003
+ },
1004
+ {
1005
+ "owner": "schemaJson",
1006
+ "description": "Number of schemas for CiscoFTDvFWServices entity",
1007
+ "value": 1
1008
+ },
1009
+ {
1010
+ "owner": "schemaJson",
1011
+ "description": "Number of schemas for ZscalerInternetAccessServices entity",
1012
+ "value": 1
1013
+ },
1014
+ {
1015
+ "owner": "schemaJson",
1016
+ "description": "Number of schemas for InfoBloxServices entity",
1017
+ "value": 1
1018
+ },
1019
+ {
1020
+ "owner": "schemaJson",
1021
+ "description": "Number of schemas for FeatureFlags entity",
1022
+ "value": 1
1023
+ },
1024
+ {
1025
+ "owner": "schemaJson",
1026
+ "description": "Number of schemas for PacketCapture entity",
1027
+ "value": 1
1028
+ },
1029
+ {
1030
+ "owner": "schemaJson",
1031
+ "description": "Number of schemas for BYOIP entity",
1032
+ "value": 1
1033
+ },
1034
+ {
1035
+ "owner": "schemaJson",
1036
+ "description": "Number of schemas for Credentials entity",
1037
+ "value": 1
1038
+ },
1039
+ {
1040
+ "owner": "schemaJson",
1041
+ "description": "Number of schemas for AWSVPCCredentials entity",
1042
+ "value": 1
1043
+ },
1044
+ {
1045
+ "owner": "schemaJson",
1046
+ "description": "Number of schemas for AzureCredentials entity",
1047
+ "value": 1
1048
+ },
1049
+ {
1050
+ "owner": "schemaJson",
1051
+ "description": "Number of schemas for OCIVCNCredentials entity",
1052
+ "value": 1
1053
+ },
1054
+ {
1055
+ "owner": "schemaJson",
1056
+ "description": "Number of schemas for CiscoSDWANInstanceCredentials entity",
1057
+ "value": 1
1058
+ },
1059
+ {
1060
+ "owner": "schemaJson",
1061
+ "description": "Number of schemas for GCPCredentials entity",
1062
+ "value": 1
1063
+ },
1064
+ {
1065
+ "owner": "schemaJson",
1066
+ "description": "Number of schemas for LDAPCredentials entity",
1067
+ "value": 1
1068
+ },
1069
+ {
1070
+ "owner": "schemaJson",
1071
+ "description": "Number of schemas for PANCredentials entity",
1072
+ "value": 1
1073
+ },
1074
+ {
1075
+ "owner": "schemaJson",
1076
+ "description": "Number of schemas for PANInstanceCredentials entity",
1077
+ "value": 1
1078
+ },
1079
+ {
1080
+ "owner": "schemaJson",
1081
+ "description": "Number of schemas for PANMasterKeyCredentials entity",
1082
+ "value": 1
1083
+ },
1084
+ {
1085
+ "owner": "schemaJson",
1086
+ "description": "Number of schemas for PANRegistrationCredentials entity",
1087
+ "value": 1
1088
+ },
1089
+ {
1090
+ "owner": "schemaJson",
1091
+ "description": "Number of schemas for KeyPairCredentials entity",
1092
+ "value": 1
1093
+ },
1094
+ {
1095
+ "owner": "schemaJson",
1096
+ "description": "Number of schemas for ArubaEdgeConnectCredentials entity",
1097
+ "value": 1
1098
+ },
1099
+ {
1100
+ "owner": "schemaJson",
1101
+ "description": "Number of schemas for AkamaiProlexicCredentials entity",
1102
+ "value": 1
1103
+ },
1104
+ {
1105
+ "owner": "schemaJson",
1106
+ "description": "Number of schemas for CheckPointFWServiceCredentials entity",
1107
+ "value": 1
1108
+ },
1109
+ {
1110
+ "owner": "schemaJson",
1111
+ "description": "Number of schemas for CheckPointFWServiceInstanceCredentials entity",
1112
+ "value": 1
1113
+ },
1114
+ {
1115
+ "owner": "schemaJson",
1116
+ "description": "Number of schemas for CheckPointFWManagementServerCredentials entity",
1117
+ "value": 1
1118
+ },
1119
+ {
1120
+ "owner": "schemaJson",
1121
+ "description": "Number of schemas for UsernamePasswordCredentials entity",
1122
+ "value": 1
1123
+ },
1124
+ {
1125
+ "owner": "schemaJson",
1126
+ "description": "Number of schemas for SplunkHECTokenCredentials entity",
1127
+ "value": 1
1128
+ },
1129
+ {
1130
+ "owner": "schemaJson",
1131
+ "description": "Number of schemas for FortinetFWServiceCredentials entity",
1132
+ "value": 1
1133
+ },
1134
+ {
1135
+ "owner": "schemaJson",
1136
+ "description": "Number of schemas for FortinetFWServiceInstanceCredentials entity",
1137
+ "value": 1
1138
+ },
1139
+ {
1140
+ "owner": "schemaJson",
1141
+ "description": "Number of schemas for CiscoFTDvFWCredentials entity",
1142
+ "value": 1
1143
+ },
1144
+ {
1145
+ "owner": "schemaJson",
1146
+ "description": "Number of schemas for CiscoFTDvFWInstanceCredentials entity",
1147
+ "value": 1
1148
+ },
1149
+ {
1150
+ "owner": "schemaJson",
1151
+ "description": "Number of schemas for InfoBloxCredentials entity",
1152
+ "value": 1
1153
+ },
1154
+ {
1155
+ "owner": "schemaJson",
1156
+ "description": "Number of schemas for InfoBloxInstanceCredentials entity",
1157
+ "value": 1
1158
+ },
1159
+ {
1160
+ "owner": "schemaJson",
1161
+ "description": "Number of schemas for InfoBloxGridMasterCredentials entity",
1162
+ "value": 1
1163
+ },
1164
+ {
1165
+ "owner": "schemaJson",
1166
+ "description": "Number of schemas for OneTimePassword entity",
1167
+ "value": 1
1168
+ },
1169
+ {
1170
+ "owner": "schemaJson",
1171
+ "description": "Number of schemas for LoginSpecification entity",
1172
+ "value": 1
1173
+ },
1174
+ {
1175
+ "owner": "schemaJson",
1176
+ "description": "Number of schemas for PasswordSpecification entity",
1177
+ "value": 1
1178
+ },
1179
+ {
1180
+ "owner": "schemaJson",
1181
+ "description": "Number of schemas for RoutePolicies entity",
1182
+ "value": 1
1183
+ },
1184
+ {
1185
+ "owner": "schemaJson",
1186
+ "description": "Number of schemas for Invoices entity",
1187
+ "value": 1
1188
+ },
1189
+ {
1190
+ "owner": "schemaJson",
1191
+ "description": "Number of schemas for Meters entity",
1192
+ "value": 1
1193
+ },
1194
+ {
1195
+ "owner": "schemaJson",
1196
+ "description": "Number of schemas for Routes entity",
1197
+ "value": 1
1198
+ },
1199
+ {
1200
+ "owner": "schemaJson",
1201
+ "description": "Number of schemas for Policies entity",
1202
+ "value": 1
1203
+ },
1204
+ {
1205
+ "owner": "schemaJson",
1206
+ "description": "Number of schemas for Rules entity",
1207
+ "value": 1
1208
+ },
1209
+ {
1210
+ "owner": "schemaJson",
1211
+ "description": "Number of schemas for Rulelists entity",
1212
+ "value": 1
1213
+ },
1214
+ {
1215
+ "owner": "schemaJson",
1216
+ "description": "Number of schemas for Prefixlists entity",
1217
+ "value": 1
1218
+ },
1219
+ {
1220
+ "owner": "schemaJson",
1221
+ "description": "Number of schemas for Health entity",
1222
+ "value": 1
1223
+ },
1224
+ {
1225
+ "owner": "schemaJson",
1226
+ "description": "Number of schemas for Healthv3 entity",
1227
+ "value": 1
1228
+ },
1229
+ {
1230
+ "owner": "schemaJson",
1231
+ "description": "Number of schemas for FlowCapture entity",
1232
+ "value": 1
1233
+ },
1234
+ {
1235
+ "owner": "schemaJson",
1236
+ "description": "Number of schemas for ActiveNATTranslation entity",
1237
+ "value": 1
1238
+ },
1239
+ {
1240
+ "owner": "schemaJson",
1241
+ "description": "Number of schemas for ASPathLists entity",
1242
+ "value": 1
1243
+ },
1244
+ {
1245
+ "owner": "schemaJson",
1246
+ "description": "Number of schemas for CommunityLists entity",
1247
+ "value": 1
1248
+ },
1249
+ {
1250
+ "owner": "schemaJson",
1251
+ "description": "Number of schemas for ExtendedCommunityLists entity",
1252
+ "value": 1
1253
+ },
1254
+ {
1255
+ "owner": "schemaJson",
1256
+ "description": "Total number of schemas",
1257
+ "value": 113
1258
+ },
1259
+ {
1260
+ "owner": "mockdata",
1261
+ "description": "Number of mock data files for Authentication entity",
1262
+ "value": 0
1263
+ },
1264
+ {
1265
+ "owner": "mockdata",
1266
+ "description": "Number of mock data files for Segments entity",
1267
+ "value": 1
1268
+ },
1269
+ {
1270
+ "owner": "mockdata",
1271
+ "description": "Number of mock data files for Groups entity",
1272
+ "value": 1
1273
+ },
1274
+ {
1275
+ "owner": "mockdata",
1276
+ "description": "Number of mock data files for Users entity",
1277
+ "value": 4
1278
+ },
1279
+ {
1280
+ "owner": "mockdata",
1281
+ "description": "Number of mock data files for UserGroups entity",
1282
+ "value": 3
1283
+ },
1284
+ {
1285
+ "owner": "mockdata",
1286
+ "description": "Number of mock data files for Roles entity",
1287
+ "value": 1
1288
+ },
1289
+ {
1290
+ "owner": "mockdata",
1291
+ "description": "Number of mock data files for Permissions entity",
1292
+ "value": 1
1293
+ },
1294
+ {
1295
+ "owner": "mockdata",
1296
+ "description": "Number of mock data files for IdentityProviders entity",
1297
+ "value": 1
1298
+ },
1299
+ {
1300
+ "owner": "mockdata",
1301
+ "description": "Number of mock data files for BaseConnectors entity",
1302
+ "value": 2
1303
+ },
1304
+ {
1305
+ "owner": "mockdata",
1306
+ "description": "Number of mock data files for AWSVPCConnectors entity",
1307
+ "value": 2
1308
+ },
1309
+ {
1310
+ "owner": "mockdata",
1311
+ "description": "Number of mock data files for AzureVNETConnectors entity",
1312
+ "value": 1
1313
+ },
1314
+ {
1315
+ "owner": "mockdata",
1316
+ "description": "Number of mock data files for GCPConnectors entity",
1317
+ "value": 1
1318
+ },
1319
+ {
1320
+ "owner": "mockdata",
1321
+ "description": "Number of mock data files for OCIVCNConnectors entity",
1322
+ "value": 1
1323
+ },
1324
+ {
1325
+ "owner": "mockdata",
1326
+ "description": "Number of mock data files for IPSecConnectors entity",
1327
+ "value": 1
1328
+ },
1329
+ {
1330
+ "owner": "mockdata",
1331
+ "description": "Number of mock data files for CiscoSDWANConnectors entity",
1332
+ "value": 1
1333
+ },
1334
+ {
1335
+ "owner": "mockdata",
1336
+ "description": "Number of mock data files for InternetConnectors entity",
1337
+ "value": 2
1338
+ },
1339
+ {
1340
+ "owner": "mockdata",
1341
+ "description": "Number of mock data files for DirectConnectConnectors entity",
1342
+ "value": 1
1343
+ },
1344
+ {
1345
+ "owner": "mockdata",
1346
+ "description": "Number of mock data files for AzureErConnectors entity",
1347
+ "value": 2
1348
+ },
1349
+ {
1350
+ "owner": "mockdata",
1351
+ "description": "Number of mock data files for AuditLogs entity",
1352
+ "value": 0
1353
+ },
1354
+ {
1355
+ "owner": "mockdata",
1356
+ "description": "Number of mock data files for TenantNetworks entity",
1357
+ "value": 1
1358
+ },
1359
+ {
1360
+ "owner": "mockdata",
1361
+ "description": "Number of mock data files for Traffic entity",
1362
+ "value": 6
1363
+ },
1364
+ {
1365
+ "owner": "mockdata",
1366
+ "description": "Number of mock data files for FirewallZones entity",
1367
+ "value": 1
1368
+ },
1369
+ {
1370
+ "owner": "mockdata",
1371
+ "description": "Number of mock data files for InternetApplications entity",
1372
+ "value": 1
1373
+ },
1374
+ {
1375
+ "owner": "mockdata",
1376
+ "description": "Number of mock data files for PANFWServices entity",
1377
+ "value": 1
1378
+ },
1379
+ {
1380
+ "owner": "mockdata",
1381
+ "description": "Number of mock data files for BaseServices entity",
1382
+ "value": 1
1383
+ },
1384
+ {
1385
+ "owner": "mockdata",
1386
+ "description": "Number of mock data files for Products entity",
1387
+ "value": 1
1388
+ },
1389
+ {
1390
+ "owner": "mockdata",
1391
+ "description": "Number of mock data files for ResourceLimits entity",
1392
+ "value": 1
1393
+ },
1394
+ {
1395
+ "owner": "mockdata",
1396
+ "description": "Number of mock data files for ResourceUsage entity",
1397
+ "value": 1
1398
+ },
1399
+ {
1400
+ "owner": "mockdata",
1401
+ "description": "Number of mock data files for CXPs entity",
1402
+ "value": 1
1403
+ },
1404
+ {
1405
+ "owner": "mockdata",
1406
+ "description": "Number of mock data files for BillingInfo entity",
1407
+ "value": 0
1408
+ },
1409
+ {
1410
+ "owner": "mockdata",
1411
+ "description": "Number of mock data files for InvoiceSummaries entity",
1412
+ "value": 0
1413
+ },
1414
+ {
1415
+ "owner": "mockdata",
1416
+ "description": "Number of mock data files for Ping entity",
1417
+ "value": 0
1418
+ },
1419
+ {
1420
+ "owner": "mockdata",
1421
+ "description": "Number of mock data files for Jobs entity",
1422
+ "value": 0
1423
+ },
1424
+ {
1425
+ "owner": "mockdata",
1426
+ "description": "Number of mock data files for Alerts entity",
1427
+ "value": 0
1428
+ },
1429
+ {
1430
+ "owner": "mockdata",
1431
+ "description": "Number of mock data files for TraceRoute entity",
1432
+ "value": 0
1433
+ },
1434
+ {
1435
+ "owner": "mockdata",
1436
+ "description": "Number of mock data files for Logs entity",
1437
+ "value": 0
1438
+ },
1439
+ {
1440
+ "owner": "mockdata",
1441
+ "description": "Number of mock data files for GetMessages entity",
1442
+ "value": 1
1443
+ },
1444
+ {
1445
+ "owner": "mockdata",
1446
+ "description": "Number of mock data files for Flows entity",
1447
+ "value": 0
1448
+ },
1449
+ {
1450
+ "owner": "mockdata",
1451
+ "description": "Number of mock data files for RemoteAccessConnectors entity",
1452
+ "value": 2
1453
+ },
1454
+ {
1455
+ "owner": "mockdata",
1456
+ "description": "Number of mock data files for RemoteAccessConnectorTemplates entity",
1457
+ "value": 5
1458
+ },
1459
+ {
1460
+ "owner": "mockdata",
1461
+ "description": "Number of mock data files for Tenant entity",
1462
+ "value": 2
1463
+ },
1464
+ {
1465
+ "owner": "mockdata",
1466
+ "description": "Number of mock data files for TenantPreferences entity",
1467
+ "value": 1
1468
+ },
1469
+ {
1470
+ "owner": "mockdata",
1471
+ "description": "Number of mock data files for Integration entity",
1472
+ "value": 6
1473
+ },
1474
+ {
1475
+ "owner": "mockdata",
1476
+ "description": "Number of mock data files for CloudProviderAccount entity",
1477
+ "value": 2
1478
+ },
1479
+ {
1480
+ "owner": "mockdata",
1481
+ "description": "Number of mock data files for CloudProviderObject entity",
1482
+ "value": 4
1483
+ },
1484
+ {
1485
+ "owner": "mockdata",
1486
+ "description": "Number of mock data files for CloudProviderObjectSyncRequest entity",
1487
+ "value": 1
1488
+ },
1489
+ {
1490
+ "owner": "mockdata",
1491
+ "description": "Number of mock data files for CloudInsight entity",
1492
+ "value": 2
1493
+ },
1494
+ {
1495
+ "owner": "mockdata",
1496
+ "description": "Number of mock data files for CloudInsightRefreshRequest entity",
1497
+ "value": 1
1498
+ },
1499
+ {
1500
+ "owner": "mockdata",
1501
+ "description": "Number of mock data files for CloudInsightDefinition entity",
1502
+ "value": 0
1503
+ },
1504
+ {
1505
+ "owner": "mockdata",
1506
+ "description": "Number of mock data files for CloudInsightReportConfiguration entity",
1507
+ "value": 1
1508
+ },
1509
+ {
1510
+ "owner": "mockdata",
1511
+ "description": "Number of mock data files for CloudInsightReport entity",
1512
+ "value": 1
1513
+ },
1514
+ {
1515
+ "owner": "mockdata",
1516
+ "description": "Number of mock data files for BillingTags entity",
1517
+ "value": 1
1518
+ },
1519
+ {
1520
+ "owner": "mockdata",
1521
+ "description": "Number of mock data files for ArubaEdgeConnectConnectors entity",
1522
+ "value": 2
1523
+ },
1524
+ {
1525
+ "owner": "mockdata",
1526
+ "description": "Number of mock data files for AkamaiProlexicConnectors entity",
1527
+ "value": 2
1528
+ },
1529
+ {
1530
+ "owner": "mockdata",
1531
+ "description": "Number of mock data files for CloudNativeServices entity",
1532
+ "value": 1
1533
+ },
1534
+ {
1535
+ "owner": "mockdata",
1536
+ "description": "Number of mock data files for RemoteAccess entity",
1537
+ "value": 0
1538
+ },
1539
+ {
1540
+ "owner": "mockdata",
1541
+ "description": "Number of mock data files for NATPolicies entity",
1542
+ "value": 1
1543
+ },
1544
+ {
1545
+ "owner": "mockdata",
1546
+ "description": "Number of mock data files for NATRules entity",
1547
+ "value": 1
1548
+ },
1549
+ {
1550
+ "owner": "mockdata",
1551
+ "description": "Number of mock data files for GlobalCidrLists entity",
1552
+ "value": 4
1553
+ },
1554
+ {
1555
+ "owner": "mockdata",
1556
+ "description": "Number of mock data files for SegmentResources entity",
1557
+ "value": 1
1558
+ },
1559
+ {
1560
+ "owner": "mockdata",
1561
+ "description": "Number of mock data files for SegmentResourceShares entity",
1562
+ "value": 1
1563
+ },
1564
+ {
1565
+ "owner": "mockdata",
1566
+ "description": "Number of mock data files for CheckPointFWServices entity",
1567
+ "value": 1
1568
+ },
1569
+ {
1570
+ "owner": "mockdata",
1571
+ "description": "Number of mock data files for FortinetFWServices entity",
1572
+ "value": 4
1573
+ },
1574
+ {
1575
+ "owner": "mockdata",
1576
+ "description": "Number of mock data files for CiscoFTDvFWServices entity",
1577
+ "value": 5
1578
+ },
1579
+ {
1580
+ "owner": "mockdata",
1581
+ "description": "Number of mock data files for ZscalerInternetAccessServices entity",
1582
+ "value": 1
1583
+ },
1584
+ {
1585
+ "owner": "mockdata",
1586
+ "description": "Number of mock data files for InfoBloxServices entity",
1587
+ "value": 1
1588
+ },
1589
+ {
1590
+ "owner": "mockdata",
1591
+ "description": "Number of mock data files for FeatureFlags entity",
1592
+ "value": 1
1593
+ },
1594
+ {
1595
+ "owner": "mockdata",
1596
+ "description": "Number of mock data files for PacketCapture entity",
1597
+ "value": 1
1598
+ },
1599
+ {
1600
+ "owner": "mockdata",
1601
+ "description": "Number of mock data files for BYOIP entity",
1602
+ "value": 4
1603
+ },
1604
+ {
1605
+ "owner": "mockdata",
1606
+ "description": "Number of mock data files for Credentials entity",
1607
+ "value": 1
1608
+ },
1609
+ {
1610
+ "owner": "mockdata",
1611
+ "description": "Number of mock data files for AWSVPCCredentials entity",
1612
+ "value": 0
1613
+ },
1614
+ {
1615
+ "owner": "mockdata",
1616
+ "description": "Number of mock data files for AzureCredentials entity",
1617
+ "value": 0
1618
+ },
1619
+ {
1620
+ "owner": "mockdata",
1621
+ "description": "Number of mock data files for OCIVCNCredentials entity",
1622
+ "value": 0
1623
+ },
1624
+ {
1625
+ "owner": "mockdata",
1626
+ "description": "Number of mock data files for CiscoSDWANInstanceCredentials entity",
1627
+ "value": 0
1628
+ },
1629
+ {
1630
+ "owner": "mockdata",
1631
+ "description": "Number of mock data files for GCPCredentials entity",
1632
+ "value": 0
1633
+ },
1634
+ {
1635
+ "owner": "mockdata",
1636
+ "description": "Number of mock data files for LDAPCredentials entity",
1637
+ "value": 0
1638
+ },
1639
+ {
1640
+ "owner": "mockdata",
1641
+ "description": "Number of mock data files for PANCredentials entity",
1642
+ "value": 0
1643
+ },
1644
+ {
1645
+ "owner": "mockdata",
1646
+ "description": "Number of mock data files for PANInstanceCredentials entity",
1647
+ "value": 0
1648
+ },
1649
+ {
1650
+ "owner": "mockdata",
1651
+ "description": "Number of mock data files for PANMasterKeyCredentials entity",
1652
+ "value": 0
1653
+ },
1654
+ {
1655
+ "owner": "mockdata",
1656
+ "description": "Number of mock data files for PANRegistrationCredentials entity",
1657
+ "value": 0
1658
+ },
1659
+ {
1660
+ "owner": "mockdata",
1661
+ "description": "Number of mock data files for KeyPairCredentials entity",
1662
+ "value": 0
1663
+ },
1664
+ {
1665
+ "owner": "mockdata",
1666
+ "description": "Number of mock data files for ArubaEdgeConnectCredentials entity",
1667
+ "value": 0
1668
+ },
1669
+ {
1670
+ "owner": "mockdata",
1671
+ "description": "Number of mock data files for AkamaiProlexicCredentials entity",
1672
+ "value": 0
1673
+ },
1674
+ {
1675
+ "owner": "mockdata",
1676
+ "description": "Number of mock data files for CheckPointFWServiceCredentials entity",
1677
+ "value": 0
1678
+ },
1679
+ {
1680
+ "owner": "mockdata",
1681
+ "description": "Number of mock data files for CheckPointFWServiceInstanceCredentials entity",
1682
+ "value": 0
1683
+ },
1684
+ {
1685
+ "owner": "mockdata",
1686
+ "description": "Number of mock data files for CheckPointFWManagementServerCredentials entity",
1687
+ "value": 0
1688
+ },
1689
+ {
1690
+ "owner": "mockdata",
1691
+ "description": "Number of mock data files for UsernamePasswordCredentials entity",
1692
+ "value": 0
1693
+ },
1694
+ {
1695
+ "owner": "mockdata",
1696
+ "description": "Number of mock data files for SplunkHECTokenCredentials entity",
1697
+ "value": 0
1698
+ },
1699
+ {
1700
+ "owner": "mockdata",
1701
+ "description": "Number of mock data files for FortinetFWServiceCredentials entity",
1702
+ "value": 0
1703
+ },
1704
+ {
1705
+ "owner": "mockdata",
1706
+ "description": "Number of mock data files for FortinetFWServiceInstanceCredentials entity",
1707
+ "value": 0
1708
+ },
1709
+ {
1710
+ "owner": "mockdata",
1711
+ "description": "Number of mock data files for CiscoFTDvFWCredentials entity",
1712
+ "value": 0
1713
+ },
1714
+ {
1715
+ "owner": "mockdata",
1716
+ "description": "Number of mock data files for CiscoFTDvFWInstanceCredentials entity",
1717
+ "value": 0
1718
+ },
1719
+ {
1720
+ "owner": "mockdata",
1721
+ "description": "Number of mock data files for InfoBloxCredentials entity",
1722
+ "value": 0
1723
+ },
1724
+ {
1725
+ "owner": "mockdata",
1726
+ "description": "Number of mock data files for InfoBloxInstanceCredentials entity",
1727
+ "value": 0
1728
+ },
1729
+ {
1730
+ "owner": "mockdata",
1731
+ "description": "Number of mock data files for InfoBloxGridMasterCredentials entity",
1732
+ "value": 0
1733
+ },
1734
+ {
1735
+ "owner": "mockdata",
1736
+ "description": "Number of mock data files for OneTimePassword entity",
1737
+ "value": 2
1738
+ },
1739
+ {
1740
+ "owner": "mockdata",
1741
+ "description": "Number of mock data files for LoginSpecification entity",
1742
+ "value": 2
1743
+ },
1744
+ {
1745
+ "owner": "mockdata",
1746
+ "description": "Number of mock data files for PasswordSpecification entity",
1747
+ "value": 2
1748
+ },
1749
+ {
1750
+ "owner": "mockdata",
1751
+ "description": "Number of mock data files for RoutePolicies entity",
1752
+ "value": 1
1753
+ },
1754
+ {
1755
+ "owner": "mockdata",
1756
+ "description": "Number of mock data files for Invoices entity",
1757
+ "value": 0
1758
+ },
1759
+ {
1760
+ "owner": "mockdata",
1761
+ "description": "Number of mock data files for Meters entity",
1762
+ "value": 0
1763
+ },
1764
+ {
1765
+ "owner": "mockdata",
1766
+ "description": "Number of mock data files for Routes entity",
1767
+ "value": 0
1768
+ },
1769
+ {
1770
+ "owner": "mockdata",
1771
+ "description": "Number of mock data files for Policies entity",
1772
+ "value": 1
1773
+ },
1774
+ {
1775
+ "owner": "mockdata",
1776
+ "description": "Number of mock data files for Rules entity",
1777
+ "value": 1
1778
+ },
1779
+ {
1780
+ "owner": "mockdata",
1781
+ "description": "Number of mock data files for Rulelists entity",
1782
+ "value": 1
1783
+ },
1784
+ {
1785
+ "owner": "mockdata",
1786
+ "description": "Number of mock data files for Prefixlists entity",
1787
+ "value": 1
1788
+ },
1789
+ {
1790
+ "owner": "mockdata",
1791
+ "description": "Number of mock data files for Health entity",
1792
+ "value": 7
1793
+ },
1794
+ {
1795
+ "owner": "mockdata",
1796
+ "description": "Number of mock data files for Healthv3 entity",
1797
+ "value": 0
1798
+ },
1799
+ {
1800
+ "owner": "mockdata",
1801
+ "description": "Number of mock data files for FlowCapture entity",
1802
+ "value": 0
1803
+ },
1804
+ {
1805
+ "owner": "mockdata",
1806
+ "description": "Number of mock data files for ActiveNATTranslation entity",
1807
+ "value": 0
1808
+ },
1809
+ {
1810
+ "owner": "mockdata",
1811
+ "description": "Number of mock data files for ASPathLists entity",
1812
+ "value": 1
1813
+ },
1814
+ {
1815
+ "owner": "mockdata",
1816
+ "description": "Number of mock data files for CommunityLists entity",
1817
+ "value": 1
1818
+ },
1819
+ {
1820
+ "owner": "mockdata",
1821
+ "description": "Number of mock data files for ExtendedCommunityLists entity",
1822
+ "value": 1
1823
+ },
1824
+ {
1825
+ "owner": "mockdata",
1826
+ "description": "Total number of mock data files",
1827
+ "value": 124
1828
+ },
1829
+ {
1830
+ "owner": "actionJson",
1831
+ "description": "Number of actions for .system entity",
1832
+ "value": 2
1833
+ },
1834
+ {
1835
+ "owner": "schemaJson",
1836
+ "description": "Number of schemas for .system entity",
1837
+ "value": 3
1838
+ },
1839
+ {
1840
+ "owner": "mockdata",
1841
+ "description": "Number of mock data files for .system entity",
1842
+ "value": 2
1843
+ },
1844
+ {
1845
+ "owner": "System",
1846
+ "description": "System entity files",
1847
+ "value": 6
1848
+ },
1849
+ {
1850
+ "owner": "usecases",
1851
+ "description": "Number of workflows",
1852
+ "value": 0
1853
+ },
1854
+ {
1855
+ "owner": "staticFile",
1856
+ "description": "Number of lines of code in adapterBase.js",
1857
+ "value": 1788
1858
+ },
1859
+ {
1860
+ "owner": "staticFile",
1861
+ "description": "Number of static files added",
1862
+ "value": 38
1863
+ },
1864
+ {
1865
+ "owner": "Overall",
1866
+ "description": "Total lines of Code",
1867
+ "value": 72437
1868
+ },
1869
+ {
1870
+ "owner": "Overall",
1871
+ "description": "Total Tests",
1872
+ "value": 1677
1873
+ },
1874
+ {
1875
+ "owner": "Overall",
1876
+ "description": "Total Files",
1877
+ "value": 402
1878
+ }
1879
+ ],
1880
+ "warnings": [],
1881
+ "apiParsingReport": {
1882
+ "no_mockdata": [
1883
+ {
1884
+ "fnName": "loginUsersUsingPOST",
1885
+ "method": "post",
1886
+ "path": "/users/login"
1887
+ },
1888
+ {
1889
+ "fnName": "logoutUsersUsingPOST",
1890
+ "method": "post",
1891
+ "path": "/users/logout"
1892
+ },
1893
+ {
1894
+ "fnName": "postLogin",
1895
+ "method": "post",
1896
+ "path": "/login"
1897
+ },
1898
+ {
1899
+ "fnName": "oauthLogin",
1900
+ "method": "post",
1901
+ "path": "/oauth/login"
1902
+ },
1903
+ {
1904
+ "fnName": "getLogout",
1905
+ "method": "get",
1906
+ "path": "/logout"
1907
+ },
1908
+ {
1909
+ "fnName": "createSession",
1910
+ "method": "post",
1911
+ "path": "/sessions"
1912
+ },
1913
+ {
1914
+ "fnName": "deleteSession",
1915
+ "method": "delete",
1916
+ "path": "/sessions"
1917
+ },
1918
+ {
1919
+ "fnName": "otpLogin",
1920
+ "method": "post",
1921
+ "path": "/otp/login"
1922
+ },
1923
+ {
1924
+ "fnName": "createSegment",
1925
+ "method": "post",
1926
+ "path": "/tenantnetworks/{tenantNetworkId}/segments"
1927
+ },
1928
+ {
1929
+ "fnName": "getSegment",
1930
+ "method": "get",
1931
+ "path": "/tenantnetworks/{tenantNetworkId}/segments/{segmentId}"
1932
+ },
1933
+ {
1934
+ "fnName": "updateSegment",
1935
+ "method": "put",
1936
+ "path": "/tenantnetworks/{tenantNetworkId}/segments/{segmentId}"
1937
+ },
1938
+ {
1939
+ "fnName": "deleteSegment",
1940
+ "method": "delete",
1941
+ "path": "/tenantnetworks/{tenantNetworkId}/segments/{segmentId}"
1942
+ },
1943
+ {
1944
+ "fnName": "creategroups",
1945
+ "method": "post",
1946
+ "path": "/tenantnetworks/{tenantNetworkId}/groups"
1947
+ },
1948
+ {
1949
+ "fnName": "getgroup",
1950
+ "method": "get",
1951
+ "path": "/tenantnetworks/{tenantNetworkId}/groups/{groupId}"
1952
+ },
1953
+ {
1954
+ "fnName": "updategroups",
1955
+ "method": "put",
1956
+ "path": "/tenantnetworks/{tenantNetworkId}/groups/{groupId}"
1957
+ },
1958
+ {
1959
+ "fnName": "deletegroups",
1960
+ "method": "delete",
1961
+ "path": "/tenantnetworks/{tenantNetworkId}/groups/{groupId}"
1962
+ },
1963
+ {
1964
+ "fnName": "deleteUsersByIdUsingDELETE",
1965
+ "method": "delete",
1966
+ "path": "/users/{userId}"
1967
+ },
1968
+ {
1969
+ "fnName": "getUserProfileUsingGET",
1970
+ "method": "get",
1971
+ "path": "/userprofile"
1972
+ },
1973
+ {
1974
+ "fnName": "updateUserProfileUsingPUT",
1975
+ "method": "put",
1976
+ "path": "/userprofile"
1977
+ },
1978
+ {
1979
+ "fnName": "createUserGroup",
1980
+ "method": "post",
1981
+ "path": "/user-groups"
1982
+ },
1983
+ {
1984
+ "fnName": "getUserGroup",
1985
+ "method": "get",
1986
+ "path": "/user-groups/{usergroupId}"
1987
+ },
1988
+ {
1989
+ "fnName": "updateUserGroup",
1990
+ "method": "put",
1991
+ "path": "/user-groups/{usergroupId}"
1992
+ },
1993
+ {
1994
+ "fnName": "deleteUserGroup",
1995
+ "method": "delete",
1996
+ "path": "/user-groups/{usergroupId}"
1997
+ },
1998
+ {
1999
+ "fnName": "addUsersToUserGroup",
2000
+ "method": "post",
2001
+ "path": "/user-groups/{usergroupId}/users"
2002
+ },
2003
+ {
2004
+ "fnName": "replaceUsersInUserGroup",
2005
+ "method": "put",
2006
+ "path": "/user-groups/{usergroupId}/users"
2007
+ },
2008
+ {
2009
+ "fnName": "deleteUserFromUserGroup",
2010
+ "method": "delete",
2011
+ "path": "/user-groups/{usergroupId}/users/{userId}"
2012
+ },
2013
+ {
2014
+ "fnName": "createRoleUsingPOST",
2015
+ "method": "post",
2016
+ "path": "/roles"
2017
+ },
2018
+ {
2019
+ "fnName": "getRoleByIdUsingGET",
2020
+ "method": "get",
2021
+ "path": "/roles/{roleId}"
2022
+ },
2023
+ {
2024
+ "fnName": "updateRoleUsingPUT1",
2025
+ "method": "put",
2026
+ "path": "/roles/{roleId}"
2027
+ },
2028
+ {
2029
+ "fnName": "deleteRoleByIdUsingDELETE",
2030
+ "method": "delete",
2031
+ "path": "/roles/{roleId}"
2032
+ },
2033
+ {
2034
+ "fnName": "addIdentityProviderUsingPOST",
2035
+ "method": "post",
2036
+ "path": "/identityproviders"
2037
+ },
2038
+ {
2039
+ "fnName": "getIdentityProviderUsingGET",
2040
+ "method": "get",
2041
+ "path": "/identityproviders/{identityProviderId}"
2042
+ },
2043
+ {
2044
+ "fnName": "updateIdentityProviderUsingPUT",
2045
+ "method": "put",
2046
+ "path": "/identityproviders/{identityProviderId}"
2047
+ },
2048
+ {
2049
+ "fnName": "deleteIdentityProviderUsingDELETE",
2050
+ "method": "delete",
2051
+ "path": "/identityproviders/{identityProviderId}"
2052
+ },
2053
+ {
2054
+ "fnName": "createAWSVPCConnector",
2055
+ "method": "post",
2056
+ "path": "/tenantnetworks/{tenantNetworkId}/awsvpcconnectors"
2057
+ },
2058
+ {
2059
+ "fnName": "updateAWSVPCConnector",
2060
+ "method": "put",
2061
+ "path": "/tenantnetworks/{tenantNetworkId}/awsvpcconnectors/{awsvpcconnectorId}"
2062
+ },
2063
+ {
2064
+ "fnName": "deleteAWSVPCConnector",
2065
+ "method": "delete",
2066
+ "path": "/tenantnetworks/{tenantNetworkId}/awsvpcconnectors/{awsvpcconnectorId}"
2067
+ },
2068
+ {
2069
+ "fnName": "createAzureVNETConnector",
2070
+ "method": "post",
2071
+ "path": "/tenantnetworks/{tenantNetworkId}/azurevnetconnectors"
2072
+ },
2073
+ {
2074
+ "fnName": "getAzureVNETConnector",
2075
+ "method": "get",
2076
+ "path": "/tenantnetworks/{tenantNetworkId}/azurevnetconnectors/{azurevnetconnectorId}"
2077
+ },
2078
+ {
2079
+ "fnName": "updateAzureVNETConnector",
2080
+ "method": "put",
2081
+ "path": "/tenantnetworks/{tenantNetworkId}/azurevnetconnectors/{azurevnetconnectorId}"
2082
+ },
2083
+ {
2084
+ "fnName": "deleteAzureVNETConnector",
2085
+ "method": "delete",
2086
+ "path": "/tenantnetworks/{tenantNetworkId}/azurevnetconnectors/{azurevnetconnectorId}"
2087
+ },
2088
+ {
2089
+ "fnName": "createGCPConnector",
2090
+ "method": "post",
2091
+ "path": "/tenantnetworks/{tenantNetworkId}/gcpvpcconnectors"
2092
+ },
2093
+ {
2094
+ "fnName": "getGCPConnector",
2095
+ "method": "get",
2096
+ "path": "/tenantnetworks/{tenantNetworkId}/gcpvpcconnectors/{gcpconnectorId}"
2097
+ },
2098
+ {
2099
+ "fnName": "updateGCPConnector",
2100
+ "method": "put",
2101
+ "path": "/tenantnetworks/{tenantNetworkId}/gcpvpcconnectors/{gcpconnectorId}"
2102
+ },
2103
+ {
2104
+ "fnName": "deleteGCPConnector",
2105
+ "method": "delete",
2106
+ "path": "/tenantnetworks/{tenantNetworkId}/gcpvpcconnectors/{gcpconnectorId}"
2107
+ },
2108
+ {
2109
+ "fnName": "createOCIVCNConnector",
2110
+ "method": "post",
2111
+ "path": "/tenantnetworks/{tenantNetworkId}/oci-vcn-connectors"
2112
+ },
2113
+ {
2114
+ "fnName": "getOCIVCNConnector",
2115
+ "method": "get",
2116
+ "path": "/tenantnetworks/{tenantNetworkId}/oci-vcn-connectors/{OCIVCNConnectorId}"
2117
+ },
2118
+ {
2119
+ "fnName": "updateOCIVCNConnector",
2120
+ "method": "put",
2121
+ "path": "/tenantnetworks/{tenantNetworkId}/oci-vcn-connectors/{OCIVCNConnectorId}"
2122
+ },
2123
+ {
2124
+ "fnName": "deleteOCIVCNConnector",
2125
+ "method": "delete",
2126
+ "path": "/tenantnetworks/{tenantNetworkId}/oci-vcn-connectors/{OCIVCNConnectorId}"
2127
+ },
2128
+ {
2129
+ "fnName": "createIPSecConnector",
2130
+ "method": "post",
2131
+ "path": "/tenantnetworks/{tenantNetworkId}/ipsecconnectors"
2132
+ },
2133
+ {
2134
+ "fnName": "getIPSecConnector",
2135
+ "method": "get",
2136
+ "path": "/tenantnetworks/{tenantNetworkId}/ipsecconnectors/{ipsecconnectorId}"
2137
+ },
2138
+ {
2139
+ "fnName": "updateIPSecConnector",
2140
+ "method": "put",
2141
+ "path": "/tenantnetworks/{tenantNetworkId}/ipsecconnectors/{ipsecconnectorId}"
2142
+ },
2143
+ {
2144
+ "fnName": "deleteIPSecConnector",
2145
+ "method": "delete",
2146
+ "path": "/tenantnetworks/{tenantNetworkId}/ipsecconnectors/{ipsecconnectorId}"
2147
+ },
2148
+ {
2149
+ "fnName": "getIPSecConnectorSiteConfiguration",
2150
+ "method": "get",
2151
+ "path": "/tenantnetworks/{tenantNetworkId}/ipsecconnectors/{ipsecconnectorId}/sites/{siteId}"
2152
+ },
2153
+ {
2154
+ "fnName": "createCiscoSDWANIngress",
2155
+ "method": "post",
2156
+ "path": "/tenantnetworks/{tenantNetworkId}/ciscosdwaningresses"
2157
+ },
2158
+ {
2159
+ "fnName": "getCiscoSDWANIngress",
2160
+ "method": "get",
2161
+ "path": "/tenantnetworks/{tenantNetworkId}/ciscosdwaningresses/{ciscosdwaningressId}"
2162
+ },
2163
+ {
2164
+ "fnName": "updateCiscoSDWANIngress",
2165
+ "method": "put",
2166
+ "path": "/tenantnetworks/{tenantNetworkId}/ciscosdwaningresses/{ciscosdwaningressId}"
2167
+ },
2168
+ {
2169
+ "fnName": "deleteCiscoSDWANIngress",
2170
+ "method": "delete",
2171
+ "path": "/tenantnetworks/{tenantNetworkId}/ciscosdwaningresses/{ciscosdwaningressId}"
2172
+ },
2173
+ {
2174
+ "fnName": "getCiscoSDWANConnectorInstanceConfiguration",
2175
+ "method": "get",
2176
+ "path": "/tenantnetworks/{tenantNetworkId}/ciscosdwaningresses/{ciscosdwaningressId}/instances/{instanceId}/configuration"
2177
+ },
2178
+ {
2179
+ "fnName": "createInternetConnector",
2180
+ "method": "post",
2181
+ "path": "/tenantnetworks/{tenantNetworkId}/internetconnectors"
2182
+ },
2183
+ {
2184
+ "fnName": "getInternetConnector",
2185
+ "method": "get",
2186
+ "path": "/tenantnetworks/{tenantNetworkId}/internetconnectors/{internetconnectorId}"
2187
+ },
2188
+ {
2189
+ "fnName": "updateInternetConnector",
2190
+ "method": "put",
2191
+ "path": "/tenantnetworks/{tenantNetworkId}/internetconnectors/{internetconnectorId}"
2192
+ },
2193
+ {
2194
+ "fnName": "deleteInternetConnector",
2195
+ "method": "delete",
2196
+ "path": "/tenantnetworks/{tenantNetworkId}/internetconnectors/{internetconnectorId}"
2197
+ },
2198
+ {
2199
+ "fnName": "createDirectConnectConnector",
2200
+ "method": "post",
2201
+ "path": "/tenantnetworks/{tenantNetworkId}/directconnectconnectors"
2202
+ },
2203
+ {
2204
+ "fnName": "getDirectConnectConnector",
2205
+ "method": "get",
2206
+ "path": "/tenantnetworks/{tenantNetworkId}/directconnectconnectors/{directconnectconnectorId}"
2207
+ },
2208
+ {
2209
+ "fnName": "updateDirectConnectConnector",
2210
+ "method": "put",
2211
+ "path": "/tenantnetworks/{tenantNetworkId}/directconnectconnectors/{directconnectconnectorId}"
2212
+ },
2213
+ {
2214
+ "fnName": "deleteDirectConnectConnector",
2215
+ "method": "delete",
2216
+ "path": "/tenantnetworks/{tenantNetworkId}/directconnectconnectors/{directconnectconnectorId}"
2217
+ },
2218
+ {
2219
+ "fnName": "getDirectConnectConnectorInstanceConfiguration",
2220
+ "method": "get",
2221
+ "path": "/tenantnetworks/{tenantNetworkId}/directconnectconnectors/{directconnectconnectorId}/instances/{instanceId}/configuration"
2222
+ },
2223
+ {
2224
+ "fnName": "createAzureErConnector",
2225
+ "method": "post",
2226
+ "path": "/tenantnetworks/{tenantNetworkId}/azure-express-route-connectors"
2227
+ },
2228
+ {
2229
+ "fnName": "updateAzureErConnector",
2230
+ "method": "put",
2231
+ "path": "/tenantnetworks/{tenantNetworkId}/azure-express-route-connectors/{azureErConnectorId}"
2232
+ },
2233
+ {
2234
+ "fnName": "deleteAzureErConnector",
2235
+ "method": "delete",
2236
+ "path": "/tenantnetworks/{tenantNetworkId}/azure-express-route-connectors/{azureErConnectorId}"
2237
+ },
2238
+ {
2239
+ "fnName": "getAzureErConnectorInstanceConfiguration",
2240
+ "method": "get",
2241
+ "path": "/tenantnetworks/{tenantNetworkId}/azure-express-route-connectors/{azureErConnectorId}/instances/{instanceId}/configuration"
2242
+ },
2243
+ {
2244
+ "fnName": "getAuditLogs",
2245
+ "method": "get",
2246
+ "path": "/auditlogs"
2247
+ },
2248
+ {
2249
+ "fnName": "getAuditLogTags",
2250
+ "method": "get",
2251
+ "path": "/auditlog-tags"
2252
+ },
2253
+ {
2254
+ "fnName": "createTenantNetwork",
2255
+ "method": "post",
2256
+ "path": "/tenantnetworks"
2257
+ },
2258
+ {
2259
+ "fnName": "getTenantNetwork",
2260
+ "method": "get",
2261
+ "path": "/tenantnetworks/{tenantNetworkId}"
2262
+ },
2263
+ {
2264
+ "fnName": "updateTenantNetwork",
2265
+ "method": "put",
2266
+ "path": "/tenantnetworks/{tenantNetworkId}"
2267
+ },
2268
+ {
2269
+ "fnName": "deleteTenantNetwork",
2270
+ "method": "delete",
2271
+ "path": "/tenantnetworks/{tenantNetworkId}"
2272
+ },
2273
+ {
2274
+ "fnName": "provisionTenantNetwork",
2275
+ "method": "post",
2276
+ "path": "/tenantnetworks/{tenantNetworkId}/provision"
2277
+ },
2278
+ {
2279
+ "fnName": "getFirewallZone",
2280
+ "method": "get",
2281
+ "path": "/tenantnetworks/{tenantNetworkId}/firewallzones/{firewallzoneId}"
2282
+ },
2283
+ {
2284
+ "fnName": "createInternetApplication",
2285
+ "method": "post",
2286
+ "path": "/tenantnetworks/{tenantNetworkId}/internet-applications"
2287
+ },
2288
+ {
2289
+ "fnName": "getInternetApplication",
2290
+ "method": "get",
2291
+ "path": "/tenantnetworks/{tenantNetworkId}/internet-applications/{internetapplicationId}"
2292
+ },
2293
+ {
2294
+ "fnName": "updateInternetApplication",
2295
+ "method": "put",
2296
+ "path": "/tenantnetworks/{tenantNetworkId}/internet-applications/{internetapplicationId}"
2297
+ },
2298
+ {
2299
+ "fnName": "deleteInternetApplication",
2300
+ "method": "delete",
2301
+ "path": "/tenantnetworks/{tenantNetworkId}/internet-applications/{internetapplicationId}"
2302
+ },
2303
+ {
2304
+ "fnName": "createPANFWService",
2305
+ "method": "post",
2306
+ "path": "/tenantnetworks/{tenantNetworkId}/panfwservices"
2307
+ },
2308
+ {
2309
+ "fnName": "getPANFWService",
2310
+ "method": "get",
2311
+ "path": "/tenantnetworks/{tenantNetworkId}/panfwservices/{serviceId}"
2312
+ },
2313
+ {
2314
+ "fnName": "updatePANFWService",
2315
+ "method": "put",
2316
+ "path": "/tenantnetworks/{tenantNetworkId}/panfwservices/{serviceId}"
2317
+ },
2318
+ {
2319
+ "fnName": "deletePANFWService",
2320
+ "method": "delete",
2321
+ "path": "/tenantnetworks/{tenantNetworkId}/panfwservices/{serviceId}"
2322
+ },
2323
+ {
2324
+ "fnName": "getPANFWServiceInstanceConfiguration",
2325
+ "method": "get",
2326
+ "path": "/tenantnetworks/{tenantNetworkId}/panfwservices/{serviceId}/instances/{instanceId}/configuration"
2327
+ },
2328
+ {
2329
+ "fnName": "getPANAutoscaleOptionsUsingGET",
2330
+ "method": "get",
2331
+ "path": "/tenantnetworks/{tenantNetworkId}/panfwservices/{serviceId}/autoscaleoptions"
2332
+ },
2333
+ {
2334
+ "fnName": "updatePANAutoscaleOptionsUsingPUT",
2335
+ "method": "put",
2336
+ "path": "/tenantnetworks/{tenantNetworkId}/panfwservices/{serviceId}/autoscaleoptions"
2337
+ },
2338
+ {
2339
+ "fnName": "deletePANAutoscaleOptionsUsingDELETE",
2340
+ "method": "delete",
2341
+ "path": "/tenantnetworks/{tenantNetworkId}/panfwservices/{serviceId}/autoscaleoptions"
2342
+ },
2343
+ {
2344
+ "fnName": "getService",
2345
+ "method": "get",
2346
+ "path": "/tenantnetworks/{tenantNetworkId}/services/{serviceId}"
2347
+ },
2348
+ {
2349
+ "fnName": "getbillinginformation",
2350
+ "method": "get",
2351
+ "path": "/billing-info"
2352
+ },
2353
+ {
2354
+ "fnName": "getinvoicesummaries",
2355
+ "method": "get",
2356
+ "path": "/invoice-summaries"
2357
+ },
2358
+ {
2359
+ "fnName": "getInvoiceSummary",
2360
+ "method": "get",
2361
+ "path": "/invoice-summaries/{invoiceId}"
2362
+ },
2363
+ {
2364
+ "fnName": "pingFromConnector",
2365
+ "method": "post",
2366
+ "path": "/tenantnetworks/{tenantNetworkId}/connectors/{connectorId}/troubleshooting/ping"
2367
+ },
2368
+ {
2369
+ "fnName": "pingFromConnectorInstance",
2370
+ "method": "post",
2371
+ "path": "/tenantnetworks/{tenantNetworkId}/connectors/{connectorId}/instances/{instanceId}/troubleshooting/ping"
2372
+ },
2373
+ {
2374
+ "fnName": "getJobs",
2375
+ "method": "get",
2376
+ "path": "/jobs"
2377
+ },
2378
+ {
2379
+ "fnName": "getJob",
2380
+ "method": "get",
2381
+ "path": "/jobs/{jobId}"
2382
+ },
2383
+ {
2384
+ "fnName": "getAlerts",
2385
+ "method": "get",
2386
+ "path": "/alerts"
2387
+ },
2388
+ {
2389
+ "fnName": "getAlertTags",
2390
+ "method": "get",
2391
+ "path": "/alert-tags"
2392
+ },
2393
+ {
2394
+ "fnName": "resolved",
2395
+ "method": "get",
2396
+ "path": "/alerts/{id}"
2397
+ },
2398
+ {
2399
+ "fnName": "traceRouteFromConnector",
2400
+ "method": "post",
2401
+ "path": "/tenantnetworks/{tenantNetworkId}/connectors/{connectorId}/troubleshooting/traceroute"
2402
+ },
2403
+ {
2404
+ "fnName": "traceRouteFromConnectorInstance",
2405
+ "method": "post",
2406
+ "path": "/tenantnetworks/{tenantNetworkId}/connectors/{connectorId}/instances/{instanceId}/troubleshooting/traceroute"
2407
+ },
2408
+ {
2409
+ "fnName": "logsFromConnector",
2410
+ "method": "post",
2411
+ "path": "/tenantnetworks/{tenantNetworkId}/connectors/{connectorId}/troubleshooting/logs"
2412
+ },
2413
+ {
2414
+ "fnName": "logsFromConnectorInstance",
2415
+ "method": "post",
2416
+ "path": "/tenantnetworks/{tenantNetworkId}/connectors/{connectorId}/instances/{instanceId}/troubleshooting/logs"
2417
+ },
2418
+ {
2419
+ "fnName": "getSessionCountUsingGET",
2420
+ "method": "get",
2421
+ "path": "/tenantnetworks/{tenantNetworkId}/stats/application-sessions/{appName}"
2422
+ },
2423
+ {
2424
+ "fnName": "getAppNameTimeSeriesUsingGET",
2425
+ "method": "get",
2426
+ "path": "/tenantnetworks/{tenantNetworkId}/stats/applications"
2427
+ },
2428
+ {
2429
+ "fnName": "getRuleNameTimeSeriesUsingGET",
2430
+ "method": "get",
2431
+ "path": "/tenantnetworks/{tenantNetworkId}/stats/policyhits"
2432
+ },
2433
+ {
2434
+ "fnName": "getTopApplicationsUsingGET",
2435
+ "method": "get",
2436
+ "path": "/tenantnetworks/{tenantNetworkId}/stats/topapplications"
2437
+ },
2438
+ {
2439
+ "fnName": "getTopApplicationsbyConnectorUsingGET",
2440
+ "method": "get",
2441
+ "path": "/tenantnetworks/{tenantNetworkId}/stats/topapplications/{connectorId}"
2442
+ },
2443
+ {
2444
+ "fnName": "getTopPolicyHitsUsingGET",
2445
+ "method": "get",
2446
+ "path": "/tenantnetworks/{tenantNetworkId}/stats/toppolicyhits"
2447
+ },
2448
+ {
2449
+ "fnName": "getTopPolicyHitsbyConnectorUsingGET",
2450
+ "method": "get",
2451
+ "path": "/tenantnetworks/{tenantNetworkId}/stats/toppolicyhits/{connectorId}"
2452
+ },
2453
+ {
2454
+ "fnName": "getRemoteAccesssConnectorConfiguration",
2455
+ "method": "get",
2456
+ "path": "/tenantnetworks/{tenantNetworkId}/alkira-remote-access-connectors/{connectorId}/configuration"
2457
+ },
2458
+ {
2459
+ "fnName": "deleteAllRemoteAccessSessions",
2460
+ "method": "delete",
2461
+ "path": "/alkira-remote-access-connector-templates/{connectorTemplateId}/sessions"
2462
+ },
2463
+ {
2464
+ "fnName": "deleteRemoteAccessSession",
2465
+ "method": "delete",
2466
+ "path": "/alkira-remote-access-connector-templates/{connectorTemplateId}/sessions/{sessionId}"
2467
+ },
2468
+ {
2469
+ "fnName": "updateTenantPreferences",
2470
+ "method": "put",
2471
+ "path": "/tenants/{tenantId}/preferences"
2472
+ },
2473
+ {
2474
+ "fnName": "createCloudProviderAccount",
2475
+ "method": "post",
2476
+ "path": "/cloud-provider-accounts"
2477
+ },
2478
+ {
2479
+ "fnName": "deleteallCloudProviderAccounts",
2480
+ "method": "delete",
2481
+ "path": "/cloud-provider-accounts"
2482
+ },
2483
+ {
2484
+ "fnName": "updateCloudProviderAccount",
2485
+ "method": "put",
2486
+ "path": "/cloud-provider-accounts/{cloudProviderAccountId}"
2487
+ },
2488
+ {
2489
+ "fnName": "deleteCloudProviderAccount",
2490
+ "method": "delete",
2491
+ "path": "/cloud-provider-accounts/{cloudProviderAccountId}"
2492
+ },
2493
+ {
2494
+ "fnName": "getCloudProviderObjects",
2495
+ "method": "get",
2496
+ "path": "/cloud-provider-objects"
2497
+ },
2498
+ {
2499
+ "fnName": "getCloudProviderObjectSyncRequests",
2500
+ "method": "get",
2501
+ "path": "/cloud-provider-object-sync-requests"
2502
+ },
2503
+ {
2504
+ "fnName": "createCloudProviderObjectSyncRequest",
2505
+ "method": "post",
2506
+ "path": "/cloud-provider-object-sync-requests"
2507
+ },
2508
+ {
2509
+ "fnName": "deleteallCloudProviderObjectSyncRequests",
2510
+ "method": "delete",
2511
+ "path": "/cloud-provider-object-sync-requests"
2512
+ },
2513
+ {
2514
+ "fnName": "getCloudInsights",
2515
+ "method": "get",
2516
+ "path": "/cloud-insights"
2517
+ },
2518
+ {
2519
+ "fnName": "deleteallCloudInsights",
2520
+ "method": "delete",
2521
+ "path": "/cloud-insights"
2522
+ },
2523
+ {
2524
+ "fnName": "updateCloudInsight",
2525
+ "method": "put",
2526
+ "path": "/cloud-insights/{cloudInsightId}"
2527
+ },
2528
+ {
2529
+ "fnName": "getCloudInsightRefreshRequests",
2530
+ "method": "get",
2531
+ "path": "/cloud-insight-refresh-requests"
2532
+ },
2533
+ {
2534
+ "fnName": "createCloudInsightRefreshRequest",
2535
+ "method": "post",
2536
+ "path": "/cloud-insight-refresh-requests"
2537
+ },
2538
+ {
2539
+ "fnName": "deleteallCloudInsightRefreshRequests",
2540
+ "method": "delete",
2541
+ "path": "/cloud-insight-refresh-requests"
2542
+ },
2543
+ {
2544
+ "fnName": "getCloudInsightDefinitions",
2545
+ "method": "get",
2546
+ "path": "/cloud-insight-definitions"
2547
+ },
2548
+ {
2549
+ "fnName": "getCloudInsightDefinition",
2550
+ "method": "get",
2551
+ "path": "/cloud-insight-definitions/{cloudInsightDefinitionId}"
2552
+ },
2553
+ {
2554
+ "fnName": "updateCloudInsightDefinition",
2555
+ "method": "put",
2556
+ "path": "/cloud-insight-definitions/{cloudInsightDefinitionId}"
2557
+ },
2558
+ {
2559
+ "fnName": "getCloudInsightDefinitionSummaries",
2560
+ "method": "get",
2561
+ "path": "/cloud-insight-definitions-summary"
2562
+ },
2563
+ {
2564
+ "fnName": "getCloudInsightReportConfigurations",
2565
+ "method": "get",
2566
+ "path": "/cloud-insight-report-configurations"
2567
+ },
2568
+ {
2569
+ "fnName": "createCloudInsightReportConfiguration",
2570
+ "method": "post",
2571
+ "path": "/cloud-insight-report-configurations"
2572
+ },
2573
+ {
2574
+ "fnName": "deleteallCloudInsightReportConfigurations",
2575
+ "method": "delete",
2576
+ "path": "/cloud-insight-report-configurations"
2577
+ },
2578
+ {
2579
+ "fnName": "getCloudInsightReports",
2580
+ "method": "get",
2581
+ "path": "/cloud-insight-reports"
2582
+ },
2583
+ {
2584
+ "fnName": "deleteallCloudInsightReports",
2585
+ "method": "delete",
2586
+ "path": "/cloud-insight-reports"
2587
+ },
2588
+ {
2589
+ "fnName": "deleteCloudInsightReport",
2590
+ "method": "delete",
2591
+ "path": "/cloud-insight-reports/{cloudInsightReportId}"
2592
+ },
2593
+ {
2594
+ "fnName": "createBillingTag",
2595
+ "method": "post",
2596
+ "path": "/tags"
2597
+ },
2598
+ {
2599
+ "fnName": "getBillingTag",
2600
+ "method": "get",
2601
+ "path": "/tags/{billingTagId}"
2602
+ },
2603
+ {
2604
+ "fnName": "updateBillingTag",
2605
+ "method": "put",
2606
+ "path": "/tags/{billingTagId}"
2607
+ },
2608
+ {
2609
+ "fnName": "deleteBillingTag",
2610
+ "method": "delete",
2611
+ "path": "/tags/{billingTagId}"
2612
+ },
2613
+ {
2614
+ "fnName": "createArubaEdgeConnectConnector",
2615
+ "method": "post",
2616
+ "path": "/tenantnetworks/{tenantNetworkId}/aruba-edge-connectors"
2617
+ },
2618
+ {
2619
+ "fnName": "updateArubaEdgeConnectConnector",
2620
+ "method": "put",
2621
+ "path": "/tenantnetworks/{tenantNetworkId}/aruba-edge-connectors/{arubaEdgeconnectConnectorId}"
2622
+ },
2623
+ {
2624
+ "fnName": "deleteArubaEdgeConnectConnector",
2625
+ "method": "delete",
2626
+ "path": "/tenantnetworks/{tenantNetworkId}/aruba-edge-connectors/{arubaEdgeconnectConnectorId}"
2627
+ },
2628
+ {
2629
+ "fnName": "getArubaEdgeConnectConnectorInstanceConfiguration",
2630
+ "method": "get",
2631
+ "path": "/tenantnetworks/{tenantNetworkId}/aruba-edge-connectors/{arubaEdgeconnectconnectorId}/instances/{instanceId}/configuration"
2632
+ },
2633
+ {
2634
+ "fnName": "createAkamaiProlexicConnector",
2635
+ "method": "post",
2636
+ "path": "/tenantnetworks/{tenantNetworkId}/akamai-prolexic-connectors"
2637
+ },
2638
+ {
2639
+ "fnName": "updateAkamaiProlexicConnector",
2640
+ "method": "put",
2641
+ "path": "/tenantnetworks/{tenantNetworkId}/akamai-prolexic-connectors/{id}"
2642
+ },
2643
+ {
2644
+ "fnName": "deleteAkamaiProlexicConnector",
2645
+ "method": "delete",
2646
+ "path": "/tenantnetworks/{tenantNetworkId}/akamai-prolexic-connectors/{id}"
2647
+ },
2648
+ {
2649
+ "fnName": "getCountUsingGET",
2650
+ "method": "get",
2651
+ "path": "/tenantnetworks/{tenantNetworkId}/stats/remote-access-sessions/count"
2652
+ },
2653
+ {
2654
+ "fnName": "getRemoteAccessTopApplications",
2655
+ "method": "get",
2656
+ "path": "/tenantnetworks/{tenantNetworkId}/stats/remote-access-sessions/topapplications"
2657
+ },
2658
+ {
2659
+ "fnName": "getRemoteAccessDataUtilizationUsingGET",
2660
+ "method": "get",
2661
+ "path": "/tenantnetworks/{tenantNetworkId}/stats/remote-access-sessions/data-utilization"
2662
+ },
2663
+ {
2664
+ "fnName": "getRemoteAccessConnectorDataUtilizationUsingGET",
2665
+ "method": "get",
2666
+ "path": "/tenantnetworks/{tenantNetworkId}/stats/remote-access-sessions/utilization"
2667
+ },
2668
+ {
2669
+ "fnName": "getRemoteAccessTopPolicyHits",
2670
+ "method": "get",
2671
+ "path": "/tenantnetworks/{tenantNetworkId}/stats/remote-access-sessions/toppolicyhits"
2672
+ },
2673
+ {
2674
+ "fnName": "getRemoteAccessBandwidthUtilizationUsingGET",
2675
+ "method": "get",
2676
+ "path": "/tenantnetworks/{tenantNetworkId}/stats/remote-access-sessions/bandwidth-utilization"
2677
+ },
2678
+ {
2679
+ "fnName": "getAuthenticationAttemptsUsingGET",
2680
+ "method": "get",
2681
+ "path": "/tenantnetworks/{tenantNetworkId}/alkira-remote-access-connector-templates/{templateId}/authentication-attempts"
2682
+ },
2683
+ {
2684
+ "fnName": "getRemoteAccessSessionsUsingGET",
2685
+ "method": "get",
2686
+ "path": "/tenantnetworks/{tenantNetworkId}/alkira-remote-access-connector-templates/{templateId}/sessions"
2687
+ },
2688
+ {
2689
+ "fnName": "createNATPolicy",
2690
+ "method": "post",
2691
+ "path": "/tenantnetworks/{tenantNetworkId}/nat-policies"
2692
+ },
2693
+ {
2694
+ "fnName": "getNATPolicy",
2695
+ "method": "get",
2696
+ "path": "/tenantnetworks/{tenantNetworkId}/nat-policies/{NATPolicyId}"
2697
+ },
2698
+ {
2699
+ "fnName": "updateNATPolicy",
2700
+ "method": "put",
2701
+ "path": "/tenantnetworks/{tenantNetworkId}/nat-policies/{NATPolicyId}"
2702
+ },
2703
+ {
2704
+ "fnName": "deleteNATPolicy",
2705
+ "method": "delete",
2706
+ "path": "/tenantnetworks/{tenantNetworkId}/nat-policies/{NATPolicyId}"
2707
+ },
2708
+ {
2709
+ "fnName": "createNATRule",
2710
+ "method": "post",
2711
+ "path": "/tenantnetworks/{tenantNetworkId}/nat-rules"
2712
+ },
2713
+ {
2714
+ "fnName": "getNATRule",
2715
+ "method": "get",
2716
+ "path": "/tenantnetworks/{tenantNetworkId}/nat-rules/{NATRuleId}"
2717
+ },
2718
+ {
2719
+ "fnName": "updateNATRule",
2720
+ "method": "put",
2721
+ "path": "/tenantnetworks/{tenantNetworkId}/nat-rules/{NATRuleId}"
2722
+ },
2723
+ {
2724
+ "fnName": "deleteNATRule",
2725
+ "method": "delete",
2726
+ "path": "/tenantnetworks/{tenantNetworkId}/nat-rules/{NATRuleId}"
2727
+ },
2728
+ {
2729
+ "fnName": "deleteGlobalCidrList",
2730
+ "method": "delete",
2731
+ "path": "/tenantnetworks/{tenantNetworkId}/global-cidr-lists/{GlobalCidrListId}"
2732
+ },
2733
+ {
2734
+ "fnName": "createSegmentResource",
2735
+ "method": "post",
2736
+ "path": "/tenantnetworks/{tenantNetworkId}/segment-resources"
2737
+ },
2738
+ {
2739
+ "fnName": "getSegmentResource",
2740
+ "method": "get",
2741
+ "path": "/tenantnetworks/{tenantNetworkId}/segment-resources/{segmentResourceId}"
2742
+ },
2743
+ {
2744
+ "fnName": "updateSegmentResource",
2745
+ "method": "put",
2746
+ "path": "/tenantnetworks/{tenantNetworkId}/segment-resources/{segmentResourceId}"
2747
+ },
2748
+ {
2749
+ "fnName": "deleteSegmentResource",
2750
+ "method": "delete",
2751
+ "path": "/tenantnetworks/{tenantNetworkId}/segment-resources/{segmentResourceId}"
2752
+ },
2753
+ {
2754
+ "fnName": "createSegmentResourceShare",
2755
+ "method": "post",
2756
+ "path": "/tenantnetworks/{tenantNetworkId}/segment-resource-shares"
2757
+ },
2758
+ {
2759
+ "fnName": "getSegmentResourceShare",
2760
+ "method": "get",
2761
+ "path": "/tenantnetworks/{tenantNetworkId}/segment-resource-shares/{SegmentResourceShareId}"
2762
+ },
2763
+ {
2764
+ "fnName": "updateSegmentResourceShare",
2765
+ "method": "put",
2766
+ "path": "/tenantnetworks/{tenantNetworkId}/segment-resource-shares/{SegmentResourceShareId}"
2767
+ },
2768
+ {
2769
+ "fnName": "deleteSegmentResourceShare",
2770
+ "method": "delete",
2771
+ "path": "/tenantnetworks/{tenantNetworkId}/segment-resource-shares/{SegmentResourceShareId}"
2772
+ },
2773
+ {
2774
+ "fnName": "createCheckPointFWService",
2775
+ "method": "post",
2776
+ "path": "/tenantnetworks/{tenantNetworkId}/chkp-fw-services"
2777
+ },
2778
+ {
2779
+ "fnName": "getCheckPointFWService",
2780
+ "method": "get",
2781
+ "path": "/tenantnetworks/{tenantNetworkId}/chkp-fw-services/{serviceId}"
2782
+ },
2783
+ {
2784
+ "fnName": "updateCheckPointFWService",
2785
+ "method": "put",
2786
+ "path": "/tenantnetworks/{tenantNetworkId}/chkp-fw-services/{serviceId}"
2787
+ },
2788
+ {
2789
+ "fnName": "deleteCheckPointFWService",
2790
+ "method": "delete",
2791
+ "path": "/tenantnetworks/{tenantNetworkId}/chkp-fw-services/{serviceId}"
2792
+ },
2793
+ {
2794
+ "fnName": "getCheckPointFWServiceInstanceConfiguration",
2795
+ "method": "get",
2796
+ "path": "/tenantnetworks/{tenantNetworkId}/chkp-fw-services/{serviceId}/instances/{instanceId}/configuration"
2797
+ },
2798
+ {
2799
+ "fnName": "deleteFortinetFWService",
2800
+ "method": "delete",
2801
+ "path": "/tenantnetworks/{tenantNetworkId}/ftnt-fw-services/{serviceId}"
2802
+ },
2803
+ {
2804
+ "fnName": "getFortinetFWServiceInstanceConfiguration",
2805
+ "method": "get",
2806
+ "path": "/tenantnetworks/{tenantNetworkId}/ftnt-fw-services/{serviceId}/instances/{instanceId}/configuration"
2807
+ },
2808
+ {
2809
+ "fnName": "getCiscoFTDvFWServiceInstanceConfiguration",
2810
+ "method": "get",
2811
+ "path": "/tenantnetworks/{tenantNetworkId}/cisco-ftdv-fw-services/{serviceId}/instances/{instanceId}/configuration"
2812
+ },
2813
+ {
2814
+ "fnName": "createZscalerInternetAccessService",
2815
+ "method": "post",
2816
+ "path": "/tenantnetworks/{tenantNetworkId}/zscaler-internet-access-services"
2817
+ },
2818
+ {
2819
+ "fnName": "getZscalerInternetAccessService",
2820
+ "method": "get",
2821
+ "path": "/tenantnetworks/{tenantNetworkId}/zscaler-internet-access-services/{serviceId}"
2822
+ },
2823
+ {
2824
+ "fnName": "updateZscalerInternetAccessService",
2825
+ "method": "put",
2826
+ "path": "/tenantnetworks/{tenantNetworkId}/zscaler-internet-access-services/{serviceId}"
2827
+ },
2828
+ {
2829
+ "fnName": "deleteZscalerInternetAccessService",
2830
+ "method": "delete",
2831
+ "path": "/tenantnetworks/{tenantNetworkId}/zscaler-internet-access-services/{serviceId}"
2832
+ },
2833
+ {
2834
+ "fnName": "createInfoBloxService",
2835
+ "method": "post",
2836
+ "path": "/tenantnetworks/{tenantNetworkId}/infoblox-services"
2837
+ },
2838
+ {
2839
+ "fnName": "getInfoBloxService",
2840
+ "method": "get",
2841
+ "path": "/tenantnetworks/{tenantNetworkId}/infoblox-services/{serviceId}"
2842
+ },
2843
+ {
2844
+ "fnName": "updateInfoBloxService",
2845
+ "method": "put",
2846
+ "path": "/tenantnetworks/{tenantNetworkId}/infoblox-services/{serviceId}"
2847
+ },
2848
+ {
2849
+ "fnName": "deleteInfoBloxService",
2850
+ "method": "delete",
2851
+ "path": "/tenantnetworks/{tenantNetworkId}/infoblox-services/{serviceId}"
2852
+ },
2853
+ {
2854
+ "fnName": "getFeatureFlag",
2855
+ "method": "get",
2856
+ "path": "/tenantfeatureflags/{feature}"
2857
+ },
2858
+ {
2859
+ "fnName": "capturePacketsFromConnector",
2860
+ "method": "post",
2861
+ "path": "/tenantnetworks/{tenantNetworkId}/connectors/{connectorId}/troubleshooting/capturepackets"
2862
+ },
2863
+ {
2864
+ "fnName": "downloadPacketCapture",
2865
+ "method": "get",
2866
+ "path": "/troubleshooting/capturepackets/download"
2867
+ },
2868
+ {
2869
+ "fnName": "deleteAllBYOIP",
2870
+ "method": "delete",
2871
+ "path": "/tenantnetworks/{tenantNetworkId}/byoips"
2872
+ },
2873
+ {
2874
+ "fnName": "updateBYOIP",
2875
+ "method": "put",
2876
+ "path": "/tenantnetworks/{tenantNetworkId}/byoips/{byoipId}"
2877
+ },
2878
+ {
2879
+ "fnName": "deleteBYOIP",
2880
+ "method": "delete",
2881
+ "path": "/tenantnetworks/{tenantNetworkId}/byoips/{byoipId}"
2882
+ },
2883
+ {
2884
+ "fnName": "addAWSVPCCredentialsUsingPOST",
2885
+ "method": "post",
2886
+ "path": "/credentials/awsvpc"
2887
+ },
2888
+ {
2889
+ "fnName": "updateAWSVPCCredentialsUsingPUT",
2890
+ "method": "put",
2891
+ "path": "/credentials/awsvpc/{credentialId}"
2892
+ },
2893
+ {
2894
+ "fnName": "deleteAwsVpcCredentialsUsingDELETE",
2895
+ "method": "delete",
2896
+ "path": "/credentials/awsvpc/{credentialId}"
2897
+ },
2898
+ {
2899
+ "fnName": "addAzureCredentialsUsingPOST",
2900
+ "method": "post",
2901
+ "path": "/tenantnetworks/{tenantNetworkId}/credentials/azurevnet"
2902
+ },
2903
+ {
2904
+ "fnName": "updateAzureCredentialsUsingPUT",
2905
+ "method": "put",
2906
+ "path": "/credentials/azurevnet/{credentialId}"
2907
+ },
2908
+ {
2909
+ "fnName": "deleteAzureCredentialsUsingDELETE",
2910
+ "method": "delete",
2911
+ "path": "/credentials/azurevnet/{credentialId}"
2912
+ },
2913
+ {
2914
+ "fnName": "addOCIVCNCredentialsUsingPOST",
2915
+ "method": "post",
2916
+ "path": "/credentials/ocivcn"
2917
+ },
2918
+ {
2919
+ "fnName": "updateOCIVCNCredentialsUsingPUT",
2920
+ "method": "put",
2921
+ "path": "/credentials/ocivcn/{credentialId}"
2922
+ },
2923
+ {
2924
+ "fnName": "deletePOCIVCNCredentialsUsingDELETE",
2925
+ "method": "delete",
2926
+ "path": "/credentials/ocivcn/{credentialId}"
2927
+ },
2928
+ {
2929
+ "fnName": "addCiscoSDWANInstanceCredentialsUsingPOST",
2930
+ "method": "post",
2931
+ "path": "/credentials/ciscosdwan"
2932
+ },
2933
+ {
2934
+ "fnName": "updateCiscoSDWANInstanceCredentialsUsingPUT",
2935
+ "method": "put",
2936
+ "path": "/credentials/ciscosdwan/{credentialId}"
2937
+ },
2938
+ {
2939
+ "fnName": "deleteCiscosdwanCredentialsUsingDELETE",
2940
+ "method": "delete",
2941
+ "path": "/credentials/ciscosdwan/{credentialId}"
2942
+ },
2943
+ {
2944
+ "fnName": "addGCPCredentialsUsingPOST",
2945
+ "method": "post",
2946
+ "path": "/credentials/gcpvpc"
2947
+ },
2948
+ {
2949
+ "fnName": "updateGCPCredentialsUsingPUT",
2950
+ "method": "put",
2951
+ "path": "/credentials/gcpvpc/{credentialId}"
2952
+ },
2953
+ {
2954
+ "fnName": "deleteGcpvpcCredentialsUsingDELETE",
2955
+ "method": "delete",
2956
+ "path": "/credentials/gcpvpc/{credentialId}"
2957
+ },
2958
+ {
2959
+ "fnName": "addLDAPCredentialsUsingPOST",
2960
+ "method": "post",
2961
+ "path": "/credentials/ldap"
2962
+ },
2963
+ {
2964
+ "fnName": "updateLDAPCredentialsUsingPUT",
2965
+ "method": "put",
2966
+ "path": "/credentials/ldap/{credentialId}"
2967
+ },
2968
+ {
2969
+ "fnName": "deleteLDAPCredentialsUsingDELETE",
2970
+ "method": "delete",
2971
+ "path": "/credentials/ldap/{credentialId}"
2972
+ },
2973
+ {
2974
+ "fnName": "addPANCredentialsUsingPOST",
2975
+ "method": "post",
2976
+ "path": "/credentials/pan"
2977
+ },
2978
+ {
2979
+ "fnName": "updatePANCredentialsUsingPUT",
2980
+ "method": "put",
2981
+ "path": "/credentials/pan/{credentialId}"
2982
+ },
2983
+ {
2984
+ "fnName": "deletePanCredentialsUsingDELETE",
2985
+ "method": "delete",
2986
+ "path": "/credentials/pan/{credentialId}"
2987
+ },
2988
+ {
2989
+ "fnName": "addPANInstanceCredentialsUsingPOST",
2990
+ "method": "post",
2991
+ "path": "/credentials/paninstance"
2992
+ },
2993
+ {
2994
+ "fnName": "updatePANInstanceCredentialsUsingPUT",
2995
+ "method": "put",
2996
+ "path": "/credentials/paninstance/{credentialId}"
2997
+ },
2998
+ {
2999
+ "fnName": "deletePanInstanceCredentialsUsingDELETE",
3000
+ "method": "delete",
3001
+ "path": "/credentials/paninstance/{credentialId}"
3002
+ },
3003
+ {
3004
+ "fnName": "addPANMasterKeyCredentialsUsingPOST",
3005
+ "method": "post",
3006
+ "path": "/credentials/pan-masterkey"
3007
+ },
3008
+ {
3009
+ "fnName": "updatePANMasterKeyCredentialsUsingPUT",
3010
+ "method": "put",
3011
+ "path": "/credentials/pan-masterkey/{credentialId}"
3012
+ },
3013
+ {
3014
+ "fnName": "deletePanMasterKeyCredentialsUsingDELETE",
3015
+ "method": "delete",
3016
+ "path": "/credentials/pan-masterkey/{credentialId}"
3017
+ },
3018
+ {
3019
+ "fnName": "addPANRegistrationCredentialsUsingPOST",
3020
+ "method": "post",
3021
+ "path": "/credentials/pan-registration"
3022
+ },
3023
+ {
3024
+ "fnName": "updatePANRegistrationCredentialsUsingPUT",
3025
+ "method": "put",
3026
+ "path": "/credentials/pan-registration/{credentialId}"
3027
+ },
3028
+ {
3029
+ "fnName": "deletePanRegistrationCredentialsUsingDELETE",
3030
+ "method": "delete",
3031
+ "path": "/credentials/pan-registration/{credentialId}"
3032
+ },
3033
+ {
3034
+ "fnName": "addKeyPairCredentialsUsingPOST",
3035
+ "method": "post",
3036
+ "path": "/credentials/keypair"
3037
+ },
3038
+ {
3039
+ "fnName": "deleteKeyPairCredentialsUsingDELETE",
3040
+ "method": "delete",
3041
+ "path": "/credentials/keypair/{credentialId}"
3042
+ },
3043
+ {
3044
+ "fnName": "addArubaEdgeConnectCredentialsUsingPOST",
3045
+ "method": "post",
3046
+ "path": "/credentials/aruba-edge-connector-instances"
3047
+ },
3048
+ {
3049
+ "fnName": "deleteArubaEdgeConnectCredentialsUsingDELETE",
3050
+ "method": "delete",
3051
+ "path": "/credentials/aruba-edge-connector-instances/{credentialId}"
3052
+ },
3053
+ {
3054
+ "fnName": "addAkamaiProlexicCredentialsUsingPOST",
3055
+ "method": "post",
3056
+ "path": "/credentials/akamai-prolexic"
3057
+ },
3058
+ {
3059
+ "fnName": "deleteAkamaiProlexicCredentialsUsingDELETE",
3060
+ "method": "delete",
3061
+ "path": "/credentials/akamai-prolexic/{credentialId}"
3062
+ },
3063
+ {
3064
+ "fnName": "addCheckPointFWServiceCredentialsUsingPOST",
3065
+ "method": "post",
3066
+ "path": "/credentials/chkp-fw"
3067
+ },
3068
+ {
3069
+ "fnName": "updateCheckPointFWServiceCredentialsUsingPUT",
3070
+ "method": "put",
3071
+ "path": "/credentials/chkp-fw/{credentialId}"
3072
+ },
3073
+ {
3074
+ "fnName": "deletePCheckPointFWServiceCredentialsUsingDELETE",
3075
+ "method": "delete",
3076
+ "path": "/credentials/chkp-fw/{credentialId}"
3077
+ },
3078
+ {
3079
+ "fnName": "addCheckPointFWServiceInstanceCredentialsUsingPOST",
3080
+ "method": "post",
3081
+ "path": "/credentials/chkp-fw-instance"
3082
+ },
3083
+ {
3084
+ "fnName": "updateCheckPointFWServiceInstanceCredentialsUsingPUT",
3085
+ "method": "put",
3086
+ "path": "/credentials/chkp-fw-instance/{credentialId}"
3087
+ },
3088
+ {
3089
+ "fnName": "deletePCheckPointFWServiceInstanceCredentialsUsingDELETE",
3090
+ "method": "delete",
3091
+ "path": "/credentials/chkp-fw-instance/{credentialId}"
3092
+ },
3093
+ {
3094
+ "fnName": "addCheckPointFWManagementServerCredentialsUsingPOST",
3095
+ "method": "post",
3096
+ "path": "/credentials/chkp-fw-management-server"
3097
+ },
3098
+ {
3099
+ "fnName": "updateCheckPointFWManagementServerCredentialsUsingPUT",
3100
+ "method": "put",
3101
+ "path": "/credentials/chkp-fw-management-server/{credentialId}"
3102
+ },
3103
+ {
3104
+ "fnName": "deletePCheckPointFWManagementServerCredentialsUsingDELETE",
3105
+ "method": "delete",
3106
+ "path": "/credentials/chkp-fw-management-server/{credentialId}"
3107
+ },
3108
+ {
3109
+ "fnName": "addUsernamePasswordCredentialsUsingPOST",
3110
+ "method": "post",
3111
+ "path": "/credentials/username-password"
3112
+ },
3113
+ {
3114
+ "fnName": "updateUsernamePasswordCredentialsUsingPUT",
3115
+ "method": "put",
3116
+ "path": "/credentials/username-password/{credentialId}"
3117
+ },
3118
+ {
3119
+ "fnName": "deleteUsernamePasswordCredentialsUsingDELETE",
3120
+ "method": "delete",
3121
+ "path": "/credentials/username-password/{credentialId}"
3122
+ },
3123
+ {
3124
+ "fnName": "addSplunkHECTokenCredentialsUsingPOST",
3125
+ "method": "post",
3126
+ "path": "/credentials/splunk-hec-token"
3127
+ },
3128
+ {
3129
+ "fnName": "updateSplunkHECTokenCredentialsUsingPUT",
3130
+ "method": "put",
3131
+ "path": "/credentials/splunk-hec-token/{credentialId}"
3132
+ },
3133
+ {
3134
+ "fnName": "deleteSplunkHECTokenCredentialsUsingDELETE",
3135
+ "method": "delete",
3136
+ "path": "/credentials/splunk-hec-token/{credentialId}"
3137
+ },
3138
+ {
3139
+ "fnName": "addFtntFWServiceCredentialsUsingPOST",
3140
+ "method": "post",
3141
+ "path": "/credentials/ftntfw"
3142
+ },
3143
+ {
3144
+ "fnName": "updateFtntFWServiceCredentialsUsingPUT",
3145
+ "method": "put",
3146
+ "path": "/credentials/ftntfw/{credentialId}"
3147
+ },
3148
+ {
3149
+ "fnName": "deleteFtntFWServiceCredentialsUsingDELETE",
3150
+ "method": "delete",
3151
+ "path": "/credentials/ftntfw/{credentialId}"
3152
+ },
3153
+ {
3154
+ "fnName": "addFtntFWServiceInstanceCredentialsUsingPOST",
3155
+ "method": "post",
3156
+ "path": "/credentials/ftntfw-instance"
3157
+ },
3158
+ {
3159
+ "fnName": "updateFtntFWServiceInstanceCredentialsUsingPUT",
3160
+ "method": "put",
3161
+ "path": "/credentials/ftntfw-instance/{credentialId}"
3162
+ },
3163
+ {
3164
+ "fnName": "deleteFtntFWServiceInstanceCredentialsUsingDELETE",
3165
+ "method": "delete",
3166
+ "path": "/credentials/ftntfw-instance/{credentialId}"
3167
+ },
3168
+ {
3169
+ "fnName": "addCiscoFTDvFWCredentialsUsingPOST",
3170
+ "method": "post",
3171
+ "path": "/credentials/cisco-ftdv-fw"
3172
+ },
3173
+ {
3174
+ "fnName": "updateCiscoFTDvFWCredentialsUsingPUT",
3175
+ "method": "put",
3176
+ "path": "/credentials/cisco-ftdv-fw/{credentialId}"
3177
+ },
3178
+ {
3179
+ "fnName": "deleteCiscoFTDvFWCredentialsUsingDELETE",
3180
+ "method": "delete",
3181
+ "path": "/credentials/cisco-ftdv-fw/{credentialId}"
3182
+ },
3183
+ {
3184
+ "fnName": "addCiscoFTDvFWInstanceCredentialsUsingPOST",
3185
+ "method": "post",
3186
+ "path": "/credentials/cisco-ftdv-fw-instance"
3187
+ },
3188
+ {
3189
+ "fnName": "updateCiscoFTDvFWInstanceCredentialsUsingPUT",
3190
+ "method": "put",
3191
+ "path": "/credentials/cisco-ftdv-fw-instance/{credentialId}"
3192
+ },
3193
+ {
3194
+ "fnName": "deleteCiscoFTDvFWInstanceCredentialsUsingDELETE",
3195
+ "method": "delete",
3196
+ "path": "/credentials/cisco-ftdv-fw-instance/{credentialId}"
3197
+ },
3198
+ {
3199
+ "fnName": "addInfoBloxCredentialsUsingPOST",
3200
+ "method": "post",
3201
+ "path": "/credentials/infoblox"
3202
+ },
3203
+ {
3204
+ "fnName": "addInfoBloxInstanceCredentialsUsingPOST",
3205
+ "method": "post",
3206
+ "path": "/credentials/infoblox-instance"
3207
+ },
3208
+ {
3209
+ "fnName": "addInfoBloxGridMasterCredentialsUsingPOST",
3210
+ "method": "post",
3211
+ "path": "/credentials/infoblox-grid-master"
3212
+ },
3213
+ {
3214
+ "fnName": "deleteValidOneTimePasswords",
3215
+ "method": "delete",
3216
+ "path": "/otps"
3217
+ },
3218
+ {
3219
+ "fnName": "deleteOneTimePasswordById",
3220
+ "method": "delete",
3221
+ "path": "/otps/{otpId}"
3222
+ },
3223
+ {
3224
+ "fnName": "deleteLoginSpecification",
3225
+ "method": "delete",
3226
+ "path": "/login-specification"
3227
+ },
3228
+ {
3229
+ "fnName": "deletePasswordSpecification",
3230
+ "method": "delete",
3231
+ "path": "/password-specification"
3232
+ },
3233
+ {
3234
+ "fnName": "createRoutePolicies",
3235
+ "method": "post",
3236
+ "path": "/tenantnetworks/{tenantNetworkId}/route-policies"
3237
+ },
3238
+ {
3239
+ "fnName": "deleteAllRoutePolicies",
3240
+ "method": "delete",
3241
+ "path": "/tenantnetworks/{tenantNetworkId}/route-policies"
3242
+ },
3243
+ {
3244
+ "fnName": "getRoutePolicy",
3245
+ "method": "get",
3246
+ "path": "/tenantnetworks/{tenantNetworkId}/route-policies/{routePolicyId}"
3247
+ },
3248
+ {
3249
+ "fnName": "updateRoutePolicy",
3250
+ "method": "put",
3251
+ "path": "/tenantnetworks/{tenantNetworkId}/route-policies/{routePolicyId}"
3252
+ },
3253
+ {
3254
+ "fnName": "deleteRoutePolicy",
3255
+ "method": "delete",
3256
+ "path": "/tenantnetworks/{tenantNetworkId}/route-policies/{routePolicyId}"
3257
+ },
3258
+ {
3259
+ "fnName": "getInvoiceDetails",
3260
+ "method": "get",
3261
+ "path": "/invoices"
3262
+ },
3263
+ {
3264
+ "fnName": "getInvoiceDetail",
3265
+ "method": "get",
3266
+ "path": "/invoices/{invoiceId}"
3267
+ },
3268
+ {
3269
+ "fnName": "getMeters",
3270
+ "method": "get",
3271
+ "path": "/meters"
3272
+ },
3273
+ {
3274
+ "fnName": "getMeterItems",
3275
+ "method": "get",
3276
+ "path": "/meters/{meterId}/items"
3277
+ },
3278
+ {
3279
+ "fnName": "getRoutes",
3280
+ "method": "get",
3281
+ "path": "/tenantnetworks/{tenantNetworkId}/routes"
3282
+ },
3283
+ {
3284
+ "fnName": "createPolicy",
3285
+ "method": "post",
3286
+ "path": "/tenantnetworks/{tenantNetworkId}/policies"
3287
+ },
3288
+ {
3289
+ "fnName": "getPolicy",
3290
+ "method": "get",
3291
+ "path": "/tenantnetworks/{tenantNetworkId}/policies/{id}"
3292
+ },
3293
+ {
3294
+ "fnName": "updatePolicy",
3295
+ "method": "put",
3296
+ "path": "/tenantnetworks/{tenantNetworkId}/policies/{id}"
3297
+ },
3298
+ {
3299
+ "fnName": "deletePolicy",
3300
+ "method": "delete",
3301
+ "path": "/tenantnetworks/{tenantNetworkId}/policies/{id}"
3302
+ },
3303
+ {
3304
+ "fnName": "createRule",
3305
+ "method": "post",
3306
+ "path": "/tenantnetworks/{tenantNetworkId}/rules"
3307
+ },
3308
+ {
3309
+ "fnName": "getRule",
3310
+ "method": "get",
3311
+ "path": "/tenantnetworks/{tenantNetworkId}/rules/{id}"
3312
+ },
3313
+ {
3314
+ "fnName": "updateRule",
3315
+ "method": "put",
3316
+ "path": "/tenantnetworks/{tenantNetworkId}/rules/{id}"
3317
+ },
3318
+ {
3319
+ "fnName": "deleteRule",
3320
+ "method": "delete",
3321
+ "path": "/tenantnetworks/{tenantNetworkId}/rules/{id}"
3322
+ },
3323
+ {
3324
+ "fnName": "createRulelist",
3325
+ "method": "post",
3326
+ "path": "/tenantnetworks/{tenantNetworkId}/rulelists"
3327
+ },
3328
+ {
3329
+ "fnName": "getRulelist",
3330
+ "method": "get",
3331
+ "path": "/tenantnetworks/{tenantNetworkId}/rulelists/{id}"
3332
+ },
3333
+ {
3334
+ "fnName": "updateRulelist",
3335
+ "method": "put",
3336
+ "path": "/tenantnetworks/{tenantNetworkId}/rulelists/{id}"
3337
+ },
3338
+ {
3339
+ "fnName": "deleteRulelist",
3340
+ "method": "delete",
3341
+ "path": "/tenantnetworks/{tenantNetworkId}/rulelists/{id}"
3342
+ },
3343
+ {
3344
+ "fnName": "createPrefixlist",
3345
+ "method": "post",
3346
+ "path": "/tenantnetworks/{tenantNetworkId}/prefixlists"
3347
+ },
3348
+ {
3349
+ "fnName": "getPrefixlist",
3350
+ "method": "get",
3351
+ "path": "/tenantnetworks/{tenantNetworkId}/prefixlists/{id}"
3352
+ },
3353
+ {
3354
+ "fnName": "updatePrefixlist",
3355
+ "method": "put",
3356
+ "path": "/tenantnetworks/{tenantNetworkId}/prefixlists/{id}"
3357
+ },
3358
+ {
3359
+ "fnName": "deletePrefixlist",
3360
+ "method": "delete",
3361
+ "path": "/tenantnetworks/{tenantNetworkId}/prefixlists/{id}"
3362
+ },
3363
+ {
3364
+ "fnName": "getRetrieveshealthforallconnectorsandservicesinthistenant",
3365
+ "method": "get",
3366
+ "path": "/tenantnetworks/{tenantNetworkId}/health/v3"
3367
+ },
3368
+ {
3369
+ "fnName": "captureFlowsFromConnector",
3370
+ "method": "post",
3371
+ "path": "/tenantnetworks/{tenantNetworkId}/connectors/{connectorId}/troubleshooting/captureflows"
3372
+ },
3373
+ {
3374
+ "fnName": "captureFlowsFromResourceShare",
3375
+ "method": "post",
3376
+ "path": "/tenantnetworks/{tenantNetworkId}/segment-resource-shares/{segmentResourceShareId}/troubleshooting/captureflows"
3377
+ },
3378
+ {
3379
+ "fnName": "getActiveNatTranslation",
3380
+ "method": "post",
3381
+ "path": "/tenantnetworks/{tenantNetworkId}/connectors/{connectorId}/troubleshooting/active-nat-translations"
3382
+ },
3383
+ {
3384
+ "fnName": "getActiveNatTranslationForResourceShare",
3385
+ "method": "post",
3386
+ "path": "/tenantnetworks/{tenantNetworkId}/segment-resource-shares/{segmentResourceShareId}/troubleshooting/active-nat-translations"
3387
+ },
3388
+ {
3389
+ "fnName": "createAsPathLists",
3390
+ "method": "post",
3391
+ "path": "/tenantnetworks/{tenantNetworkId}/as-path-lists"
3392
+ },
3393
+ {
3394
+ "fnName": "deleteAllAsPathLists",
3395
+ "method": "delete",
3396
+ "path": "/tenantnetworks/{tenantNetworkId}/as-path-lists"
3397
+ },
3398
+ {
3399
+ "fnName": "getAsPathList",
3400
+ "method": "get",
3401
+ "path": "/tenantnetworks/{tenantNetworkId}/as-path-lists/{asPathListId}"
3402
+ },
3403
+ {
3404
+ "fnName": "updateAsPathList",
3405
+ "method": "put",
3406
+ "path": "/tenantnetworks/{tenantNetworkId}/as-path-lists/{asPathListId}"
3407
+ },
3408
+ {
3409
+ "fnName": "deleteAsPathList",
3410
+ "method": "delete",
3411
+ "path": "/tenantnetworks/{tenantNetworkId}/as-path-lists/{asPathListId}"
3412
+ },
3413
+ {
3414
+ "fnName": "createCommunityLists",
3415
+ "method": "post",
3416
+ "path": "/tenantnetworks/{tenantNetworkId}/community-lists"
3417
+ },
3418
+ {
3419
+ "fnName": "deleteAllCommunityLists",
3420
+ "method": "delete",
3421
+ "path": "/tenantnetworks/{tenantNetworkId}/community-lists"
3422
+ },
3423
+ {
3424
+ "fnName": "getCommunityList",
3425
+ "method": "get",
3426
+ "path": "/tenantnetworks/{tenantNetworkId}/community-lists/{communityListId}"
3427
+ },
3428
+ {
3429
+ "fnName": "updateCommunityList",
3430
+ "method": "put",
3431
+ "path": "/tenantnetworks/{tenantNetworkId}/community-lists/{communityListId}"
3432
+ },
3433
+ {
3434
+ "fnName": "deleteCommunityList",
3435
+ "method": "delete",
3436
+ "path": "/tenantnetworks/{tenantNetworkId}/community-lists/{communityListId}"
3437
+ },
3438
+ {
3439
+ "fnName": "createExtendedCommunityLists",
3440
+ "method": "post",
3441
+ "path": "/tenantnetworks/{tenantNetworkId}/extended-community-lists"
3442
+ },
3443
+ {
3444
+ "fnName": "deleteAllExtendedCommunityLists",
3445
+ "method": "delete",
3446
+ "path": "/tenantnetworks/{tenantNetworkId}/extended-community-lists"
3447
+ },
3448
+ {
3449
+ "fnName": "getExtendedCommunityList",
3450
+ "method": "get",
3451
+ "path": "/tenantnetworks/{tenantNetworkId}/extended-community-lists/{extendedCommunityListId}"
3452
+ },
3453
+ {
3454
+ "fnName": "updateExtendedCommunityList",
3455
+ "method": "put",
3456
+ "path": "/tenantnetworks/{tenantNetworkId}/extended-community-lists/{extendedCommunityListId}"
3457
+ },
3458
+ {
3459
+ "fnName": "deleteExtendedCommunityList",
3460
+ "method": "delete",
3461
+ "path": "/tenantnetworks/{tenantNetworkId}/extended-community-lists/{extendedCommunityListId}"
3462
+ }
3463
+ ],
3464
+ "errors": [],
3465
+ "warnings": [
3466
+ "Method get in path /troubleshooting/capturepackets/download has parameter with the name of an adapter keyword. Parameter name changed from path to pathParam to avoid errors."
3467
+ ],
3468
+ "callsTotal": 440,
3469
+ "callsConverted": 440,
3470
+ "no_mockdata_num": 316
3471
+ }
3472
+ }