@itentialopensource/adapter-delinea 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 (287) 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 +4964 -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 +66067 -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/Activations/action.json +24 -0
  33. package/entities/Activations/schema.json +19 -0
  34. package/entities/ActiveDirectory/action.json +24 -0
  35. package/entities/ActiveDirectory/schema.json +19 -0
  36. package/entities/ApiToken/action.json +25 -0
  37. package/entities/ApiToken/schema.json +19 -0
  38. package/entities/AppClients/action.json +106 -0
  39. package/entities/AppClients/schema.json +23 -0
  40. package/entities/ApplicationAccounts/action.json +25 -0
  41. package/entities/ApplicationAccounts/schema.json +85 -0
  42. package/entities/ApplicationRequest/action.json +87 -0
  43. package/entities/ApplicationRequest/schema.json +77 -0
  44. package/entities/CategorizedLists/action.json +370 -0
  45. package/entities/CategorizedLists/schema.json +124 -0
  46. package/entities/CharacterSets/action.json +107 -0
  47. package/entities/CharacterSets/schema.json +67 -0
  48. package/entities/Configuration/action.json +1416 -0
  49. package/entities/Configuration/mockdatafiles/configurationServiceGetSiteConnectors-default.json +7 -0
  50. package/entities/Configuration/schema.json +131 -0
  51. package/entities/ConnectionManagerSettings/action.json +25 -0
  52. package/entities/ConnectionManagerSettings/schema.json +19 -0
  53. package/entities/DevOpsSecretsVaultSync/action.json +106 -0
  54. package/entities/DevOpsSecretsVaultSync/mockdatafiles/devOpsSecretsVaultSyncServiceSyncSecret-default.json +439 -0
  55. package/entities/DevOpsSecretsVaultSync/schema.json +89 -0
  56. package/entities/DevOpsSecretsVaultTenant/action.json +128 -0
  57. package/entities/DevOpsSecretsVaultTenant/schema.json +101 -0
  58. package/entities/Diagnostics/action.json +295 -0
  59. package/entities/Diagnostics/mockdatafiles/diagnosticsServiceGetBackgroundProcesses-default.json +10 -0
  60. package/entities/Diagnostics/mockdatafiles/diagnosticsServiceGetQuartzJobs-default.json +34 -0
  61. package/entities/Diagnostics/schema.json +32 -0
  62. package/entities/DiagnosticsV2/action.json +25 -0
  63. package/entities/DiagnosticsV2/schema.json +74 -0
  64. package/entities/DirectoryServices/action.json +333 -0
  65. package/entities/DirectoryServices/schema.json +122 -0
  66. package/entities/DisasterRecovery/action.json +289 -0
  67. package/entities/DisasterRecovery/schema.json +87 -0
  68. package/entities/Discovery/action.json +375 -0
  69. package/entities/Discovery/mockdatafiles/discoveryServiceGetAvailableDiscoverySourceScanners-default.json +23 -0
  70. package/entities/Discovery/mockdatafiles/discoveryServiceGetScanTypes-default.json +17 -0
  71. package/entities/Discovery/mockdatafiles/discoveryServiceSearchDiscoverySourceScannerSettings-default.json +10 -0
  72. package/entities/Discovery/mockdatafiles/discoveryServiceSearchForDomainOu-default.json +10 -0
  73. package/entities/Discovery/schema.json +124 -0
  74. package/entities/DistributedEngine/action.json +561 -0
  75. package/entities/DistributedEngine/mockdatafiles/distributedEngineServiceGetServerCapabilities-default.json +22 -0
  76. package/entities/DistributedEngine/schema.json +199 -0
  77. package/entities/DomainNameIndex/action.json +145 -0
  78. package/entities/DomainNameIndex/schema.json +91 -0
  79. package/entities/DualControls/action.json +189 -0
  80. package/entities/DualControls/mockdatafiles/dualControlsServiceGetTypes-default.json +18 -0
  81. package/entities/DualControls/schema.json +71 -0
  82. package/entities/Enterprise/action.json +45 -0
  83. package/entities/Enterprise/schema.json +20 -0
  84. package/entities/EventPipeline/action.json +189 -0
  85. package/entities/EventPipeline/mockdatafiles/eventPipelineServiceReorderPipeline-default.json +8 -0
  86. package/entities/EventPipeline/schema.json +137 -0
  87. package/entities/EventPipelineAudit/action.json +25 -0
  88. package/entities/EventPipelineAudit/schema.json +63 -0
  89. package/entities/EventPipelinePolicy/action.json +414 -0
  90. package/entities/EventPipelinePolicy/mockdatafiles/eventPipelinePolicyServiceGetChildFolderDataForPipelinePolicyFolder-default.json +22 -0
  91. package/entities/EventPipelinePolicy/mockdatafiles/eventPipelinePolicyServiceGetEventPipelinePolicyRunActivity-default.json +22 -0
  92. package/entities/EventPipelinePolicy/mockdatafiles/eventPipelinePolicyServiceGetFoldersForPipelinePolicies-default.json +20 -0
  93. package/entities/EventPipelinePolicy/mockdatafiles/eventPipelinePolicyServiceGetGroupsForPipelinePolicies-default.json +16 -0
  94. package/entities/EventPipelinePolicy/schema.json +148 -0
  95. package/entities/EventPipelineSettings/action.json +109 -0
  96. package/entities/EventPipelineSettings/mockdatafiles/eventPipelineSettingsServiceGetEventPipelineFilterSettings-default.json +294 -0
  97. package/entities/EventPipelineSettings/mockdatafiles/eventPipelineSettingsServiceGetEventPipelineTaskSettings-default.json +222 -0
  98. package/entities/EventPipelineSettings/mockdatafiles/eventPipelineSettingsServiceGetPipelineFilterOptions-default.json +29 -0
  99. package/entities/EventPipelineSettings/mockdatafiles/eventPipelineSettingsServiceGetPipelineTaskOptions-default.json +22 -0
  100. package/entities/EventPipelineSettings/schema.json +67 -0
  101. package/entities/EventPipelineTrigger/action.json +67 -0
  102. package/entities/EventPipelineTrigger/mockdatafiles/eventPipelineTriggerServiceGetEventPipelineTriggerOptions-default.json +18 -0
  103. package/entities/EventPipelineTrigger/mockdatafiles/eventPipelineTriggerServiceGetEventPipelineTriggers-default.json +26 -0
  104. package/entities/EventPipelineTrigger/schema.json +21 -0
  105. package/entities/EventSubscriptions/action.json +128 -0
  106. package/entities/EventSubscriptions/mockdatafiles/eventSubscriptionsServiceGetSubscriptionEntityTypes-default.json +348 -0
  107. package/entities/EventSubscriptions/schema.json +68 -0
  108. package/entities/ExtendedFields/action.json +25 -0
  109. package/entities/ExtendedFields/schema.json +19 -0
  110. package/entities/FolderPermissions/action.json +127 -0
  111. package/entities/FolderPermissions/schema.json +123 -0
  112. package/entities/Folders/action.json +331 -0
  113. package/entities/Folders/schema.json +122 -0
  114. package/entities/Groups/action.json +392 -0
  115. package/entities/Groups/schema.json +147 -0
  116. package/entities/HealthCheck/action.json +25 -0
  117. package/entities/HealthCheck/schema.json +19 -0
  118. package/entities/HsmConfiguration/action.json +25 -0
  119. package/entities/HsmConfiguration/schema.json +63 -0
  120. package/entities/Inbox/action.json +455 -0
  121. package/entities/Inbox/mockdatafiles/inboxServiceGetInboxMessageDataNames-default.json +14 -0
  122. package/entities/Inbox/mockdatafiles/inboxServiceGetInboxMessageTypes-default.json +22 -0
  123. package/entities/Inbox/schema.json +205 -0
  124. package/entities/InboxRules/action.json +331 -0
  125. package/entities/InboxRules/schema.json +265 -0
  126. package/entities/IpAddressRestrictions/action.json +312 -0
  127. package/entities/IpAddressRestrictions/schema.json +66 -0
  128. package/entities/JumpboxRoute/action.json +209 -0
  129. package/entities/JumpboxRoute/schema.json +94 -0
  130. package/entities/KeyManagement/action.json +169 -0
  131. package/entities/KeyManagement/mockdatafiles/keyManagementServiceGetKeyRotationAuditUsers-default.json +14 -0
  132. package/entities/KeyManagement/schema.json +103 -0
  133. package/entities/LauncherAgents/action.json +190 -0
  134. package/entities/LauncherAgents/schema.json +104 -0
  135. package/entities/Launchers/action.json +129 -0
  136. package/entities/Launchers/schema.json +90 -0
  137. package/entities/License/action.json +25 -0
  138. package/entities/License/schema.json +19 -0
  139. package/entities/Metadata/action.json +168 -0
  140. package/entities/Metadata/schema.json +125 -0
  141. package/entities/Mobile/action.json +25 -0
  142. package/entities/Mobile/schema.json +19 -0
  143. package/entities/OAuthExpiration/action.json +24 -0
  144. package/entities/OAuthExpiration/schema.json +19 -0
  145. package/entities/OneTimePasswordCode/action.json +25 -0
  146. package/entities/OneTimePasswordCode/mockdatafiles/oneTimePasswordCodeServiceGet-default.json +12 -0
  147. package/entities/OneTimePasswordCode/schema.json +19 -0
  148. package/entities/PasswordRequirements/action.json +106 -0
  149. package/entities/PasswordRequirements/schema.json +56 -0
  150. package/entities/PbaConfiguration/action.json +125 -0
  151. package/entities/PbaConfiguration/schema.json +24 -0
  152. package/entities/Proxy/action.json +476 -0
  153. package/entities/Proxy/mockdatafiles/proxyServiceGetTerminalClientOverrides-default.json +17 -0
  154. package/entities/Proxy/schema.json +140 -0
  155. package/entities/RemotePasswordChanging/action.json +187 -0
  156. package/entities/RemotePasswordChanging/schema.json +93 -0
  157. package/entities/Reports/action.json +803 -0
  158. package/entities/Reports/mockdatafiles/reportsServiceGetCategories-default.json +22 -0
  159. package/entities/Reports/mockdatafiles/reportsServiceGetChartTypes-default.json +14 -0
  160. package/entities/Reports/mockdatafiles/reportsServiceGetReportCategoryPermissionOptions-default.json +14 -0
  161. package/entities/Reports/mockdatafiles/reportsServiceGetReportPermissionOptions-default.json +10 -0
  162. package/entities/Reports/schema.json +156 -0
  163. package/entities/RoleAudit/action.json +25 -0
  164. package/entities/RoleAudit/schema.json +63 -0
  165. package/entities/RolePermissions/action.json +25 -0
  166. package/entities/RolePermissions/schema.json +19 -0
  167. package/entities/Roles/action.json +210 -0
  168. package/entities/Roles/schema.json +116 -0
  169. package/entities/Schedule/action.json +65 -0
  170. package/entities/Schedule/schema.json +21 -0
  171. package/entities/Script/action.json +66 -0
  172. package/entities/Script/schema.json +76 -0
  173. package/entities/SdkClientAccounts/action.json +147 -0
  174. package/entities/SdkClientAccounts/schema.json +91 -0
  175. package/entities/SdkClientAudits/action.json +25 -0
  176. package/entities/SdkClientAudits/schema.json +85 -0
  177. package/entities/SdkClientRules/action.json +148 -0
  178. package/entities/SdkClientRules/schema.json +91 -0
  179. package/entities/SecretAccessRequests/action.json +190 -0
  180. package/entities/SecretAccessRequests/schema.json +82 -0
  181. package/entities/SecretDependencies/action.json +251 -0
  182. package/entities/SecretDependencies/mockdatafiles/secretDependenciesServiceGetScripts-default.json +49 -0
  183. package/entities/SecretDependencies/mockdatafiles/secretDependenciesServiceGetTemplates-default.json +9 -0
  184. package/entities/SecretDependencies/schema.json +129 -0
  185. package/entities/SecretEraseRequests/action.json +170 -0
  186. package/entities/SecretEraseRequests/schema.json +114 -0
  187. package/entities/SecretExtensions/action.json +105 -0
  188. package/entities/SecretExtensions/mockdatafiles/secretExtensionsServiceGetWebSecretTemplates-default.json +706 -0
  189. package/entities/SecretExtensions/mockdatafiles/secretExtensionsServiceSearch-default.json +32 -0
  190. package/entities/SecretExtensions/mockdatafiles/secretExtensionsServiceSearchActiveDirectorySecrets-default.json +16 -0
  191. package/entities/SecretExtensions/mockdatafiles/secretExtensionsServiceSearchWindowsAccountSecrets-default.json +44 -0
  192. package/entities/SecretExtensions/schema.json +23 -0
  193. package/entities/SecretHealth/action.json +25 -0
  194. package/entities/SecretHealth/schema.json +63 -0
  195. package/entities/SecretHooks/action.json +230 -0
  196. package/entities/SecretHooks/mockdatafiles/secretHooksServiceGetHooks-default.json +54 -0
  197. package/entities/SecretHooks/mockdatafiles/secretHooksServiceGetHooksV2-default.json +54 -0
  198. package/entities/SecretHooks/schema.json +29 -0
  199. package/entities/SecretPermissions/action.json +147 -0
  200. package/entities/SecretPermissions/schema.json +124 -0
  201. package/entities/SecretPolicy/action.json +149 -0
  202. package/entities/SecretPolicy/schema.json +80 -0
  203. package/entities/SecretServerSettings/action.json +86 -0
  204. package/entities/SecretServerSettings/schema.json +22 -0
  205. package/entities/SecretSessions/action.json +150 -0
  206. package/entities/SecretSessions/schema.json +256 -0
  207. package/entities/SecretTemplatePermissions/action.json +107 -0
  208. package/entities/SecretTemplatePermissions/mockdatafiles/secretTemplatePermissionsServiceGetTemplatePermissionRoles-default.json +18 -0
  209. package/entities/SecretTemplatePermissions/schema.json +111 -0
  210. package/entities/SecretTemplates/action.json +822 -0
  211. package/entities/SecretTemplates/mockdatafiles/secretTemplatesServiceGetPasswordDictionaries-default.json +14 -0
  212. package/entities/SecretTemplates/schema.json +168 -0
  213. package/entities/Secrets/action.json +1101 -0
  214. package/entities/Secrets/mockdatafiles/secretsServiceGetFavorites-default.json +26 -0
  215. package/entities/Secrets/mockdatafiles/secretsServiceGetSecretExtendedSearchDetails-default.json +34 -0
  216. package/entities/Secrets/schema.json +391 -0
  217. package/entities/SecurityAuditLogs/action.json +25 -0
  218. package/entities/SecurityAuditLogs/schema.json +74 -0
  219. package/entities/ServerNodes/action.json +66 -0
  220. package/entities/ServerNodes/mockdatafiles/serverNodesServiceGetList-default.json +59 -0
  221. package/entities/ServerNodes/schema.json +21 -0
  222. package/entities/Sites/action.json +25 -0
  223. package/entities/Sites/mockdatafiles/sitesServiceGet-default.json +7 -0
  224. package/entities/Sites/schema.json +19 -0
  225. package/entities/Slack/action.json +106 -0
  226. package/entities/Slack/schema.json +23 -0
  227. package/entities/SshCommand/action.json +107 -0
  228. package/entities/SshCommand/schema.json +78 -0
  229. package/entities/SshCommandBlocklist/action.json +128 -0
  230. package/entities/SshCommandBlocklist/schema.json +101 -0
  231. package/entities/SshCommandMenu/action.json +149 -0
  232. package/entities/SshCommandMenu/schema.json +91 -0
  233. package/entities/Teams/action.json +251 -0
  234. package/entities/Teams/mockdatafiles/teamsServiceAddTeamMember-default.json +30 -0
  235. package/entities/Teams/mockdatafiles/teamsServiceAddTeamSite-default.json +14 -0
  236. package/entities/Teams/mockdatafiles/teamsServiceGetTeamMembers-default.json +23 -0
  237. package/entities/Teams/mockdatafiles/teamsServiceGetTeamSites-default.json +20 -0
  238. package/entities/Teams/schema.json +85 -0
  239. package/entities/TicketSystems/action.json +128 -0
  240. package/entities/TicketSystems/mockdatafiles/ticketSystemsServiceGetTicketSystems-default.json +24 -0
  241. package/entities/TicketSystems/schema.json +57 -0
  242. package/entities/Users/action.json +841 -0
  243. package/entities/Users/schema.json +202 -0
  244. package/entities/Version/action.json +25 -0
  245. package/entities/Version/schema.json +19 -0
  246. package/entities/WorkflowInstances/action.json +25 -0
  247. package/entities/WorkflowInstances/mockdatafiles/workflowInstancesServiceGetByTemplateId-default.json +47 -0
  248. package/entities/WorkflowInstances/schema.json +19 -0
  249. package/entities/WorkflowStepTemplates/action.json +127 -0
  250. package/entities/WorkflowStepTemplates/mockdatafiles/workflowStepTemplatesServiceUpdateStep-default.json +43 -0
  251. package/entities/WorkflowStepTemplates/schema.json +57 -0
  252. package/entities/WorkflowTemplates/action.json +169 -0
  253. package/entities/WorkflowTemplates/schema.json +81 -0
  254. package/error.json +190 -0
  255. package/package.json +85 -0
  256. package/pronghorn.json +47291 -0
  257. package/propertiesDecorators.json +14 -0
  258. package/propertiesSchema.json +1248 -0
  259. package/refs?service=git-upload-pack +0 -0
  260. package/report/Delinea_Swagger.json-OpenApi3Json.json +135346 -0
  261. package/report/adapterInfo.json +10 -0
  262. package/report/creationReport.json +5205 -0
  263. package/sampleProperties.json +195 -0
  264. package/test/integration/adapterTestBasicGet.js +83 -0
  265. package/test/integration/adapterTestConnectivity.js +93 -0
  266. package/test/integration/adapterTestIntegration.js +20829 -0
  267. package/test/unit/adapterBaseTestUnit.js +949 -0
  268. package/test/unit/adapterTestUnit.js +18668 -0
  269. package/utils/adapterInfo.js +206 -0
  270. package/utils/addAuth.js +94 -0
  271. package/utils/artifactize.js +146 -0
  272. package/utils/basicGet.js +50 -0
  273. package/utils/checkMigrate.js +63 -0
  274. package/utils/entitiesToDB.js +178 -0
  275. package/utils/findPath.js +74 -0
  276. package/utils/methodDocumentor.js +225 -0
  277. package/utils/modify.js +154 -0
  278. package/utils/packModificationScript.js +35 -0
  279. package/utils/patches2bundledDeps.js +90 -0
  280. package/utils/pre-commit.sh +32 -0
  281. package/utils/removeHooks.js +20 -0
  282. package/utils/setup.js +33 -0
  283. package/utils/tbScript.js +246 -0
  284. package/utils/tbUtils.js +490 -0
  285. package/utils/testRunner.js +298 -0
  286. package/utils/troubleshootingAdapter.js +195 -0
  287. package/workflows/README.md +3 -0
@@ -0,0 +1,803 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "reportsServiceGetReportDetail",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/v1/reports/{pathv1}?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": ""
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "reportsServiceUpdateReport",
26
+ "protocol": "REST",
27
+ "method": "PUT",
28
+ "entitypath": "{base_path}/{version}/v1/reports/{pathv1}?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "requestDatatype": "JSON",
34
+ "responseDatatype": "JSON",
35
+ "headers": {},
36
+ "responseObjects": [
37
+ {
38
+ "type": "default",
39
+ "key": "",
40
+ "mockFile": ""
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "name": "reportsServiceDelete",
46
+ "protocol": "REST",
47
+ "method": "DELETE",
48
+ "entitypath": "{base_path}/{version}/v1/reports/{pathv1}?{query}",
49
+ "requestSchema": "schema.json",
50
+ "responseSchema": "schema.json",
51
+ "timeout": 0,
52
+ "sendEmpty": false,
53
+ "requestDatatype": "JSON",
54
+ "responseDatatype": "JSON",
55
+ "headers": {},
56
+ "responseObjects": [
57
+ {
58
+ "type": "default",
59
+ "key": "",
60
+ "mockFile": ""
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "name": "reportsServiceDeleteV2",
66
+ "protocol": "REST",
67
+ "method": "DELETE",
68
+ "entitypath": "{base_path}/{version}/v2/reports/{pathv1}?{query}",
69
+ "requestSchema": "schema.json",
70
+ "responseSchema": "schema.json",
71
+ "timeout": 0,
72
+ "sendEmpty": false,
73
+ "requestDatatype": "JSON",
74
+ "responseDatatype": "JSON",
75
+ "headers": {},
76
+ "responseObjects": [
77
+ {
78
+ "type": "default",
79
+ "key": "",
80
+ "mockFile": ""
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "name": "reportsServiceGetReportCategory",
86
+ "protocol": "REST",
87
+ "method": "GET",
88
+ "entitypath": "{base_path}/{version}/v1/reports/categories/{pathv1}?{query}",
89
+ "requestSchema": "schema.json",
90
+ "responseSchema": "schema.json",
91
+ "timeout": 0,
92
+ "sendEmpty": false,
93
+ "sendGetBody": false,
94
+ "requestDatatype": "JSON",
95
+ "responseDatatype": "JSON",
96
+ "headers": {},
97
+ "responseObjects": [
98
+ {
99
+ "type": "default",
100
+ "key": "",
101
+ "mockFile": ""
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "name": "reportsServiceDeleteReportCategory",
107
+ "protocol": "REST",
108
+ "method": "DELETE",
109
+ "entitypath": "{base_path}/{version}/v1/reports/categories/{pathv1}?{query}",
110
+ "requestSchema": "schema.json",
111
+ "responseSchema": "schema.json",
112
+ "timeout": 0,
113
+ "sendEmpty": false,
114
+ "requestDatatype": "JSON",
115
+ "responseDatatype": "JSON",
116
+ "headers": {},
117
+ "responseObjects": [
118
+ {
119
+ "type": "default",
120
+ "key": "",
121
+ "mockFile": ""
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "name": "reportsServiceUpdateReportCategory",
127
+ "protocol": "REST",
128
+ "method": "PATCH",
129
+ "entitypath": "{base_path}/{version}/v1/reports/categories/{pathv1}?{query}",
130
+ "requestSchema": "schema.json",
131
+ "responseSchema": "schema.json",
132
+ "timeout": 0,
133
+ "sendEmpty": false,
134
+ "requestDatatype": "JSON",
135
+ "responseDatatype": "JSON",
136
+ "headers": {},
137
+ "responseObjects": [
138
+ {
139
+ "type": "default",
140
+ "key": "",
141
+ "mockFile": ""
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "name": "reportsServiceDeleteReportCategoryV2",
147
+ "protocol": "REST",
148
+ "method": "DELETE",
149
+ "entitypath": "{base_path}/{version}/v2/reports/categories/{pathv1}?{query}",
150
+ "requestSchema": "schema.json",
151
+ "responseSchema": "schema.json",
152
+ "timeout": 0,
153
+ "sendEmpty": false,
154
+ "requestDatatype": "JSON",
155
+ "responseDatatype": "JSON",
156
+ "headers": {},
157
+ "responseObjects": [
158
+ {
159
+ "type": "default",
160
+ "key": "",
161
+ "mockFile": ""
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "name": "reportsServiceGetReportSchedule",
167
+ "protocol": "REST",
168
+ "method": "GET",
169
+ "entitypath": "{base_path}/{version}/v1/reports/schedules/{pathv1}?{query}",
170
+ "requestSchema": "schema.json",
171
+ "responseSchema": "schema.json",
172
+ "timeout": 0,
173
+ "sendEmpty": false,
174
+ "sendGetBody": false,
175
+ "requestDatatype": "JSON",
176
+ "responseDatatype": "JSON",
177
+ "headers": {},
178
+ "responseObjects": [
179
+ {
180
+ "type": "default",
181
+ "key": "",
182
+ "mockFile": ""
183
+ }
184
+ ]
185
+ },
186
+ {
187
+ "name": "reportsServiceDeleteReportSchedule",
188
+ "protocol": "REST",
189
+ "method": "DELETE",
190
+ "entitypath": "{base_path}/{version}/v1/reports/schedules/{pathv1}?{query}",
191
+ "requestSchema": "schema.json",
192
+ "responseSchema": "schema.json",
193
+ "timeout": 0,
194
+ "sendEmpty": false,
195
+ "requestDatatype": "JSON",
196
+ "responseDatatype": "JSON",
197
+ "headers": {},
198
+ "responseObjects": [
199
+ {
200
+ "type": "default",
201
+ "key": "",
202
+ "mockFile": ""
203
+ }
204
+ ]
205
+ },
206
+ {
207
+ "name": "reportsServiceUpdateReportSchedule",
208
+ "protocol": "REST",
209
+ "method": "PATCH",
210
+ "entitypath": "{base_path}/{version}/v1/reports/schedules/{pathv1}?{query}",
211
+ "requestSchema": "schema.json",
212
+ "responseSchema": "schema.json",
213
+ "timeout": 0,
214
+ "sendEmpty": false,
215
+ "requestDatatype": "JSON",
216
+ "responseDatatype": "JSON",
217
+ "headers": {},
218
+ "responseObjects": [
219
+ {
220
+ "type": "default",
221
+ "key": "",
222
+ "mockFile": ""
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "name": "reportsServiceDeleteReportScheduleV2",
228
+ "protocol": "REST",
229
+ "method": "DELETE",
230
+ "entitypath": "{base_path}/{version}/v2/reports/schedules/{pathv1}?{query}",
231
+ "requestSchema": "schema.json",
232
+ "responseSchema": "schema.json",
233
+ "timeout": 0,
234
+ "sendEmpty": false,
235
+ "requestDatatype": "JSON",
236
+ "responseDatatype": "JSON",
237
+ "headers": {},
238
+ "responseObjects": [
239
+ {
240
+ "type": "default",
241
+ "key": "",
242
+ "mockFile": ""
243
+ }
244
+ ]
245
+ },
246
+ {
247
+ "name": "reportsServiceGetReportAuditsById",
248
+ "protocol": "REST",
249
+ "method": "GET",
250
+ "entitypath": "{base_path}/{version}/v1/reports/{pathv1}/audits?{query}",
251
+ "requestSchema": "schema.json",
252
+ "responseSchema": "schema.json",
253
+ "timeout": 0,
254
+ "sendEmpty": false,
255
+ "sendGetBody": false,
256
+ "requestDatatype": "JSON",
257
+ "responseDatatype": "JSON",
258
+ "headers": {},
259
+ "responseObjects": [
260
+ {
261
+ "type": "default",
262
+ "key": "",
263
+ "mockFile": ""
264
+ }
265
+ ]
266
+ },
267
+ {
268
+ "name": "reportsServiceGetReportAudits",
269
+ "protocol": "REST",
270
+ "method": "GET",
271
+ "entitypath": "{base_path}/{version}/v1/reports/audits?{query}",
272
+ "requestSchema": "schema.json",
273
+ "responseSchema": "schema.json",
274
+ "timeout": 0,
275
+ "sendEmpty": false,
276
+ "sendGetBody": false,
277
+ "requestDatatype": "JSON",
278
+ "responseDatatype": "JSON",
279
+ "headers": {},
280
+ "responseObjects": [
281
+ {
282
+ "type": "default",
283
+ "key": "",
284
+ "mockFile": ""
285
+ }
286
+ ]
287
+ },
288
+ {
289
+ "name": "reportsServiceSearchReportSummary",
290
+ "protocol": "REST",
291
+ "method": "GET",
292
+ "entitypath": "{base_path}/{version}/v1/reports?{query}",
293
+ "requestSchema": "schema.json",
294
+ "responseSchema": "schema.json",
295
+ "timeout": 0,
296
+ "sendEmpty": false,
297
+ "sendGetBody": false,
298
+ "requestDatatype": "JSON",
299
+ "responseDatatype": "JSON",
300
+ "headers": {},
301
+ "responseObjects": [
302
+ {
303
+ "type": "default",
304
+ "key": "",
305
+ "mockFile": ""
306
+ }
307
+ ]
308
+ },
309
+ {
310
+ "name": "reportsServiceCreateReport",
311
+ "protocol": "REST",
312
+ "method": "POST",
313
+ "entitypath": "{base_path}/{version}/v1/reports?{query}",
314
+ "requestSchema": "schema.json",
315
+ "responseSchema": "schema.json",
316
+ "timeout": 0,
317
+ "sendEmpty": false,
318
+ "requestDatatype": "JSON",
319
+ "responseDatatype": "JSON",
320
+ "headers": {},
321
+ "responseObjects": [
322
+ {
323
+ "type": "default",
324
+ "key": "",
325
+ "mockFile": ""
326
+ }
327
+ ]
328
+ },
329
+ {
330
+ "name": "reportsServiceLookup",
331
+ "protocol": "REST",
332
+ "method": "GET",
333
+ "entitypath": "{base_path}/{version}/v1/reports/lookup?{query}",
334
+ "requestSchema": "schema.json",
335
+ "responseSchema": "schema.json",
336
+ "timeout": 0,
337
+ "sendEmpty": false,
338
+ "sendGetBody": false,
339
+ "requestDatatype": "JSON",
340
+ "responseDatatype": "JSON",
341
+ "headers": {},
342
+ "responseObjects": [
343
+ {
344
+ "type": "default",
345
+ "key": "",
346
+ "mockFile": ""
347
+ }
348
+ ]
349
+ },
350
+ {
351
+ "name": "reportsServiceGetCategories",
352
+ "protocol": "REST",
353
+ "method": "GET",
354
+ "entitypath": "{base_path}/{version}/v1/reports/categories?{query}",
355
+ "requestSchema": "schema.json",
356
+ "responseSchema": "schema.json",
357
+ "timeout": 0,
358
+ "sendEmpty": false,
359
+ "sendGetBody": false,
360
+ "requestDatatype": "JSON",
361
+ "responseDatatype": "JSON",
362
+ "headers": {},
363
+ "responseObjects": [
364
+ {
365
+ "type": "default",
366
+ "key": "",
367
+ "mockFile": "mockdatafiles/reportsServiceGetCategories-default.json"
368
+ }
369
+ ]
370
+ },
371
+ {
372
+ "name": "reportsServiceCreateReportCategory",
373
+ "protocol": "REST",
374
+ "method": "POST",
375
+ "entitypath": "{base_path}/{version}/v1/reports/categories?{query}",
376
+ "requestSchema": "schema.json",
377
+ "responseSchema": "schema.json",
378
+ "timeout": 0,
379
+ "sendEmpty": false,
380
+ "requestDatatype": "JSON",
381
+ "responseDatatype": "JSON",
382
+ "headers": {},
383
+ "responseObjects": [
384
+ {
385
+ "type": "default",
386
+ "key": "",
387
+ "mockFile": ""
388
+ }
389
+ ]
390
+ },
391
+ {
392
+ "name": "reportsServiceGetChartTypes",
393
+ "protocol": "REST",
394
+ "method": "GET",
395
+ "entitypath": "{base_path}/{version}/v1/reports/charttypes?{query}",
396
+ "requestSchema": "schema.json",
397
+ "responseSchema": "schema.json",
398
+ "timeout": 0,
399
+ "sendEmpty": false,
400
+ "sendGetBody": false,
401
+ "requestDatatype": "JSON",
402
+ "responseDatatype": "JSON",
403
+ "headers": {},
404
+ "responseObjects": [
405
+ {
406
+ "type": "default",
407
+ "key": "",
408
+ "mockFile": "mockdatafiles/reportsServiceGetChartTypes-default.json"
409
+ }
410
+ ]
411
+ },
412
+ {
413
+ "name": "reportsServiceGetDefaultParameters",
414
+ "protocol": "REST",
415
+ "method": "GET",
416
+ "entitypath": "{base_path}/{version}/v1/reports/{pathv1}/defaultparameters?{query}",
417
+ "requestSchema": "schema.json",
418
+ "responseSchema": "schema.json",
419
+ "timeout": 0,
420
+ "sendEmpty": false,
421
+ "sendGetBody": false,
422
+ "requestDatatype": "JSON",
423
+ "responseDatatype": "JSON",
424
+ "headers": {},
425
+ "responseObjects": [
426
+ {
427
+ "type": "default",
428
+ "key": "",
429
+ "mockFile": ""
430
+ }
431
+ ]
432
+ },
433
+ {
434
+ "name": "reportsServiceSearchReportSchedules",
435
+ "protocol": "REST",
436
+ "method": "GET",
437
+ "entitypath": "{base_path}/{version}/v1/reports/schedules?{query}",
438
+ "requestSchema": "schema.json",
439
+ "responseSchema": "schema.json",
440
+ "timeout": 0,
441
+ "sendEmpty": false,
442
+ "sendGetBody": false,
443
+ "requestDatatype": "JSON",
444
+ "responseDatatype": "JSON",
445
+ "headers": {},
446
+ "responseObjects": [
447
+ {
448
+ "type": "default",
449
+ "key": "",
450
+ "mockFile": ""
451
+ }
452
+ ]
453
+ },
454
+ {
455
+ "name": "reportsServiceCreateReportSchedule",
456
+ "protocol": "REST",
457
+ "method": "POST",
458
+ "entitypath": "{base_path}/{version}/v1/reports/schedules?{query}",
459
+ "requestSchema": "schema.json",
460
+ "responseSchema": "schema.json",
461
+ "timeout": 0,
462
+ "sendEmpty": false,
463
+ "requestDatatype": "JSON",
464
+ "responseDatatype": "JSON",
465
+ "headers": {},
466
+ "responseObjects": [
467
+ {
468
+ "type": "default",
469
+ "key": "",
470
+ "mockFile": ""
471
+ }
472
+ ]
473
+ },
474
+ {
475
+ "name": "reportsServiceStubReportSchedule",
476
+ "protocol": "REST",
477
+ "method": "GET",
478
+ "entitypath": "{base_path}/{version}/v1/reports/schedules/stub/{pathv1}?{query}",
479
+ "requestSchema": "schema.json",
480
+ "responseSchema": "schema.json",
481
+ "timeout": 0,
482
+ "sendEmpty": false,
483
+ "sendGetBody": false,
484
+ "requestDatatype": "JSON",
485
+ "responseDatatype": "JSON",
486
+ "headers": {},
487
+ "responseObjects": [
488
+ {
489
+ "type": "default",
490
+ "key": "",
491
+ "mockFile": ""
492
+ }
493
+ ]
494
+ },
495
+ {
496
+ "name": "reportsServiceSearchReportScheduleHistory",
497
+ "protocol": "REST",
498
+ "method": "GET",
499
+ "entitypath": "{base_path}/{version}/v1/reports/schedules/{pathv1}/history/search?{query}",
500
+ "requestSchema": "schema.json",
501
+ "responseSchema": "schema.json",
502
+ "timeout": 0,
503
+ "sendEmpty": false,
504
+ "sendGetBody": false,
505
+ "requestDatatype": "JSON",
506
+ "responseDatatype": "JSON",
507
+ "headers": {},
508
+ "responseObjects": [
509
+ {
510
+ "type": "default",
511
+ "key": "",
512
+ "mockFile": ""
513
+ }
514
+ ]
515
+ },
516
+ {
517
+ "name": "reportsServiceGetReportScheduleHistory",
518
+ "protocol": "REST",
519
+ "method": "GET",
520
+ "entitypath": "{base_path}/{version}/v1/reports/schedules/{pathv1}/history?{query}",
521
+ "requestSchema": "schema.json",
522
+ "responseSchema": "schema.json",
523
+ "timeout": 0,
524
+ "sendEmpty": false,
525
+ "sendGetBody": false,
526
+ "requestDatatype": "JSON",
527
+ "responseDatatype": "JSON",
528
+ "headers": {},
529
+ "responseObjects": [
530
+ {
531
+ "type": "default",
532
+ "key": "",
533
+ "mockFile": ""
534
+ }
535
+ ]
536
+ },
537
+ {
538
+ "name": "reportsServiceGetReportPermissions",
539
+ "protocol": "REST",
540
+ "method": "GET",
541
+ "entitypath": "{base_path}/{version}/v1/reports/{pathv1}/permissions?{query}",
542
+ "requestSchema": "schema.json",
543
+ "responseSchema": "schema.json",
544
+ "timeout": 0,
545
+ "sendEmpty": false,
546
+ "sendGetBody": false,
547
+ "requestDatatype": "JSON",
548
+ "responseDatatype": "JSON",
549
+ "headers": {},
550
+ "responseObjects": [
551
+ {
552
+ "type": "default",
553
+ "key": "",
554
+ "mockFile": ""
555
+ }
556
+ ]
557
+ },
558
+ {
559
+ "name": "reportsServiceUpdateReportPermissions",
560
+ "protocol": "REST",
561
+ "method": "PATCH",
562
+ "entitypath": "{base_path}/{version}/v1/reports/{pathv1}/permissions?{query}",
563
+ "requestSchema": "schema.json",
564
+ "responseSchema": "schema.json",
565
+ "timeout": 0,
566
+ "sendEmpty": false,
567
+ "requestDatatype": "JSON",
568
+ "responseDatatype": "JSON",
569
+ "headers": {},
570
+ "responseObjects": [
571
+ {
572
+ "type": "default",
573
+ "key": "",
574
+ "mockFile": ""
575
+ }
576
+ ]
577
+ },
578
+ {
579
+ "name": "reportsServiceGetReportPermissionsFromCategory",
580
+ "protocol": "REST",
581
+ "method": "GET",
582
+ "entitypath": "{base_path}/{version}/v1/reports/{pathv1}/permissions-from-category?{query}",
583
+ "requestSchema": "schema.json",
584
+ "responseSchema": "schema.json",
585
+ "timeout": 0,
586
+ "sendEmpty": false,
587
+ "sendGetBody": false,
588
+ "requestDatatype": "JSON",
589
+ "responseDatatype": "JSON",
590
+ "headers": {},
591
+ "responseObjects": [
592
+ {
593
+ "type": "default",
594
+ "key": "",
595
+ "mockFile": ""
596
+ }
597
+ ]
598
+ },
599
+ {
600
+ "name": "reportsServiceGetReportCategoryPermissions",
601
+ "protocol": "REST",
602
+ "method": "GET",
603
+ "entitypath": "{base_path}/{version}/v1/reports/categories/{pathv1}/permissions?{query}",
604
+ "requestSchema": "schema.json",
605
+ "responseSchema": "schema.json",
606
+ "timeout": 0,
607
+ "sendEmpty": false,
608
+ "sendGetBody": false,
609
+ "requestDatatype": "JSON",
610
+ "responseDatatype": "JSON",
611
+ "headers": {},
612
+ "responseObjects": [
613
+ {
614
+ "type": "default",
615
+ "key": "",
616
+ "mockFile": ""
617
+ }
618
+ ]
619
+ },
620
+ {
621
+ "name": "reportsServiceUpdateReportCategoryPermissions",
622
+ "protocol": "REST",
623
+ "method": "PATCH",
624
+ "entitypath": "{base_path}/{version}/v1/reports/categories/{pathv1}/permissions?{query}",
625
+ "requestSchema": "schema.json",
626
+ "responseSchema": "schema.json",
627
+ "timeout": 0,
628
+ "sendEmpty": false,
629
+ "requestDatatype": "JSON",
630
+ "responseDatatype": "JSON",
631
+ "headers": {},
632
+ "responseObjects": [
633
+ {
634
+ "type": "default",
635
+ "key": "",
636
+ "mockFile": ""
637
+ }
638
+ ]
639
+ },
640
+ {
641
+ "name": "reportsServiceGetReportPermissionOptions",
642
+ "protocol": "REST",
643
+ "method": "GET",
644
+ "entitypath": "{base_path}/{version}/v1/reports/permissions/options?{query}",
645
+ "requestSchema": "schema.json",
646
+ "responseSchema": "schema.json",
647
+ "timeout": 0,
648
+ "sendEmpty": false,
649
+ "sendGetBody": false,
650
+ "requestDatatype": "JSON",
651
+ "responseDatatype": "JSON",
652
+ "headers": {},
653
+ "responseObjects": [
654
+ {
655
+ "type": "default",
656
+ "key": "",
657
+ "mockFile": "mockdatafiles/reportsServiceGetReportPermissionOptions-default.json"
658
+ }
659
+ ]
660
+ },
661
+ {
662
+ "name": "reportsServiceGetReportCategoryPermissionOptions",
663
+ "protocol": "REST",
664
+ "method": "GET",
665
+ "entitypath": "{base_path}/{version}/v1/reports/categories/permissions/options?{query}",
666
+ "requestSchema": "schema.json",
667
+ "responseSchema": "schema.json",
668
+ "timeout": 0,
669
+ "sendEmpty": false,
670
+ "sendGetBody": false,
671
+ "requestDatatype": "JSON",
672
+ "responseDatatype": "JSON",
673
+ "headers": {},
674
+ "responseObjects": [
675
+ {
676
+ "type": "default",
677
+ "key": "",
678
+ "mockFile": "mockdatafiles/reportsServiceGetReportCategoryPermissionOptions-default.json"
679
+ }
680
+ ]
681
+ },
682
+ {
683
+ "name": "reportsServiceExport",
684
+ "protocol": "REST",
685
+ "method": "POST",
686
+ "entitypath": "{base_path}/{version}/v1/reports/export?{query}",
687
+ "requestSchema": "schema.json",
688
+ "responseSchema": "schema.json",
689
+ "timeout": 0,
690
+ "sendEmpty": false,
691
+ "requestDatatype": "JSON",
692
+ "responseDatatype": "JSON",
693
+ "headers": {},
694
+ "responseObjects": [
695
+ {
696
+ "type": "default",
697
+ "key": "",
698
+ "mockFile": ""
699
+ }
700
+ ]
701
+ },
702
+ {
703
+ "name": "reportsServiceExecute",
704
+ "protocol": "REST",
705
+ "method": "POST",
706
+ "entitypath": "{base_path}/{version}/v1/reports/execute?{query}",
707
+ "requestSchema": "schema.json",
708
+ "responseSchema": "schema.json",
709
+ "timeout": 0,
710
+ "sendEmpty": false,
711
+ "requestDatatype": "JSON",
712
+ "responseDatatype": "JSON",
713
+ "headers": {},
714
+ "responseObjects": [
715
+ {
716
+ "type": "default",
717
+ "key": "",
718
+ "mockFile": ""
719
+ }
720
+ ]
721
+ },
722
+ {
723
+ "name": "reportsServiceEmail",
724
+ "protocol": "REST",
725
+ "method": "POST",
726
+ "entitypath": "{base_path}/{version}/v1/reports/{pathv1}/email?{query}",
727
+ "requestSchema": "schema.json",
728
+ "responseSchema": "schema.json",
729
+ "timeout": 0,
730
+ "sendEmpty": false,
731
+ "requestDatatype": "JSON",
732
+ "responseDatatype": "JSON",
733
+ "headers": {},
734
+ "responseObjects": [
735
+ {
736
+ "type": "default",
737
+ "key": "",
738
+ "mockFile": ""
739
+ }
740
+ ]
741
+ },
742
+ {
743
+ "name": "reportsServiceDownloadHistoricalReport",
744
+ "protocol": "REST",
745
+ "method": "POST",
746
+ "entitypath": "{base_path}/{version}/v1/reports/schedules/{pathv1}/history/download?{query}",
747
+ "requestSchema": "schema.json",
748
+ "responseSchema": "schema.json",
749
+ "timeout": 0,
750
+ "sendEmpty": false,
751
+ "requestDatatype": "JSON",
752
+ "responseDatatype": "JSON",
753
+ "headers": {},
754
+ "responseObjects": [
755
+ {
756
+ "type": "default",
757
+ "key": "",
758
+ "mockFile": ""
759
+ }
760
+ ]
761
+ },
762
+ {
763
+ "name": "reportsServiceUndeleteReportSchedule",
764
+ "protocol": "REST",
765
+ "method": "PUT",
766
+ "entitypath": "{base_path}/{version}/v1/reports/schedules/{pathv1}/undelete?{query}",
767
+ "requestSchema": "schema.json",
768
+ "responseSchema": "schema.json",
769
+ "timeout": 0,
770
+ "sendEmpty": false,
771
+ "requestDatatype": "JSON",
772
+ "responseDatatype": "JSON",
773
+ "headers": {},
774
+ "responseObjects": [
775
+ {
776
+ "type": "default",
777
+ "key": "",
778
+ "mockFile": ""
779
+ }
780
+ ]
781
+ },
782
+ {
783
+ "name": "reportsServiceUndeleteSystemReport",
784
+ "protocol": "REST",
785
+ "method": "PUT",
786
+ "entitypath": "{base_path}/{version}/v1/reports/{pathv1}/undelete?{query}",
787
+ "requestSchema": "schema.json",
788
+ "responseSchema": "schema.json",
789
+ "timeout": 0,
790
+ "sendEmpty": false,
791
+ "requestDatatype": "JSON",
792
+ "responseDatatype": "JSON",
793
+ "headers": {},
794
+ "responseObjects": [
795
+ {
796
+ "type": "default",
797
+ "key": "",
798
+ "mockFile": ""
799
+ }
800
+ ]
801
+ }
802
+ ]
803
+ }