@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,1416 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "configurationServiceGetConfigurationState",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/v1/configuration/state?{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": "configurationServiceGetConfigurationAudit",
26
+ "protocol": "REST",
27
+ "method": "GET",
28
+ "entitypath": "{base_path}/{version}/v1/configuration/audit?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "sendGetBody": false,
34
+ "requestDatatype": "JSON",
35
+ "responseDatatype": "JSON",
36
+ "headers": {},
37
+ "responseObjects": [
38
+ {
39
+ "type": "default",
40
+ "key": "",
41
+ "mockFile": ""
42
+ }
43
+ ]
44
+ },
45
+ {
46
+ "name": "configurationServiceGetGeneralConfigurationV2",
47
+ "protocol": "REST",
48
+ "method": "GET",
49
+ "entitypath": "{base_path}/{version}/v2/configuration/general?{query}",
50
+ "requestSchema": "schema.json",
51
+ "responseSchema": "schema.json",
52
+ "timeout": 0,
53
+ "sendEmpty": false,
54
+ "sendGetBody": false,
55
+ "requestDatatype": "JSON",
56
+ "responseDatatype": "JSON",
57
+ "headers": {},
58
+ "responseObjects": [
59
+ {
60
+ "type": "default",
61
+ "key": "",
62
+ "mockFile": ""
63
+ }
64
+ ]
65
+ },
66
+ {
67
+ "name": "configurationServiceGetLocalPasswordConfiguration",
68
+ "protocol": "REST",
69
+ "method": "GET",
70
+ "entitypath": "{base_path}/{version}/v1/configuration/local-user-passwords?{query}",
71
+ "requestSchema": "schema.json",
72
+ "responseSchema": "schema.json",
73
+ "timeout": 0,
74
+ "sendEmpty": false,
75
+ "sendGetBody": false,
76
+ "requestDatatype": "JSON",
77
+ "responseDatatype": "JSON",
78
+ "headers": {},
79
+ "responseObjects": [
80
+ {
81
+ "type": "default",
82
+ "key": "",
83
+ "mockFile": ""
84
+ }
85
+ ]
86
+ },
87
+ {
88
+ "name": "configurationServicePatchLocalPasswordConfiguration",
89
+ "protocol": "REST",
90
+ "method": "PATCH",
91
+ "entitypath": "{base_path}/{version}/v1/configuration/local-user-passwords?{query}",
92
+ "requestSchema": "schema.json",
93
+ "responseSchema": "schema.json",
94
+ "timeout": 0,
95
+ "sendEmpty": false,
96
+ "requestDatatype": "JSON",
97
+ "responseDatatype": "JSON",
98
+ "headers": {},
99
+ "responseObjects": [
100
+ {
101
+ "type": "default",
102
+ "key": "",
103
+ "mockFile": ""
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "name": "configurationServiceGetSecurityConfiguration",
109
+ "protocol": "REST",
110
+ "method": "GET",
111
+ "entitypath": "{base_path}/{version}/v1/configuration/security?{query}",
112
+ "requestSchema": "schema.json",
113
+ "responseSchema": "schema.json",
114
+ "timeout": 0,
115
+ "sendEmpty": false,
116
+ "sendGetBody": false,
117
+ "requestDatatype": "JSON",
118
+ "responseDatatype": "JSON",
119
+ "headers": {},
120
+ "responseObjects": [
121
+ {
122
+ "type": "default",
123
+ "key": "",
124
+ "mockFile": ""
125
+ }
126
+ ]
127
+ },
128
+ {
129
+ "name": "configurationServicePatchSecurityConfiguration",
130
+ "protocol": "REST",
131
+ "method": "PATCH",
132
+ "entitypath": "{base_path}/{version}/v1/configuration/security?{query}",
133
+ "requestSchema": "schema.json",
134
+ "responseSchema": "schema.json",
135
+ "timeout": 0,
136
+ "sendEmpty": false,
137
+ "requestDatatype": "JSON",
138
+ "responseDatatype": "JSON",
139
+ "headers": {},
140
+ "responseObjects": [
141
+ {
142
+ "type": "default",
143
+ "key": "",
144
+ "mockFile": ""
145
+ }
146
+ ]
147
+ },
148
+ {
149
+ "name": "configurationServiceGetLoginConfigurationV2",
150
+ "protocol": "REST",
151
+ "method": "GET",
152
+ "entitypath": "{base_path}/{version}/v2/configuration/login?{query}",
153
+ "requestSchema": "schema.json",
154
+ "responseSchema": "schema.json",
155
+ "timeout": 0,
156
+ "sendEmpty": false,
157
+ "sendGetBody": false,
158
+ "requestDatatype": "JSON",
159
+ "responseDatatype": "JSON",
160
+ "headers": {},
161
+ "responseObjects": [
162
+ {
163
+ "type": "default",
164
+ "key": "",
165
+ "mockFile": ""
166
+ }
167
+ ]
168
+ },
169
+ {
170
+ "name": "configurationServicePatchLoginConfigurationV2",
171
+ "protocol": "REST",
172
+ "method": "PATCH",
173
+ "entitypath": "{base_path}/{version}/v2/configuration/login?{query}",
174
+ "requestSchema": "schema.json",
175
+ "responseSchema": "schema.json",
176
+ "timeout": 0,
177
+ "sendEmpty": false,
178
+ "requestDatatype": "JSON",
179
+ "responseDatatype": "JSON",
180
+ "headers": {},
181
+ "responseObjects": [
182
+ {
183
+ "type": "default",
184
+ "key": "",
185
+ "mockFile": ""
186
+ }
187
+ ]
188
+ },
189
+ {
190
+ "name": "configurationServiceGetLoginPolicyConfiguration",
191
+ "protocol": "REST",
192
+ "method": "GET",
193
+ "entitypath": "{base_path}/{version}/v1/configuration/login-policy?{query}",
194
+ "requestSchema": "schema.json",
195
+ "responseSchema": "schema.json",
196
+ "timeout": 0,
197
+ "sendEmpty": false,
198
+ "sendGetBody": false,
199
+ "requestDatatype": "JSON",
200
+ "responseDatatype": "JSON",
201
+ "headers": {},
202
+ "responseObjects": [
203
+ {
204
+ "type": "default",
205
+ "key": "",
206
+ "mockFile": ""
207
+ }
208
+ ]
209
+ },
210
+ {
211
+ "name": "configurationServicePatchLoginPolicyConfiguration",
212
+ "protocol": "REST",
213
+ "method": "PATCH",
214
+ "entitypath": "{base_path}/{version}/v1/configuration/login-policy?{query}",
215
+ "requestSchema": "schema.json",
216
+ "responseSchema": "schema.json",
217
+ "timeout": 0,
218
+ "sendEmpty": false,
219
+ "requestDatatype": "JSON",
220
+ "responseDatatype": "JSON",
221
+ "headers": {},
222
+ "responseObjects": [
223
+ {
224
+ "type": "default",
225
+ "key": "",
226
+ "mockFile": ""
227
+ }
228
+ ]
229
+ },
230
+ {
231
+ "name": "configurationServiceGetSamlConfiguration",
232
+ "protocol": "REST",
233
+ "method": "GET",
234
+ "entitypath": "{base_path}/{version}/v1/configuration/saml?{query}",
235
+ "requestSchema": "schema.json",
236
+ "responseSchema": "schema.json",
237
+ "timeout": 0,
238
+ "sendEmpty": false,
239
+ "sendGetBody": false,
240
+ "requestDatatype": "JSON",
241
+ "responseDatatype": "JSON",
242
+ "headers": {},
243
+ "responseObjects": [
244
+ {
245
+ "type": "default",
246
+ "key": "",
247
+ "mockFile": ""
248
+ }
249
+ ]
250
+ },
251
+ {
252
+ "name": "configurationServicePatchSamlConfiguration",
253
+ "protocol": "REST",
254
+ "method": "PATCH",
255
+ "entitypath": "{base_path}/{version}/v1/configuration/saml?{query}",
256
+ "requestSchema": "schema.json",
257
+ "responseSchema": "schema.json",
258
+ "timeout": 0,
259
+ "sendEmpty": false,
260
+ "requestDatatype": "JSON",
261
+ "responseDatatype": "JSON",
262
+ "headers": {},
263
+ "responseObjects": [
264
+ {
265
+ "type": "default",
266
+ "key": "",
267
+ "mockFile": ""
268
+ }
269
+ ]
270
+ },
271
+ {
272
+ "name": "configurationServiceGetSamlIdentityProviderConfiguration",
273
+ "protocol": "REST",
274
+ "method": "GET",
275
+ "entitypath": "{base_path}/{version}/v1/configuration/saml/identity-provider/{pathv1}?{query}",
276
+ "requestSchema": "schema.json",
277
+ "responseSchema": "schema.json",
278
+ "timeout": 0,
279
+ "sendEmpty": false,
280
+ "sendGetBody": false,
281
+ "requestDatatype": "JSON",
282
+ "responseDatatype": "JSON",
283
+ "headers": {},
284
+ "responseObjects": [
285
+ {
286
+ "type": "default",
287
+ "key": "",
288
+ "mockFile": ""
289
+ }
290
+ ]
291
+ },
292
+ {
293
+ "name": "configurationServiceGetRpcConfiguration",
294
+ "protocol": "REST",
295
+ "method": "GET",
296
+ "entitypath": "{base_path}/{version}/v1/configuration/rpc?{query}",
297
+ "requestSchema": "schema.json",
298
+ "responseSchema": "schema.json",
299
+ "timeout": 0,
300
+ "sendEmpty": false,
301
+ "sendGetBody": false,
302
+ "requestDatatype": "JSON",
303
+ "responseDatatype": "JSON",
304
+ "headers": {},
305
+ "responseObjects": [
306
+ {
307
+ "type": "default",
308
+ "key": "",
309
+ "mockFile": ""
310
+ }
311
+ ]
312
+ },
313
+ {
314
+ "name": "configurationServicePatchRpcConfiguration",
315
+ "protocol": "REST",
316
+ "method": "PATCH",
317
+ "entitypath": "{base_path}/{version}/v1/configuration/rpc?{query}",
318
+ "requestSchema": "schema.json",
319
+ "responseSchema": "schema.json",
320
+ "timeout": 0,
321
+ "sendEmpty": false,
322
+ "requestDatatype": "JSON",
323
+ "responseDatatype": "JSON",
324
+ "headers": {},
325
+ "responseObjects": [
326
+ {
327
+ "type": "default",
328
+ "key": "",
329
+ "mockFile": ""
330
+ }
331
+ ]
332
+ },
333
+ {
334
+ "name": "configurationServiceGetSessionRecordingAdvancedConfiguration",
335
+ "protocol": "REST",
336
+ "method": "GET",
337
+ "entitypath": "{base_path}/{version}/v1/configuration/sessionrecording-advanced?{query}",
338
+ "requestSchema": "schema.json",
339
+ "responseSchema": "schema.json",
340
+ "timeout": 0,
341
+ "sendEmpty": false,
342
+ "sendGetBody": false,
343
+ "requestDatatype": "JSON",
344
+ "responseDatatype": "JSON",
345
+ "headers": {},
346
+ "responseObjects": [
347
+ {
348
+ "type": "default",
349
+ "key": "",
350
+ "mockFile": ""
351
+ }
352
+ ]
353
+ },
354
+ {
355
+ "name": "configurationServicePatchSessionRecordingAdvancedConfiguration",
356
+ "protocol": "REST",
357
+ "method": "PATCH",
358
+ "entitypath": "{base_path}/{version}/v1/configuration/sessionrecording-advanced?{query}",
359
+ "requestSchema": "schema.json",
360
+ "responseSchema": "schema.json",
361
+ "timeout": 0,
362
+ "sendEmpty": false,
363
+ "requestDatatype": "JSON",
364
+ "responseDatatype": "JSON",
365
+ "headers": {},
366
+ "responseObjects": [
367
+ {
368
+ "type": "default",
369
+ "key": "",
370
+ "mockFile": ""
371
+ }
372
+ ]
373
+ },
374
+ {
375
+ "name": "configurationServiceGetSiteConnectors",
376
+ "protocol": "REST",
377
+ "method": "GET",
378
+ "entitypath": "{base_path}/{version}/v1/configuration/site-connector?{query}",
379
+ "requestSchema": "schema.json",
380
+ "responseSchema": "schema.json",
381
+ "timeout": 0,
382
+ "sendEmpty": false,
383
+ "sendGetBody": false,
384
+ "requestDatatype": "JSON",
385
+ "responseDatatype": "JSON",
386
+ "headers": {},
387
+ "responseObjects": [
388
+ {
389
+ "type": "default",
390
+ "key": "",
391
+ "mockFile": "mockdatafiles/configurationServiceGetSiteConnectors-default.json"
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "name": "configurationServiceGetInternalSiteConfiguration",
397
+ "protocol": "REST",
398
+ "method": "GET",
399
+ "entitypath": "{base_path}/{version}/v1/configuration/internal-site-connector?{query}",
400
+ "requestSchema": "schema.json",
401
+ "responseSchema": "schema.json",
402
+ "timeout": 0,
403
+ "sendEmpty": false,
404
+ "sendGetBody": false,
405
+ "requestDatatype": "JSON",
406
+ "responseDatatype": "JSON",
407
+ "headers": {},
408
+ "responseObjects": [
409
+ {
410
+ "type": "default",
411
+ "key": "",
412
+ "mockFile": ""
413
+ }
414
+ ]
415
+ },
416
+ {
417
+ "name": "configurationServicePatchInternalSiteConfiguration",
418
+ "protocol": "REST",
419
+ "method": "PATCH",
420
+ "entitypath": "{base_path}/{version}/v1/configuration/internal-site-connector?{query}",
421
+ "requestSchema": "schema.json",
422
+ "responseSchema": "schema.json",
423
+ "timeout": 0,
424
+ "sendEmpty": false,
425
+ "requestDatatype": "JSON",
426
+ "responseDatatype": "JSON",
427
+ "headers": {},
428
+ "responseObjects": [
429
+ {
430
+ "type": "default",
431
+ "key": "",
432
+ "mockFile": ""
433
+ }
434
+ ]
435
+ },
436
+ {
437
+ "name": "configurationServiceGetUnlimitedAdmin",
438
+ "protocol": "REST",
439
+ "method": "GET",
440
+ "entitypath": "{base_path}/{version}/v1/configuration/unlimited-admin?{query}",
441
+ "requestSchema": "schema.json",
442
+ "responseSchema": "schema.json",
443
+ "timeout": 0,
444
+ "sendEmpty": false,
445
+ "sendGetBody": false,
446
+ "requestDatatype": "JSON",
447
+ "responseDatatype": "JSON",
448
+ "headers": {},
449
+ "responseObjects": [
450
+ {
451
+ "type": "default",
452
+ "key": "",
453
+ "mockFile": ""
454
+ }
455
+ ]
456
+ },
457
+ {
458
+ "name": "configurationServiceUpdateUnlimitedAdmin",
459
+ "protocol": "REST",
460
+ "method": "PATCH",
461
+ "entitypath": "{base_path}/{version}/v1/configuration/unlimited-admin?{query}",
462
+ "requestSchema": "schema.json",
463
+ "responseSchema": "schema.json",
464
+ "timeout": 0,
465
+ "sendEmpty": false,
466
+ "requestDatatype": "JSON",
467
+ "responseDatatype": "JSON",
468
+ "headers": {},
469
+ "responseObjects": [
470
+ {
471
+ "type": "default",
472
+ "key": "",
473
+ "mockFile": ""
474
+ }
475
+ ]
476
+ },
477
+ {
478
+ "name": "configurationServiceGetSecretSearchIndexerConfiguration",
479
+ "protocol": "REST",
480
+ "method": "GET",
481
+ "entitypath": "{base_path}/{version}/v1/configuration/secret-search-indexer?{query}",
482
+ "requestSchema": "schema.json",
483
+ "responseSchema": "schema.json",
484
+ "timeout": 0,
485
+ "sendEmpty": false,
486
+ "sendGetBody": false,
487
+ "requestDatatype": "JSON",
488
+ "responseDatatype": "JSON",
489
+ "headers": {},
490
+ "responseObjects": [
491
+ {
492
+ "type": "default",
493
+ "key": "",
494
+ "mockFile": ""
495
+ }
496
+ ]
497
+ },
498
+ {
499
+ "name": "configurationServicePatchSecretSearchIndexerConfiguration",
500
+ "protocol": "REST",
501
+ "method": "PATCH",
502
+ "entitypath": "{base_path}/{version}/v1/configuration/secret-search-indexer?{query}",
503
+ "requestSchema": "schema.json",
504
+ "responseSchema": "schema.json",
505
+ "timeout": 0,
506
+ "sendEmpty": false,
507
+ "requestDatatype": "JSON",
508
+ "responseDatatype": "JSON",
509
+ "headers": {},
510
+ "responseObjects": [
511
+ {
512
+ "type": "default",
513
+ "key": "",
514
+ "mockFile": ""
515
+ }
516
+ ]
517
+ },
518
+ {
519
+ "name": "configurationServiceGetPlatformConfiguration",
520
+ "protocol": "REST",
521
+ "method": "GET",
522
+ "entitypath": "{base_path}/{version}/v1/configuration/platform?{query}",
523
+ "requestSchema": "schema.json",
524
+ "responseSchema": "schema.json",
525
+ "timeout": 0,
526
+ "sendEmpty": false,
527
+ "sendGetBody": false,
528
+ "requestDatatype": "JSON",
529
+ "responseDatatype": "JSON",
530
+ "headers": {},
531
+ "responseObjects": [
532
+ {
533
+ "type": "default",
534
+ "key": "",
535
+ "mockFile": ""
536
+ }
537
+ ]
538
+ },
539
+ {
540
+ "name": "configurationServicePatchPlatformConfiguration",
541
+ "protocol": "REST",
542
+ "method": "PATCH",
543
+ "entitypath": "{base_path}/{version}/v1/configuration/platform?{query}",
544
+ "requestSchema": "schema.json",
545
+ "responseSchema": "schema.json",
546
+ "timeout": 0,
547
+ "sendEmpty": false,
548
+ "requestDatatype": "JSON",
549
+ "responseDatatype": "JSON",
550
+ "headers": {},
551
+ "responseObjects": [
552
+ {
553
+ "type": "default",
554
+ "key": "",
555
+ "mockFile": ""
556
+ }
557
+ ]
558
+ },
559
+ {
560
+ "name": "configurationServiceGetPlatformConfigurationAudits",
561
+ "protocol": "REST",
562
+ "method": "GET",
563
+ "entitypath": "{base_path}/{version}/v1/configuration/platform-audits?{query}",
564
+ "requestSchema": "schema.json",
565
+ "responseSchema": "schema.json",
566
+ "timeout": 0,
567
+ "sendEmpty": false,
568
+ "sendGetBody": false,
569
+ "requestDatatype": "JSON",
570
+ "responseDatatype": "JSON",
571
+ "headers": {},
572
+ "responseObjects": [
573
+ {
574
+ "type": "default",
575
+ "key": "",
576
+ "mockFile": ""
577
+ }
578
+ ]
579
+ },
580
+ {
581
+ "name": "configurationServiceGetAutoExportConfiguration",
582
+ "protocol": "REST",
583
+ "method": "GET",
584
+ "entitypath": "{base_path}/{version}/v1/configuration/auto-export?{query}",
585
+ "requestSchema": "schema.json",
586
+ "responseSchema": "schema.json",
587
+ "timeout": 0,
588
+ "sendEmpty": false,
589
+ "sendGetBody": false,
590
+ "requestDatatype": "JSON",
591
+ "responseDatatype": "JSON",
592
+ "headers": {},
593
+ "responseObjects": [
594
+ {
595
+ "type": "default",
596
+ "key": "",
597
+ "mockFile": ""
598
+ }
599
+ ]
600
+ },
601
+ {
602
+ "name": "configurationServicePatchAutomaticExportConfiguration",
603
+ "protocol": "REST",
604
+ "method": "PATCH",
605
+ "entitypath": "{base_path}/{version}/v1/configuration/auto-export?{query}",
606
+ "requestSchema": "schema.json",
607
+ "responseSchema": "schema.json",
608
+ "timeout": 0,
609
+ "sendEmpty": false,
610
+ "requestDatatype": "JSON",
611
+ "responseDatatype": "JSON",
612
+ "headers": {},
613
+ "responseObjects": [
614
+ {
615
+ "type": "default",
616
+ "key": "",
617
+ "mockFile": ""
618
+ }
619
+ ]
620
+ },
621
+ {
622
+ "name": "configurationServiceGetAutoExportConfigurationAudits",
623
+ "protocol": "REST",
624
+ "method": "GET",
625
+ "entitypath": "{base_path}/{version}/v1/configuration/auto-export-audits?{query}",
626
+ "requestSchema": "schema.json",
627
+ "responseSchema": "schema.json",
628
+ "timeout": 0,
629
+ "sendEmpty": false,
630
+ "sendGetBody": false,
631
+ "requestDatatype": "JSON",
632
+ "responseDatatype": "JSON",
633
+ "headers": {},
634
+ "responseObjects": [
635
+ {
636
+ "type": "default",
637
+ "key": "",
638
+ "mockFile": ""
639
+ }
640
+ ]
641
+ },
642
+ {
643
+ "name": "configurationServiceGetAutoExportLogs",
644
+ "protocol": "REST",
645
+ "method": "GET",
646
+ "entitypath": "{base_path}/{version}/v1/configuration/auto-export-logs?{query}",
647
+ "requestSchema": "schema.json",
648
+ "responseSchema": "schema.json",
649
+ "timeout": 0,
650
+ "sendEmpty": false,
651
+ "sendGetBody": false,
652
+ "requestDatatype": "JSON",
653
+ "responseDatatype": "JSON",
654
+ "headers": {},
655
+ "responseObjects": [
656
+ {
657
+ "type": "default",
658
+ "key": "",
659
+ "mockFile": ""
660
+ }
661
+ ]
662
+ },
663
+ {
664
+ "name": "configurationServiceGetAutoExportStorageItemsDefault",
665
+ "protocol": "REST",
666
+ "method": "GET",
667
+ "entitypath": "{base_path}/{version}/v1/configuration/auto-export-storage?{query}",
668
+ "requestSchema": "schema.json",
669
+ "responseSchema": "schema.json",
670
+ "timeout": 0,
671
+ "sendEmpty": false,
672
+ "sendGetBody": false,
673
+ "requestDatatype": "JSON",
674
+ "responseDatatype": "JSON",
675
+ "headers": {},
676
+ "responseObjects": [
677
+ {
678
+ "type": "default",
679
+ "key": "",
680
+ "mockFile": ""
681
+ }
682
+ ]
683
+ },
684
+ {
685
+ "name": "configurationServiceGetAutoExportStorageItems",
686
+ "protocol": "REST",
687
+ "method": "GET",
688
+ "entitypath": "{base_path}/{version}/v1/configuration/auto-export-storage/{pathv1}?{query}",
689
+ "requestSchema": "schema.json",
690
+ "responseSchema": "schema.json",
691
+ "timeout": 0,
692
+ "sendEmpty": false,
693
+ "sendGetBody": false,
694
+ "requestDatatype": "JSON",
695
+ "responseDatatype": "JSON",
696
+ "headers": {},
697
+ "responseObjects": [
698
+ {
699
+ "type": "default",
700
+ "key": "",
701
+ "mockFile": ""
702
+ }
703
+ ]
704
+ },
705
+ {
706
+ "name": "configurationServiceGetAutoExportStorageItem",
707
+ "protocol": "REST",
708
+ "method": "GET",
709
+ "entitypath": "{base_path}/{version}/v1/configuration/auto-export-storage/item/{pathv1}?{query}",
710
+ "requestSchema": "schema.json",
711
+ "responseSchema": "schema.json",
712
+ "timeout": 0,
713
+ "sendEmpty": false,
714
+ "sendGetBody": false,
715
+ "requestDatatype": "JSON",
716
+ "responseDatatype": "JSON",
717
+ "headers": {},
718
+ "responseObjects": [
719
+ {
720
+ "type": "default",
721
+ "key": "",
722
+ "mockFile": ""
723
+ }
724
+ ]
725
+ },
726
+ {
727
+ "name": "configurationServiceGetDatabaseBackupConfiguration",
728
+ "protocol": "REST",
729
+ "method": "GET",
730
+ "entitypath": "{base_path}/{version}/v1/configuration/backup?{query}",
731
+ "requestSchema": "schema.json",
732
+ "responseSchema": "schema.json",
733
+ "timeout": 0,
734
+ "sendEmpty": false,
735
+ "sendGetBody": false,
736
+ "requestDatatype": "JSON",
737
+ "responseDatatype": "JSON",
738
+ "headers": {},
739
+ "responseObjects": [
740
+ {
741
+ "type": "default",
742
+ "key": "",
743
+ "mockFile": ""
744
+ }
745
+ ]
746
+ },
747
+ {
748
+ "name": "configurationServicePatchDatabaseBackupConfiguration",
749
+ "protocol": "REST",
750
+ "method": "PATCH",
751
+ "entitypath": "{base_path}/{version}/v1/configuration/backup?{query}",
752
+ "requestSchema": "schema.json",
753
+ "responseSchema": "schema.json",
754
+ "timeout": 0,
755
+ "sendEmpty": false,
756
+ "requestDatatype": "JSON",
757
+ "responseDatatype": "JSON",
758
+ "headers": {},
759
+ "responseObjects": [
760
+ {
761
+ "type": "default",
762
+ "key": "",
763
+ "mockFile": ""
764
+ }
765
+ ]
766
+ },
767
+ {
768
+ "name": "configurationServiceGetBackupLogsV2",
769
+ "protocol": "REST",
770
+ "method": "GET",
771
+ "entitypath": "{base_path}/{version}/v2/configuration/backup-logs?{query}",
772
+ "requestSchema": "schema.json",
773
+ "responseSchema": "schema.json",
774
+ "timeout": 0,
775
+ "sendEmpty": false,
776
+ "sendGetBody": false,
777
+ "requestDatatype": "JSON",
778
+ "responseDatatype": "JSON",
779
+ "headers": {},
780
+ "responseObjects": [
781
+ {
782
+ "type": "default",
783
+ "key": "",
784
+ "mockFile": ""
785
+ }
786
+ ]
787
+ },
788
+ {
789
+ "name": "configurationServiceGetSystemLogConfiguration",
790
+ "protocol": "REST",
791
+ "method": "GET",
792
+ "entitypath": "{base_path}/{version}/v1/configuration/system-log?{query}",
793
+ "requestSchema": "schema.json",
794
+ "responseSchema": "schema.json",
795
+ "timeout": 0,
796
+ "sendEmpty": false,
797
+ "sendGetBody": false,
798
+ "requestDatatype": "JSON",
799
+ "responseDatatype": "JSON",
800
+ "headers": {},
801
+ "responseObjects": [
802
+ {
803
+ "type": "default",
804
+ "key": "",
805
+ "mockFile": ""
806
+ }
807
+ ]
808
+ },
809
+ {
810
+ "name": "configurationServicePatchSystemLogConfiguration",
811
+ "protocol": "REST",
812
+ "method": "PATCH",
813
+ "entitypath": "{base_path}/{version}/v1/configuration/system-log?{query}",
814
+ "requestSchema": "schema.json",
815
+ "responseSchema": "schema.json",
816
+ "timeout": 0,
817
+ "sendEmpty": false,
818
+ "requestDatatype": "JSON",
819
+ "responseDatatype": "JSON",
820
+ "headers": {},
821
+ "responseObjects": [
822
+ {
823
+ "type": "default",
824
+ "key": "",
825
+ "mockFile": ""
826
+ }
827
+ ]
828
+ },
829
+ {
830
+ "name": "configurationServiceClearSystemLog",
831
+ "protocol": "REST",
832
+ "method": "GET",
833
+ "entitypath": "{base_path}/{version}/v1/configuration/system-log/clear?{query}",
834
+ "requestSchema": "schema.json",
835
+ "responseSchema": "schema.json",
836
+ "timeout": 0,
837
+ "sendEmpty": false,
838
+ "sendGetBody": false,
839
+ "requestDatatype": "JSON",
840
+ "responseDatatype": "JSON",
841
+ "headers": {},
842
+ "responseObjects": [
843
+ {
844
+ "type": "default",
845
+ "key": "",
846
+ "mockFile": ""
847
+ }
848
+ ]
849
+ },
850
+ {
851
+ "name": "configurationServiceGetPublicSshKeyExpiration",
852
+ "protocol": "REST",
853
+ "method": "GET",
854
+ "entitypath": "{base_path}/{version}/v1/configuration/public-ssh-key?{query}",
855
+ "requestSchema": "schema.json",
856
+ "responseSchema": "schema.json",
857
+ "timeout": 0,
858
+ "sendEmpty": false,
859
+ "sendGetBody": false,
860
+ "requestDatatype": "JSON",
861
+ "responseDatatype": "JSON",
862
+ "headers": {},
863
+ "responseObjects": [
864
+ {
865
+ "type": "default",
866
+ "key": "",
867
+ "mockFile": ""
868
+ }
869
+ ]
870
+ },
871
+ {
872
+ "name": "configurationServiceGetTicketSystemConfiguration",
873
+ "protocol": "REST",
874
+ "method": "GET",
875
+ "entitypath": "{base_path}/{version}/v1/configuration/ticket-system?{query}",
876
+ "requestSchema": "schema.json",
877
+ "responseSchema": "schema.json",
878
+ "timeout": 0,
879
+ "sendEmpty": false,
880
+ "sendGetBody": false,
881
+ "requestDatatype": "JSON",
882
+ "responseDatatype": "JSON",
883
+ "headers": {},
884
+ "responseObjects": [
885
+ {
886
+ "type": "default",
887
+ "key": "",
888
+ "mockFile": ""
889
+ }
890
+ ]
891
+ },
892
+ {
893
+ "name": "configurationServicePatchTicketSystemConfiguration",
894
+ "protocol": "REST",
895
+ "method": "PATCH",
896
+ "entitypath": "{base_path}/{version}/v1/configuration/ticket-system?{query}",
897
+ "requestSchema": "schema.json",
898
+ "responseSchema": "schema.json",
899
+ "timeout": 0,
900
+ "sendEmpty": false,
901
+ "requestDatatype": "JSON",
902
+ "responseDatatype": "JSON",
903
+ "headers": {},
904
+ "responseObjects": [
905
+ {
906
+ "type": "default",
907
+ "key": "",
908
+ "mockFile": ""
909
+ }
910
+ ]
911
+ },
912
+ {
913
+ "name": "configurationServiceGetDatabaseConfiguration",
914
+ "protocol": "REST",
915
+ "method": "GET",
916
+ "entitypath": "{base_path}/{version}/v1/configuration/database?{query}",
917
+ "requestSchema": "schema.json",
918
+ "responseSchema": "schema.json",
919
+ "timeout": 0,
920
+ "sendEmpty": false,
921
+ "sendGetBody": false,
922
+ "requestDatatype": "JSON",
923
+ "responseDatatype": "JSON",
924
+ "headers": {},
925
+ "responseObjects": [
926
+ {
927
+ "type": "default",
928
+ "key": "",
929
+ "mockFile": ""
930
+ }
931
+ ]
932
+ },
933
+ {
934
+ "name": "configurationServicePatchDatabaseConfiguration",
935
+ "protocol": "REST",
936
+ "method": "PATCH",
937
+ "entitypath": "{base_path}/{version}/v1/configuration/database?{query}",
938
+ "requestSchema": "schema.json",
939
+ "responseSchema": "schema.json",
940
+ "timeout": 0,
941
+ "sendEmpty": false,
942
+ "requestDatatype": "JSON",
943
+ "responseDatatype": "JSON",
944
+ "headers": {},
945
+ "responseObjects": [
946
+ {
947
+ "type": "default",
948
+ "key": "",
949
+ "mockFile": ""
950
+ }
951
+ ]
952
+ },
953
+ {
954
+ "name": "configurationServiceGetConfigurationReadOnlyMode",
955
+ "protocol": "REST",
956
+ "method": "GET",
957
+ "entitypath": "{base_path}/{version}/v1/configuration/read-only-mode?{query}",
958
+ "requestSchema": "schema.json",
959
+ "responseSchema": "schema.json",
960
+ "timeout": 0,
961
+ "sendEmpty": false,
962
+ "sendGetBody": false,
963
+ "requestDatatype": "JSON",
964
+ "responseDatatype": "JSON",
965
+ "headers": {},
966
+ "responseObjects": [
967
+ {
968
+ "type": "default",
969
+ "key": "",
970
+ "mockFile": ""
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "name": "configurationServicePatchConfigurationReadOnlyMode",
976
+ "protocol": "REST",
977
+ "method": "PATCH",
978
+ "entitypath": "{base_path}/{version}/v1/configuration/read-only-mode?{query}",
979
+ "requestSchema": "schema.json",
980
+ "responseSchema": "schema.json",
981
+ "timeout": 0,
982
+ "sendEmpty": false,
983
+ "requestDatatype": "JSON",
984
+ "responseDatatype": "JSON",
985
+ "headers": {},
986
+ "responseObjects": [
987
+ {
988
+ "type": "default",
989
+ "key": "",
990
+ "mockFile": ""
991
+ }
992
+ ]
993
+ },
994
+ {
995
+ "name": "configurationServiceGetRotateSecretKeysStatus",
996
+ "protocol": "REST",
997
+ "method": "GET",
998
+ "entitypath": "{base_path}/{version}/v1/configuration/security/rotate-secret-keys-status?{query}",
999
+ "requestSchema": "schema.json",
1000
+ "responseSchema": "schema.json",
1001
+ "timeout": 0,
1002
+ "sendEmpty": false,
1003
+ "sendGetBody": false,
1004
+ "requestDatatype": "JSON",
1005
+ "responseDatatype": "JSON",
1006
+ "headers": {},
1007
+ "responseObjects": [
1008
+ {
1009
+ "type": "default",
1010
+ "key": "",
1011
+ "mockFile": ""
1012
+ }
1013
+ ]
1014
+ },
1015
+ {
1016
+ "name": "configurationServicePatchGeneralConfiguration",
1017
+ "protocol": "REST",
1018
+ "method": "PATCH",
1019
+ "entitypath": "{base_path}/{version}/v1/configuration/general?{query}",
1020
+ "requestSchema": "schema.json",
1021
+ "responseSchema": "schema.json",
1022
+ "timeout": 0,
1023
+ "sendEmpty": false,
1024
+ "requestDatatype": "JSON",
1025
+ "responseDatatype": "JSON",
1026
+ "headers": {},
1027
+ "responseObjects": [
1028
+ {
1029
+ "type": "default",
1030
+ "key": "",
1031
+ "mockFile": ""
1032
+ }
1033
+ ]
1034
+ },
1035
+ {
1036
+ "name": "configurationServicePostSamlConfiguration",
1037
+ "protocol": "REST",
1038
+ "method": "POST",
1039
+ "entitypath": "{base_path}/{version}/v1/configuration/saml/identity-provider?{query}",
1040
+ "requestSchema": "schema.json",
1041
+ "responseSchema": "schema.json",
1042
+ "timeout": 0,
1043
+ "sendEmpty": false,
1044
+ "requestDatatype": "JSON",
1045
+ "responseDatatype": "JSON",
1046
+ "headers": {},
1047
+ "responseObjects": [
1048
+ {
1049
+ "type": "default",
1050
+ "key": "",
1051
+ "mockFile": ""
1052
+ }
1053
+ ]
1054
+ },
1055
+ {
1056
+ "name": "configurationServicePatchSamlIdentityProviderConfiguration",
1057
+ "protocol": "REST",
1058
+ "method": "PATCH",
1059
+ "entitypath": "{base_path}/{version}/v1/configuration/saml/identity-provider?{query}",
1060
+ "requestSchema": "schema.json",
1061
+ "responseSchema": "schema.json",
1062
+ "timeout": 0,
1063
+ "sendEmpty": false,
1064
+ "requestDatatype": "JSON",
1065
+ "responseDatatype": "JSON",
1066
+ "headers": {},
1067
+ "responseObjects": [
1068
+ {
1069
+ "type": "default",
1070
+ "key": "",
1071
+ "mockFile": ""
1072
+ }
1073
+ ]
1074
+ },
1075
+ {
1076
+ "name": "configurationServicePatchSessionRecordingConfiguration",
1077
+ "protocol": "REST",
1078
+ "method": "PATCH",
1079
+ "entitypath": "{base_path}/{version}/v1/configuration/sessionrecording?{query}",
1080
+ "requestSchema": "schema.json",
1081
+ "responseSchema": "schema.json",
1082
+ "timeout": 0,
1083
+ "sendEmpty": false,
1084
+ "requestDatatype": "JSON",
1085
+ "responseDatatype": "JSON",
1086
+ "headers": {},
1087
+ "responseObjects": [
1088
+ {
1089
+ "type": "default",
1090
+ "key": "",
1091
+ "mockFile": ""
1092
+ }
1093
+ ]
1094
+ },
1095
+ {
1096
+ "name": "configurationServicePatchFolderConfiguration",
1097
+ "protocol": "REST",
1098
+ "method": "PATCH",
1099
+ "entitypath": "{base_path}/{version}/v1/configuration/folder?{query}",
1100
+ "requestSchema": "schema.json",
1101
+ "responseSchema": "schema.json",
1102
+ "timeout": 0,
1103
+ "sendEmpty": false,
1104
+ "requestDatatype": "JSON",
1105
+ "responseDatatype": "JSON",
1106
+ "headers": {},
1107
+ "responseObjects": [
1108
+ {
1109
+ "type": "default",
1110
+ "key": "",
1111
+ "mockFile": ""
1112
+ }
1113
+ ]
1114
+ },
1115
+ {
1116
+ "name": "configurationServicePatchApplicationSettingsConfiguration",
1117
+ "protocol": "REST",
1118
+ "method": "PATCH",
1119
+ "entitypath": "{base_path}/{version}/v1/configuration/application-settings?{query}",
1120
+ "requestSchema": "schema.json",
1121
+ "responseSchema": "schema.json",
1122
+ "timeout": 0,
1123
+ "sendEmpty": false,
1124
+ "requestDatatype": "JSON",
1125
+ "responseDatatype": "JSON",
1126
+ "headers": {},
1127
+ "responseObjects": [
1128
+ {
1129
+ "type": "default",
1130
+ "key": "",
1131
+ "mockFile": ""
1132
+ }
1133
+ ]
1134
+ },
1135
+ {
1136
+ "name": "configurationServicePatchPermissionOptionsConfiguration",
1137
+ "protocol": "REST",
1138
+ "method": "PATCH",
1139
+ "entitypath": "{base_path}/{version}/v1/configuration/permission-options?{query}",
1140
+ "requestSchema": "schema.json",
1141
+ "responseSchema": "schema.json",
1142
+ "timeout": 0,
1143
+ "sendEmpty": false,
1144
+ "requestDatatype": "JSON",
1145
+ "responseDatatype": "JSON",
1146
+ "headers": {},
1147
+ "responseObjects": [
1148
+ {
1149
+ "type": "default",
1150
+ "key": "",
1151
+ "mockFile": ""
1152
+ }
1153
+ ]
1154
+ },
1155
+ {
1156
+ "name": "configurationServicePatchLauncherSettingsConfiguration",
1157
+ "protocol": "REST",
1158
+ "method": "PATCH",
1159
+ "entitypath": "{base_path}/{version}/v1/configuration/launcher-settings?{query}",
1160
+ "requestSchema": "schema.json",
1161
+ "responseSchema": "schema.json",
1162
+ "timeout": 0,
1163
+ "sendEmpty": false,
1164
+ "requestDatatype": "JSON",
1165
+ "responseDatatype": "JSON",
1166
+ "headers": {},
1167
+ "responseObjects": [
1168
+ {
1169
+ "type": "default",
1170
+ "key": "",
1171
+ "mockFile": ""
1172
+ }
1173
+ ]
1174
+ },
1175
+ {
1176
+ "name": "configurationServicePatchProtocolHandlerSettingsConfiguration",
1177
+ "protocol": "REST",
1178
+ "method": "PATCH",
1179
+ "entitypath": "{base_path}/{version}/v1/configuration/protocol-handler-settings?{query}",
1180
+ "requestSchema": "schema.json",
1181
+ "responseSchema": "schema.json",
1182
+ "timeout": 0,
1183
+ "sendEmpty": false,
1184
+ "requestDatatype": "JSON",
1185
+ "responseDatatype": "JSON",
1186
+ "headers": {},
1187
+ "responseObjects": [
1188
+ {
1189
+ "type": "default",
1190
+ "key": "",
1191
+ "mockFile": ""
1192
+ }
1193
+ ]
1194
+ },
1195
+ {
1196
+ "name": "configurationServicePatchUserExperienceConfiguration",
1197
+ "protocol": "REST",
1198
+ "method": "PATCH",
1199
+ "entitypath": "{base_path}/{version}/v1/configuration/user-experience?{query}",
1200
+ "requestSchema": "schema.json",
1201
+ "responseSchema": "schema.json",
1202
+ "timeout": 0,
1203
+ "sendEmpty": false,
1204
+ "requestDatatype": "JSON",
1205
+ "responseDatatype": "JSON",
1206
+ "headers": {},
1207
+ "responseObjects": [
1208
+ {
1209
+ "type": "default",
1210
+ "key": "",
1211
+ "mockFile": ""
1212
+ }
1213
+ ]
1214
+ },
1215
+ {
1216
+ "name": "configurationServicePatchUserInterfaceConfiguration",
1217
+ "protocol": "REST",
1218
+ "method": "PATCH",
1219
+ "entitypath": "{base_path}/{version}/v1/configuration/user-interface?{query}",
1220
+ "requestSchema": "schema.json",
1221
+ "responseSchema": "schema.json",
1222
+ "timeout": 0,
1223
+ "sendEmpty": false,
1224
+ "requestDatatype": "JSON",
1225
+ "responseDatatype": "JSON",
1226
+ "headers": {},
1227
+ "responseObjects": [
1228
+ {
1229
+ "type": "default",
1230
+ "key": "",
1231
+ "mockFile": ""
1232
+ }
1233
+ ]
1234
+ },
1235
+ {
1236
+ "name": "configurationServicePatchEmailConfiguration",
1237
+ "protocol": "REST",
1238
+ "method": "PATCH",
1239
+ "entitypath": "{base_path}/{version}/v1/configuration/email?{query}",
1240
+ "requestSchema": "schema.json",
1241
+ "responseSchema": "schema.json",
1242
+ "timeout": 0,
1243
+ "sendEmpty": false,
1244
+ "requestDatatype": "JSON",
1245
+ "responseDatatype": "JSON",
1246
+ "headers": {},
1247
+ "responseObjects": [
1248
+ {
1249
+ "type": "default",
1250
+ "key": "",
1251
+ "mockFile": ""
1252
+ }
1253
+ ]
1254
+ },
1255
+ {
1256
+ "name": "configurationServiceRunRpcNow",
1257
+ "protocol": "REST",
1258
+ "method": "POST",
1259
+ "entitypath": "{base_path}/{version}/v1/configuration/rpc/run-now?{query}",
1260
+ "requestSchema": "schema.json",
1261
+ "responseSchema": "schema.json",
1262
+ "timeout": 0,
1263
+ "sendEmpty": false,
1264
+ "requestDatatype": "JSON",
1265
+ "responseDatatype": "JSON",
1266
+ "headers": {},
1267
+ "responseObjects": [
1268
+ {
1269
+ "type": "default",
1270
+ "key": "",
1271
+ "mockFile": ""
1272
+ }
1273
+ ]
1274
+ },
1275
+ {
1276
+ "name": "configurationServiceRunHeartbeatNow",
1277
+ "protocol": "REST",
1278
+ "method": "POST",
1279
+ "entitypath": "{base_path}/{version}/v1/configuration/heartbeat/run-now?{query}",
1280
+ "requestSchema": "schema.json",
1281
+ "responseSchema": "schema.json",
1282
+ "timeout": 0,
1283
+ "sendEmpty": false,
1284
+ "requestDatatype": "JSON",
1285
+ "responseDatatype": "JSON",
1286
+ "headers": {},
1287
+ "responseObjects": [
1288
+ {
1289
+ "type": "default",
1290
+ "key": "",
1291
+ "mockFile": ""
1292
+ }
1293
+ ]
1294
+ },
1295
+ {
1296
+ "name": "configurationServiceRebuildSecretSearchIndexerConfiguration",
1297
+ "protocol": "REST",
1298
+ "method": "POST",
1299
+ "entitypath": "{base_path}/{version}/v1/configuration/secret-search-indexer/rebuild-index?{query}",
1300
+ "requestSchema": "schema.json",
1301
+ "responseSchema": "schema.json",
1302
+ "timeout": 0,
1303
+ "sendEmpty": false,
1304
+ "requestDatatype": "JSON",
1305
+ "responseDatatype": "JSON",
1306
+ "headers": {},
1307
+ "responseObjects": [
1308
+ {
1309
+ "type": "default",
1310
+ "key": "",
1311
+ "mockFile": ""
1312
+ }
1313
+ ]
1314
+ },
1315
+ {
1316
+ "name": "configurationServiceRunAutoExportNow",
1317
+ "protocol": "REST",
1318
+ "method": "POST",
1319
+ "entitypath": "{base_path}/{version}/v1/configuration/auto-export/run-now?{query}",
1320
+ "requestSchema": "schema.json",
1321
+ "responseSchema": "schema.json",
1322
+ "timeout": 0,
1323
+ "sendEmpty": false,
1324
+ "requestDatatype": "JSON",
1325
+ "responseDatatype": "JSON",
1326
+ "headers": {},
1327
+ "responseObjects": [
1328
+ {
1329
+ "type": "default",
1330
+ "key": "",
1331
+ "mockFile": ""
1332
+ }
1333
+ ]
1334
+ },
1335
+ {
1336
+ "name": "configurationServiceRunBackupNow",
1337
+ "protocol": "REST",
1338
+ "method": "POST",
1339
+ "entitypath": "{base_path}/{version}/v1/configuration/backup/run-now?{query}",
1340
+ "requestSchema": "schema.json",
1341
+ "responseSchema": "schema.json",
1342
+ "timeout": 0,
1343
+ "sendEmpty": false,
1344
+ "requestDatatype": "JSON",
1345
+ "responseDatatype": "JSON",
1346
+ "headers": {},
1347
+ "responseObjects": [
1348
+ {
1349
+ "type": "default",
1350
+ "key": "",
1351
+ "mockFile": ""
1352
+ }
1353
+ ]
1354
+ },
1355
+ {
1356
+ "name": "configurationServiceRotateSecretKeys",
1357
+ "protocol": "REST",
1358
+ "method": "POST",
1359
+ "entitypath": "{base_path}/{version}/v1/configuration/security/rotate-secret-keys?{query}",
1360
+ "requestSchema": "schema.json",
1361
+ "responseSchema": "schema.json",
1362
+ "timeout": 0,
1363
+ "sendEmpty": false,
1364
+ "requestDatatype": "JSON",
1365
+ "responseDatatype": "JSON",
1366
+ "headers": {},
1367
+ "responseObjects": [
1368
+ {
1369
+ "type": "default",
1370
+ "key": "",
1371
+ "mockFile": ""
1372
+ }
1373
+ ]
1374
+ },
1375
+ {
1376
+ "name": "configurationServiceCancelRotateSecretKeys",
1377
+ "protocol": "REST",
1378
+ "method": "POST",
1379
+ "entitypath": "{base_path}/{version}/v1/configuration/security/cancel-rotate-secret-keys?{query}",
1380
+ "requestSchema": "schema.json",
1381
+ "responseSchema": "schema.json",
1382
+ "timeout": 0,
1383
+ "sendEmpty": false,
1384
+ "requestDatatype": "JSON",
1385
+ "responseDatatype": "JSON",
1386
+ "headers": {},
1387
+ "responseObjects": [
1388
+ {
1389
+ "type": "default",
1390
+ "key": "",
1391
+ "mockFile": ""
1392
+ }
1393
+ ]
1394
+ },
1395
+ {
1396
+ "name": "configurationServiceTestEmail",
1397
+ "protocol": "REST",
1398
+ "method": "POST",
1399
+ "entitypath": "{base_path}/{version}/v1/configuration/email/test?{query}",
1400
+ "requestSchema": "schema.json",
1401
+ "responseSchema": "schema.json",
1402
+ "timeout": 0,
1403
+ "sendEmpty": false,
1404
+ "requestDatatype": "JSON",
1405
+ "responseDatatype": "JSON",
1406
+ "headers": {},
1407
+ "responseObjects": [
1408
+ {
1409
+ "type": "default",
1410
+ "key": "",
1411
+ "mockFile": ""
1412
+ }
1413
+ ]
1414
+ }
1415
+ ]
1416
+ }