@itentialopensource/adapter-cisco_ise 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.
- package/.eslintignore +5 -0
- package/.eslintrc.js +18 -0
- package/.jshintrc +3 -0
- package/AUTH.md +34 -0
- package/BROKER.md +211 -0
- package/CALLS.md +2991 -0
- package/CODE_OF_CONDUCT.md +43 -0
- package/CONTRIBUTING.md +13 -0
- package/ENHANCE.md +69 -0
- package/LICENSE +201 -0
- package/PROPERTIES.md +646 -0
- package/README.md +349 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +23 -0
- package/TAB1.md +13 -0
- package/TAB2.md +306 -0
- package/TROUBLESHOOT.md +56 -0
- package/adapter.js +53480 -0
- package/adapterBase.js +1452 -0
- package/entities/.generic/action.json +214 -0
- package/entities/.generic/schema.json +28 -0
- package/entities/.system/action.json +50 -0
- package/entities/.system/mockdatafiles/getToken-default.json +3 -0
- package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
- package/entities/.system/schema.json +19 -0
- package/entities/.system/schemaTokenReq.json +53 -0
- package/entities/.system/schemaTokenResp.json +53 -0
- package/entities/ACIConnection/action.json +330 -0
- package/entities/ACIConnection/schema.json +34 -0
- package/entities/ACIData/action.json +205 -0
- package/entities/ACIData/schema.json +28 -0
- package/entities/ADGroups/action.json +25 -0
- package/entities/ADGroups/schema.json +19 -0
- package/entities/ActiveDirectories/action.json +25 -0
- package/entities/ActiveDirectories/schema.json +19 -0
- package/entities/BackupAndRestore/action.json +125 -0
- package/entities/BackupAndRestore/schema.json +24 -0
- package/entities/Certificates/action.json +452 -0
- package/entities/Certificates/schema.json +40 -0
- package/entities/ClassificationRule/action.json +146 -0
- package/entities/ClassificationRule/schema.json +25 -0
- package/entities/Configuration/action.json +24 -0
- package/entities/Configuration/schema.json +19 -0
- package/entities/CustomAttributes/action.json +106 -0
- package/entities/CustomAttributes/schema.json +23 -0
- package/entities/DataconnectServices/action.json +106 -0
- package/entities/DataconnectServices/schema.json +23 -0
- package/entities/DeviceAdminMFARules/action.json +126 -0
- package/entities/DeviceAdminMFARules/schema.json +24 -0
- package/entities/DeviceAdministrationAuthenticationRules/action.json +126 -0
- package/entities/DeviceAdministrationAuthenticationRules/schema.json +24 -0
- package/entities/DeviceAdministrationAuthorizationExceptionRules/action.json +126 -0
- package/entities/DeviceAdministrationAuthorizationExceptionRules/schema.json +24 -0
- package/entities/DeviceAdministrationAuthorizationGlobalExceptionRules/action.json +126 -0
- package/entities/DeviceAdministrationAuthorizationGlobalExceptionRules/schema.json +24 -0
- package/entities/DeviceAdministrationAuthorizationRules/action.json +126 -0
- package/entities/DeviceAdministrationAuthorizationRules/schema.json +24 -0
- package/entities/DeviceAdministrationCommandSets/action.json +25 -0
- package/entities/DeviceAdministrationCommandSets/schema.json +19 -0
- package/entities/DeviceAdministrationConditions/action.json +230 -0
- package/entities/DeviceAdministrationConditions/schema.json +29 -0
- package/entities/DeviceAdministrationDictionaryAttributesList/action.json +67 -0
- package/entities/DeviceAdministrationDictionaryAttributesList/schema.json +21 -0
- package/entities/DeviceAdministrationIdentityStores/action.json +25 -0
- package/entities/DeviceAdministrationIdentityStores/schema.json +19 -0
- package/entities/DeviceAdministrationNetworkConditions/action.json +106 -0
- package/entities/DeviceAdministrationNetworkConditions/schema.json +23 -0
- package/entities/DeviceAdministrationPolicySets/action.json +126 -0
- package/entities/DeviceAdministrationPolicySets/schema.json +24 -0
- package/entities/DeviceAdministrationServiceNames/action.json +25 -0
- package/entities/DeviceAdministrationServiceNames/schema.json +19 -0
- package/entities/DeviceAdministrationShellProfiles/action.json +25 -0
- package/entities/DeviceAdministrationShellProfiles/schema.json +19 -0
- package/entities/DeviceAdministrationTimeDateConditions/action.json +106 -0
- package/entities/DeviceAdministrationTimeDateConditions/schema.json +23 -0
- package/entities/DuoIdentitySync/action.json +168 -0
- package/entities/DuoIdentitySync/schema.json +26 -0
- package/entities/DuoMfa/action.json +147 -0
- package/entities/DuoMfa/schema.json +25 -0
- package/entities/EnableMFA/action.json +24 -0
- package/entities/EnableMFA/schema.json +19 -0
- package/entities/EndpointStopReplicationService/action.json +45 -0
- package/entities/EndpointStopReplicationService/schema.json +20 -0
- package/entities/Endpoints/action.json +207 -0
- package/entities/Endpoints/schema.json +28 -0
- package/entities/ExternalConnection/action.json +25 -0
- package/entities/ExternalConnection/schema.json +19 -0
- package/entities/InboundRule/action.json +166 -0
- package/entities/InboundRule/schema.json +26 -0
- package/entities/LSDSettings/action.json +25 -0
- package/entities/LSDSettings/schema.json +19 -0
- package/entities/Licensing/action.json +231 -0
- package/entities/Licensing/schema.json +29 -0
- package/entities/NBARApplicationManagement/action.json +106 -0
- package/entities/NBARApplicationManagement/schema.json +23 -0
- package/entities/NativeIPsec/action.json +187 -0
- package/entities/NativeIPsec/schema.json +27 -0
- package/entities/NetworkAccessAuthenticationRules/action.json +126 -0
- package/entities/NetworkAccessAuthenticationRules/schema.json +24 -0
- package/entities/NetworkAccessAuthorizationExceptionRules/action.json +126 -0
- package/entities/NetworkAccessAuthorizationExceptionRules/schema.json +24 -0
- package/entities/NetworkAccessAuthorizationGlobalExceptionRules/action.json +126 -0
- package/entities/NetworkAccessAuthorizationGlobalExceptionRules/schema.json +24 -0
- package/entities/NetworkAccessAuthorizationProfiles/action.json +25 -0
- package/entities/NetworkAccessAuthorizationProfiles/schema.json +19 -0
- package/entities/NetworkAccessAuthorizationRules/action.json +126 -0
- package/entities/NetworkAccessAuthorizationRules/schema.json +24 -0
- package/entities/NetworkAccessConditions/action.json +230 -0
- package/entities/NetworkAccessConditions/schema.json +29 -0
- package/entities/NetworkAccessDictionaries/action.json +106 -0
- package/entities/NetworkAccessDictionaries/schema.json +23 -0
- package/entities/NetworkAccessDictionaryAttributes/action.json +106 -0
- package/entities/NetworkAccessDictionaryAttributes/schema.json +23 -0
- package/entities/NetworkAccessDictionaryAttributesList/action.json +67 -0
- package/entities/NetworkAccessDictionaryAttributesList/schema.json +21 -0
- package/entities/NetworkAccessIdentityStores/action.json +25 -0
- package/entities/NetworkAccessIdentityStores/schema.json +19 -0
- package/entities/NetworkAccessMFARules/action.json +126 -0
- package/entities/NetworkAccessMFARules/schema.json +24 -0
- package/entities/NetworkAccessNetworkConditions/action.json +106 -0
- package/entities/NetworkAccessNetworkConditions/schema.json +23 -0
- package/entities/NetworkAccessPolicySets/action.json +126 -0
- package/entities/NetworkAccessPolicySets/schema.json +24 -0
- package/entities/NetworkAccessSecurityGroups/action.json +25 -0
- package/entities/NetworkAccessSecurityGroups/schema.json +19 -0
- package/entities/NetworkAccessServiceNames/action.json +25 -0
- package/entities/NetworkAccessServiceNames/schema.json +19 -0
- package/entities/NetworkAccessTimeDateConditions/action.json +106 -0
- package/entities/NetworkAccessTimeDateConditions/schema.json +23 -0
- package/entities/NodeDeployment/action.json +186 -0
- package/entities/NodeDeployment/schema.json +27 -0
- package/entities/NodeGroup/action.json +167 -0
- package/entities/NodeGroup/schema.json +26 -0
- package/entities/NodeServices/action.json +107 -0
- package/entities/NodeServices/schema.json +23 -0
- package/entities/OutboundRule/action.json +146 -0
- package/entities/OutboundRule/schema.json +25 -0
- package/entities/PANHA/action.json +45 -0
- package/entities/PANHA/schema.json +20 -0
- package/entities/Patch/action.json +252 -0
- package/entities/Patch/schema.json +30 -0
- package/entities/PatchAndHotPatch/action.json +126 -0
- package/entities/PatchAndHotPatch/schema.json +24 -0
- package/entities/PrometheusAlertmanager/action.json +330 -0
- package/entities/PrometheusAlertmanager/schema.json +34 -0
- package/entities/Proxy/action.json +45 -0
- package/entities/Proxy/schema.json +20 -0
- package/entities/PxGridCloud/action.json +107 -0
- package/entities/PxGridCloud/schema.json +23 -0
- package/entities/PxGridDirect/action.json +290 -0
- package/entities/PxGridDirect/schema.json +32 -0
- package/entities/Repository/action.json +127 -0
- package/entities/Repository/schema.json +24 -0
- package/entities/RuleFlow/action.json +24 -0
- package/entities/RuleFlow/schema.json +19 -0
- package/entities/RuleSummary/action.json +24 -0
- package/entities/RuleSummary/schema.json +19 -0
- package/entities/SXP/action.json +67 -0
- package/entities/SXP/schema.json +21 -0
- package/entities/SXPDomainsWithMappingAndDevicesCounts/action.json +25 -0
- package/entities/SXPDomainsWithMappingAndDevicesCounts/schema.json +19 -0
- package/entities/SecurityGroupManagement/action.json +25 -0
- package/entities/SecurityGroupManagement/schema.json +19 -0
- package/entities/Sgt/action.json +25 -0
- package/entities/Sgt/schema.json +19 -0
- package/entities/SgtReservation/action.json +106 -0
- package/entities/SgtReservation/schema.json +23 -0
- package/entities/SharedMappings/action.json +25 -0
- package/entities/SharedMappings/schema.json +19 -0
- package/entities/Subscriber/action.json +147 -0
- package/entities/Subscriber/schema.json +25 -0
- package/entities/TaskService/action.json +46 -0
- package/entities/TaskService/schema.json +20 -0
- package/entities/Telemetry/action.json +45 -0
- package/entities/Telemetry/schema.json +20 -0
- package/entities/TrustSecMatrixPolicy/action.json +46 -0
- package/entities/TrustSecMatrixPolicy/schema.json +20 -0
- package/entities/TrustsecIntegrationRuleDefaultTrustsecIntegrationRuleSet/action.json +25 -0
- package/entities/TrustsecIntegrationRuleDefaultTrustsecIntegrationRuleSet/schema.json +19 -0
- package/entities/TrustsecIntegrationRuleDictionaries/action.json +67 -0
- package/entities/TrustsecIntegrationRuleDictionaries/schema.json +21 -0
- package/entities/TrustsecIntegrationRuleDictionaryAttributes/action.json +130 -0
- package/entities/TrustsecIntegrationRuleDictionaryAttributes/schema.json +24 -0
- package/entities/Upgrade/action.json +168 -0
- package/entities/Upgrade/schema.json +26 -0
- package/entities/UserEquipment/action.json +188 -0
- package/entities/UserEquipment/schema.json +27 -0
- package/entities/VirtualNetworkManagement/action.json +166 -0
- package/entities/VirtualNetworkManagement/schema.json +26 -0
- package/entities/WorkloadConnection/action.json +717 -0
- package/entities/WorkloadConnection/schema.json +53 -0
- package/error.json +190 -0
- package/metadata.json +85 -0
- package/package.json +81 -0
- package/pronghorn.json +22101 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1582 -0
- package/report/adapterInfo.json +10 -0
- package/report/auto-adapter-openapi.json +18045 -0
- package/report/creationReport.json +3745 -0
- package/report/ise.json +40324 -0
- package/sampleProperties.json +257 -0
- package/test/integration/adapterTestBasicGet.js +83 -0
- package/test/integration/adapterTestConnectivity.js +118 -0
- package/test/integration/adapterTestIntegration.js +12350 -0
- package/test/unit/adapterBaseTestUnit.js +1024 -0
- package/test/unit/adapterTestUnit.js +11628 -0
- package/utils/adapterInfo.js +206 -0
- package/utils/addAuth.js +94 -0
- package/utils/artifactize.js +146 -0
- package/utils/basicGet.js +50 -0
- package/utils/checkMigrate.js +63 -0
- package/utils/entitiesToDB.js +179 -0
- package/utils/findPath.js +74 -0
- package/utils/methodDocumentor.js +273 -0
- package/utils/modify.js +152 -0
- package/utils/packModificationScript.js +35 -0
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +32 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/taskMover.js +309 -0
- package/utils/tbScript.js +239 -0
- package/utils/tbUtils.js +489 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +193 -0
|
@@ -0,0 +1,3745 @@
|
|
|
1
|
+
{
|
|
2
|
+
"errors": [],
|
|
3
|
+
"statistics": [
|
|
4
|
+
{
|
|
5
|
+
"owner": "errorJson",
|
|
6
|
+
"description": "Standard adapter errors available for use",
|
|
7
|
+
"value": 31
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"owner": "packageJson",
|
|
11
|
+
"description": "Number of production dependencies",
|
|
12
|
+
"value": 16
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"owner": "packageJson",
|
|
16
|
+
"description": "Number of development dependencies",
|
|
17
|
+
"value": 6
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"owner": "packageJson",
|
|
21
|
+
"description": "Number of npm scripts",
|
|
22
|
+
"value": 21
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"owner": "packageJson",
|
|
26
|
+
"description": "Runtime Library dependency",
|
|
27
|
+
"value": "^5.10.11"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"owner": "propertiesSchemaJson",
|
|
31
|
+
"description": "Adapter properties defined in the propertiesSchema file",
|
|
32
|
+
"value": 79
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"owner": "adapterJS",
|
|
36
|
+
"description": "Lines of code generated in adapter.js",
|
|
37
|
+
"value": 53481
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"owner": "adapterJS",
|
|
41
|
+
"description": "Number of Functions added to adapter.js",
|
|
42
|
+
"value": 464
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"owner": "pronghornJson",
|
|
46
|
+
"description": "Number of Methods added to pronghorn.json",
|
|
47
|
+
"value": 464
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"owner": "markdown",
|
|
51
|
+
"description": "Number of lines in the README.md",
|
|
52
|
+
"value": 350
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"owner": "markdown",
|
|
56
|
+
"description": "Number of lines in the SUMMARY.md",
|
|
57
|
+
"value": 9
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"owner": "markdown",
|
|
61
|
+
"description": "Number of lines in the PROPERTIES.md",
|
|
62
|
+
"value": 647
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"owner": "markdown",
|
|
66
|
+
"description": "Number of lines in the TROUBLESHOOT.md",
|
|
67
|
+
"value": 57
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"owner": "markdown",
|
|
71
|
+
"description": "Number of lines in the ENHANCE.md",
|
|
72
|
+
"value": 70
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"owner": "markdown",
|
|
76
|
+
"description": "Number of lines in the BROKER.md",
|
|
77
|
+
"value": 212
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"owner": "markdown",
|
|
81
|
+
"description": "Number of lines in the CALLS.md",
|
|
82
|
+
"value": 208
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"owner": "markdown",
|
|
86
|
+
"description": "Number of lines in the AUTH.md",
|
|
87
|
+
"value": 40
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"owner": "markdown",
|
|
91
|
+
"description": "Number of lines in the SYSTEMINFO.md",
|
|
92
|
+
"value": 14
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"owner": "unitTestJS",
|
|
96
|
+
"description": "Number of lines of code in unit tests",
|
|
97
|
+
"value": 11629
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"owner": "unitTestJS",
|
|
101
|
+
"description": "Number of unit tests",
|
|
102
|
+
"value": 800
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"owner": "integrationTestJS",
|
|
106
|
+
"description": "Number of lines of code in integration tests",
|
|
107
|
+
"value": 12351
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"owner": "integrationTestJS",
|
|
111
|
+
"description": "Number of integration tests",
|
|
112
|
+
"value": 473
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"owner": "actionJson",
|
|
116
|
+
"description": "Number of actions for SgtReservation entity",
|
|
117
|
+
"value": 5
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"owner": "actionJson",
|
|
121
|
+
"description": "Number of actions for BackupAndRestore entity",
|
|
122
|
+
"value": 6
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"owner": "actionJson",
|
|
126
|
+
"description": "Number of actions for Certificates entity",
|
|
127
|
+
"value": 22
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"owner": "actionJson",
|
|
131
|
+
"description": "Number of actions for CustomAttributes entity",
|
|
132
|
+
"value": 5
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"owner": "actionJson",
|
|
136
|
+
"description": "Number of actions for DataconnectServices entity",
|
|
137
|
+
"value": 5
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"owner": "actionJson",
|
|
141
|
+
"description": "Number of actions for NodeDeployment entity",
|
|
142
|
+
"value": 9
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"owner": "actionJson",
|
|
146
|
+
"description": "Number of actions for NodeGroup entity",
|
|
147
|
+
"value": 8
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"owner": "actionJson",
|
|
151
|
+
"description": "Number of actions for PANHA entity",
|
|
152
|
+
"value": 2
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"owner": "actionJson",
|
|
156
|
+
"description": "Number of actions for NodeServices entity",
|
|
157
|
+
"value": 5
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"owner": "actionJson",
|
|
161
|
+
"description": "Number of actions for ActiveDirectories entity",
|
|
162
|
+
"value": 1
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"owner": "actionJson",
|
|
166
|
+
"description": "Number of actions for ADGroups entity",
|
|
167
|
+
"value": 1
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"owner": "actionJson",
|
|
171
|
+
"description": "Number of actions for DuoIdentitySync entity",
|
|
172
|
+
"value": 8
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"owner": "actionJson",
|
|
176
|
+
"description": "Number of actions for EndpointStopReplicationService entity",
|
|
177
|
+
"value": 2
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"owner": "actionJson",
|
|
181
|
+
"description": "Number of actions for Endpoints entity",
|
|
182
|
+
"value": 10
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"owner": "actionJson",
|
|
186
|
+
"description": "Number of actions for NativeIPsec entity",
|
|
187
|
+
"value": 9
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"owner": "actionJson",
|
|
191
|
+
"description": "Number of actions for Licensing entity",
|
|
192
|
+
"value": 11
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"owner": "actionJson",
|
|
196
|
+
"description": "Number of actions for EnableMFA entity",
|
|
197
|
+
"value": 1
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"owner": "actionJson",
|
|
201
|
+
"description": "Number of actions for DuoMfa entity",
|
|
202
|
+
"value": 7
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"owner": "actionJson",
|
|
206
|
+
"description": "Number of actions for PatchAndHotPatch entity",
|
|
207
|
+
"value": 6
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"owner": "actionJson",
|
|
211
|
+
"description": "Number of actions for DeviceAdministrationCommandSets entity",
|
|
212
|
+
"value": 1
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"owner": "actionJson",
|
|
216
|
+
"description": "Number of actions for DeviceAdministrationConditions entity",
|
|
217
|
+
"value": 11
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"owner": "actionJson",
|
|
221
|
+
"description": "Number of actions for DeviceAdministrationDictionaryAttributesList entity",
|
|
222
|
+
"value": 3
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"owner": "actionJson",
|
|
226
|
+
"description": "Number of actions for DeviceAdministrationIdentityStores entity",
|
|
227
|
+
"value": 1
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"owner": "actionJson",
|
|
231
|
+
"description": "Number of actions for DeviceAdministrationNetworkConditions entity",
|
|
232
|
+
"value": 5
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"owner": "actionJson",
|
|
236
|
+
"description": "Number of actions for DeviceAdministrationPolicySets entity",
|
|
237
|
+
"value": 6
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"owner": "actionJson",
|
|
241
|
+
"description": "Number of actions for DeviceAdministrationAuthorizationGlobalExceptionRules entity",
|
|
242
|
+
"value": 6
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"owner": "actionJson",
|
|
246
|
+
"description": "Number of actions for DeviceAdministrationAuthenticationRules entity",
|
|
247
|
+
"value": 6
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"owner": "actionJson",
|
|
251
|
+
"description": "Number of actions for DeviceAdministrationAuthorizationRules entity",
|
|
252
|
+
"value": 6
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"owner": "actionJson",
|
|
256
|
+
"description": "Number of actions for DeviceAdministrationAuthorizationExceptionRules entity",
|
|
257
|
+
"value": 6
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"owner": "actionJson",
|
|
261
|
+
"description": "Number of actions for DeviceAdminMFARules entity",
|
|
262
|
+
"value": 6
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"owner": "actionJson",
|
|
266
|
+
"description": "Number of actions for DeviceAdministrationServiceNames entity",
|
|
267
|
+
"value": 1
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"owner": "actionJson",
|
|
271
|
+
"description": "Number of actions for DeviceAdministrationShellProfiles entity",
|
|
272
|
+
"value": 1
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"owner": "actionJson",
|
|
276
|
+
"description": "Number of actions for DeviceAdministrationTimeDateConditions entity",
|
|
277
|
+
"value": 5
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"owner": "actionJson",
|
|
281
|
+
"description": "Number of actions for NetworkAccessAuthorizationProfiles entity",
|
|
282
|
+
"value": 1
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"owner": "actionJson",
|
|
286
|
+
"description": "Number of actions for NetworkAccessConditions entity",
|
|
287
|
+
"value": 11
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"owner": "actionJson",
|
|
291
|
+
"description": "Number of actions for NetworkAccessDictionaries entity",
|
|
292
|
+
"value": 5
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"owner": "actionJson",
|
|
296
|
+
"description": "Number of actions for NetworkAccessDictionaryAttributesList entity",
|
|
297
|
+
"value": 3
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"owner": "actionJson",
|
|
301
|
+
"description": "Number of actions for NetworkAccessDictionaryAttributes entity",
|
|
302
|
+
"value": 5
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"owner": "actionJson",
|
|
306
|
+
"description": "Number of actions for NetworkAccessIdentityStores entity",
|
|
307
|
+
"value": 1
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"owner": "actionJson",
|
|
311
|
+
"description": "Number of actions for NetworkAccessNetworkConditions entity",
|
|
312
|
+
"value": 5
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"owner": "actionJson",
|
|
316
|
+
"description": "Number of actions for NetworkAccessPolicySets entity",
|
|
317
|
+
"value": 6
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"owner": "actionJson",
|
|
321
|
+
"description": "Number of actions for NetworkAccessAuthorizationGlobalExceptionRules entity",
|
|
322
|
+
"value": 6
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"owner": "actionJson",
|
|
326
|
+
"description": "Number of actions for NetworkAccessAuthenticationRules entity",
|
|
327
|
+
"value": 6
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"owner": "actionJson",
|
|
331
|
+
"description": "Number of actions for NetworkAccessAuthorizationRules entity",
|
|
332
|
+
"value": 6
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"owner": "actionJson",
|
|
336
|
+
"description": "Number of actions for NetworkAccessAuthorizationExceptionRules entity",
|
|
337
|
+
"value": 6
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"owner": "actionJson",
|
|
341
|
+
"description": "Number of actions for NetworkAccessMFARules entity",
|
|
342
|
+
"value": 6
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"owner": "actionJson",
|
|
346
|
+
"description": "Number of actions for NetworkAccessSecurityGroups entity",
|
|
347
|
+
"value": 1
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"owner": "actionJson",
|
|
351
|
+
"description": "Number of actions for NetworkAccessServiceNames entity",
|
|
352
|
+
"value": 1
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"owner": "actionJson",
|
|
356
|
+
"description": "Number of actions for NetworkAccessTimeDateConditions entity",
|
|
357
|
+
"value": 5
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"owner": "actionJson",
|
|
361
|
+
"description": "Number of actions for PrometheusAlertmanager entity",
|
|
362
|
+
"value": 16
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"owner": "actionJson",
|
|
366
|
+
"description": "Number of actions for PxGridDirect entity",
|
|
367
|
+
"value": 14
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"owner": "actionJson",
|
|
371
|
+
"description": "Number of actions for Repository entity",
|
|
372
|
+
"value": 6
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"owner": "actionJson",
|
|
376
|
+
"description": "Number of actions for Proxy entity",
|
|
377
|
+
"value": 2
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"owner": "actionJson",
|
|
381
|
+
"description": "Number of actions for Telemetry entity",
|
|
382
|
+
"value": 2
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"owner": "actionJson",
|
|
386
|
+
"description": "Number of actions for UserEquipment entity",
|
|
387
|
+
"value": 9
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"owner": "actionJson",
|
|
391
|
+
"description": "Number of actions for Subscriber entity",
|
|
392
|
+
"value": 7
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"owner": "actionJson",
|
|
396
|
+
"description": "Number of actions for LSDSettings entity",
|
|
397
|
+
"value": 1
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"owner": "actionJson",
|
|
401
|
+
"description": "Number of actions for Configuration entity",
|
|
402
|
+
"value": 1
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"owner": "actionJson",
|
|
406
|
+
"description": "Number of actions for PxGridCloud entity",
|
|
407
|
+
"value": 5
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"owner": "actionJson",
|
|
411
|
+
"description": "Number of actions for TaskService entity",
|
|
412
|
+
"value": 2
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"owner": "actionJson",
|
|
416
|
+
"description": "Number of actions for ClassificationRule entity",
|
|
417
|
+
"value": 7
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"owner": "actionJson",
|
|
421
|
+
"description": "Number of actions for TrustsecIntegrationRuleDictionaries entity",
|
|
422
|
+
"value": 3
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"owner": "actionJson",
|
|
426
|
+
"description": "Number of actions for TrustsecIntegrationRuleDictionaryAttributes entity",
|
|
427
|
+
"value": 6
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"owner": "actionJson",
|
|
431
|
+
"description": "Number of actions for InboundRule entity",
|
|
432
|
+
"value": 8
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"owner": "actionJson",
|
|
436
|
+
"description": "Number of actions for WorkloadConnection entity",
|
|
437
|
+
"value": 35
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"owner": "actionJson",
|
|
441
|
+
"description": "Number of actions for ACIConnection entity",
|
|
442
|
+
"value": 16
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"owner": "actionJson",
|
|
446
|
+
"description": "Number of actions for ACIData entity",
|
|
447
|
+
"value": 10
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"owner": "actionJson",
|
|
451
|
+
"description": "Number of actions for ExternalConnection entity",
|
|
452
|
+
"value": 1
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"owner": "actionJson",
|
|
456
|
+
"description": "Number of actions for TrustSecMatrixPolicy entity",
|
|
457
|
+
"value": 2
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"owner": "actionJson",
|
|
461
|
+
"description": "Number of actions for OutboundRule entity",
|
|
462
|
+
"value": 7
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"owner": "actionJson",
|
|
466
|
+
"description": "Number of actions for TrustsecIntegrationRuleDefaultTrustsecIntegrationRuleSet entity",
|
|
467
|
+
"value": 1
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"owner": "actionJson",
|
|
471
|
+
"description": "Number of actions for SXP entity",
|
|
472
|
+
"value": 3
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"owner": "actionJson",
|
|
476
|
+
"description": "Number of actions for RuleFlow entity",
|
|
477
|
+
"value": 1
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"owner": "actionJson",
|
|
481
|
+
"description": "Number of actions for RuleSummary entity",
|
|
482
|
+
"value": 1
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"owner": "actionJson",
|
|
486
|
+
"description": "Number of actions for Sgt entity",
|
|
487
|
+
"value": 1
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"owner": "actionJson",
|
|
491
|
+
"description": "Number of actions for SXPDomainsWithMappingAndDevicesCounts entity",
|
|
492
|
+
"value": 1
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"owner": "actionJson",
|
|
496
|
+
"description": "Number of actions for SecurityGroupManagement entity",
|
|
497
|
+
"value": 1
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"owner": "actionJson",
|
|
501
|
+
"description": "Number of actions for NBARApplicationManagement entity",
|
|
502
|
+
"value": 5
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"owner": "actionJson",
|
|
506
|
+
"description": "Number of actions for SharedMappings entity",
|
|
507
|
+
"value": 1
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"owner": "actionJson",
|
|
511
|
+
"description": "Number of actions for VirtualNetworkManagement entity",
|
|
512
|
+
"value": 8
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"owner": "actionJson",
|
|
516
|
+
"description": "Number of actions for Upgrade entity",
|
|
517
|
+
"value": 8
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"owner": "actionJson",
|
|
521
|
+
"description": "Number of actions for Patch entity",
|
|
522
|
+
"value": 12
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"owner": "actionJson",
|
|
526
|
+
"description": "Total number of actions",
|
|
527
|
+
"value": 464
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"owner": "actionJson",
|
|
531
|
+
"description": "Total number of entities",
|
|
532
|
+
"value": 82
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"owner": "schemaJson",
|
|
536
|
+
"description": "Number of schemas for SgtReservation entity",
|
|
537
|
+
"value": 1
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"owner": "schemaJson",
|
|
541
|
+
"description": "Number of schemas for BackupAndRestore entity",
|
|
542
|
+
"value": 1
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"owner": "schemaJson",
|
|
546
|
+
"description": "Number of schemas for Certificates entity",
|
|
547
|
+
"value": 1
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"owner": "schemaJson",
|
|
551
|
+
"description": "Number of schemas for CustomAttributes entity",
|
|
552
|
+
"value": 1
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"owner": "schemaJson",
|
|
556
|
+
"description": "Number of schemas for DataconnectServices entity",
|
|
557
|
+
"value": 1
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"owner": "schemaJson",
|
|
561
|
+
"description": "Number of schemas for NodeDeployment entity",
|
|
562
|
+
"value": 1
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"owner": "schemaJson",
|
|
566
|
+
"description": "Number of schemas for NodeGroup entity",
|
|
567
|
+
"value": 1
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"owner": "schemaJson",
|
|
571
|
+
"description": "Number of schemas for PANHA entity",
|
|
572
|
+
"value": 1
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"owner": "schemaJson",
|
|
576
|
+
"description": "Number of schemas for NodeServices entity",
|
|
577
|
+
"value": 1
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"owner": "schemaJson",
|
|
581
|
+
"description": "Number of schemas for ActiveDirectories entity",
|
|
582
|
+
"value": 1
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"owner": "schemaJson",
|
|
586
|
+
"description": "Number of schemas for ADGroups entity",
|
|
587
|
+
"value": 1
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"owner": "schemaJson",
|
|
591
|
+
"description": "Number of schemas for DuoIdentitySync entity",
|
|
592
|
+
"value": 1
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"owner": "schemaJson",
|
|
596
|
+
"description": "Number of schemas for EndpointStopReplicationService entity",
|
|
597
|
+
"value": 1
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"owner": "schemaJson",
|
|
601
|
+
"description": "Number of schemas for Endpoints entity",
|
|
602
|
+
"value": 1
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"owner": "schemaJson",
|
|
606
|
+
"description": "Number of schemas for NativeIPsec entity",
|
|
607
|
+
"value": 1
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"owner": "schemaJson",
|
|
611
|
+
"description": "Number of schemas for Licensing entity",
|
|
612
|
+
"value": 1
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"owner": "schemaJson",
|
|
616
|
+
"description": "Number of schemas for EnableMFA entity",
|
|
617
|
+
"value": 1
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"owner": "schemaJson",
|
|
621
|
+
"description": "Number of schemas for DuoMfa entity",
|
|
622
|
+
"value": 1
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"owner": "schemaJson",
|
|
626
|
+
"description": "Number of schemas for PatchAndHotPatch entity",
|
|
627
|
+
"value": 1
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"owner": "schemaJson",
|
|
631
|
+
"description": "Number of schemas for DeviceAdministrationCommandSets entity",
|
|
632
|
+
"value": 1
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"owner": "schemaJson",
|
|
636
|
+
"description": "Number of schemas for DeviceAdministrationConditions entity",
|
|
637
|
+
"value": 1
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"owner": "schemaJson",
|
|
641
|
+
"description": "Number of schemas for DeviceAdministrationDictionaryAttributesList entity",
|
|
642
|
+
"value": 1
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"owner": "schemaJson",
|
|
646
|
+
"description": "Number of schemas for DeviceAdministrationIdentityStores entity",
|
|
647
|
+
"value": 1
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"owner": "schemaJson",
|
|
651
|
+
"description": "Number of schemas for DeviceAdministrationNetworkConditions entity",
|
|
652
|
+
"value": 1
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"owner": "schemaJson",
|
|
656
|
+
"description": "Number of schemas for DeviceAdministrationPolicySets entity",
|
|
657
|
+
"value": 1
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"owner": "schemaJson",
|
|
661
|
+
"description": "Number of schemas for DeviceAdministrationAuthorizationGlobalExceptionRules entity",
|
|
662
|
+
"value": 1
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"owner": "schemaJson",
|
|
666
|
+
"description": "Number of schemas for DeviceAdministrationAuthenticationRules entity",
|
|
667
|
+
"value": 1
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"owner": "schemaJson",
|
|
671
|
+
"description": "Number of schemas for DeviceAdministrationAuthorizationRules entity",
|
|
672
|
+
"value": 1
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"owner": "schemaJson",
|
|
676
|
+
"description": "Number of schemas for DeviceAdministrationAuthorizationExceptionRules entity",
|
|
677
|
+
"value": 1
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"owner": "schemaJson",
|
|
681
|
+
"description": "Number of schemas for DeviceAdminMFARules entity",
|
|
682
|
+
"value": 1
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"owner": "schemaJson",
|
|
686
|
+
"description": "Number of schemas for DeviceAdministrationServiceNames entity",
|
|
687
|
+
"value": 1
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"owner": "schemaJson",
|
|
691
|
+
"description": "Number of schemas for DeviceAdministrationShellProfiles entity",
|
|
692
|
+
"value": 1
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"owner": "schemaJson",
|
|
696
|
+
"description": "Number of schemas for DeviceAdministrationTimeDateConditions entity",
|
|
697
|
+
"value": 1
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"owner": "schemaJson",
|
|
701
|
+
"description": "Number of schemas for NetworkAccessAuthorizationProfiles entity",
|
|
702
|
+
"value": 1
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"owner": "schemaJson",
|
|
706
|
+
"description": "Number of schemas for NetworkAccessConditions entity",
|
|
707
|
+
"value": 1
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"owner": "schemaJson",
|
|
711
|
+
"description": "Number of schemas for NetworkAccessDictionaries entity",
|
|
712
|
+
"value": 1
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"owner": "schemaJson",
|
|
716
|
+
"description": "Number of schemas for NetworkAccessDictionaryAttributesList entity",
|
|
717
|
+
"value": 1
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"owner": "schemaJson",
|
|
721
|
+
"description": "Number of schemas for NetworkAccessDictionaryAttributes entity",
|
|
722
|
+
"value": 1
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"owner": "schemaJson",
|
|
726
|
+
"description": "Number of schemas for NetworkAccessIdentityStores entity",
|
|
727
|
+
"value": 1
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"owner": "schemaJson",
|
|
731
|
+
"description": "Number of schemas for NetworkAccessNetworkConditions entity",
|
|
732
|
+
"value": 1
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"owner": "schemaJson",
|
|
736
|
+
"description": "Number of schemas for NetworkAccessPolicySets entity",
|
|
737
|
+
"value": 1
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"owner": "schemaJson",
|
|
741
|
+
"description": "Number of schemas for NetworkAccessAuthorizationGlobalExceptionRules entity",
|
|
742
|
+
"value": 1
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"owner": "schemaJson",
|
|
746
|
+
"description": "Number of schemas for NetworkAccessAuthenticationRules entity",
|
|
747
|
+
"value": 1
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"owner": "schemaJson",
|
|
751
|
+
"description": "Number of schemas for NetworkAccessAuthorizationRules entity",
|
|
752
|
+
"value": 1
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"owner": "schemaJson",
|
|
756
|
+
"description": "Number of schemas for NetworkAccessAuthorizationExceptionRules entity",
|
|
757
|
+
"value": 1
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"owner": "schemaJson",
|
|
761
|
+
"description": "Number of schemas for NetworkAccessMFARules entity",
|
|
762
|
+
"value": 1
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"owner": "schemaJson",
|
|
766
|
+
"description": "Number of schemas for NetworkAccessSecurityGroups entity",
|
|
767
|
+
"value": 1
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"owner": "schemaJson",
|
|
771
|
+
"description": "Number of schemas for NetworkAccessServiceNames entity",
|
|
772
|
+
"value": 1
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"owner": "schemaJson",
|
|
776
|
+
"description": "Number of schemas for NetworkAccessTimeDateConditions entity",
|
|
777
|
+
"value": 1
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"owner": "schemaJson",
|
|
781
|
+
"description": "Number of schemas for PrometheusAlertmanager entity",
|
|
782
|
+
"value": 1
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"owner": "schemaJson",
|
|
786
|
+
"description": "Number of schemas for PxGridDirect entity",
|
|
787
|
+
"value": 1
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"owner": "schemaJson",
|
|
791
|
+
"description": "Number of schemas for Repository entity",
|
|
792
|
+
"value": 1
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"owner": "schemaJson",
|
|
796
|
+
"description": "Number of schemas for Proxy entity",
|
|
797
|
+
"value": 1
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"owner": "schemaJson",
|
|
801
|
+
"description": "Number of schemas for Telemetry entity",
|
|
802
|
+
"value": 1
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"owner": "schemaJson",
|
|
806
|
+
"description": "Number of schemas for UserEquipment entity",
|
|
807
|
+
"value": 1
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"owner": "schemaJson",
|
|
811
|
+
"description": "Number of schemas for Subscriber entity",
|
|
812
|
+
"value": 1
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"owner": "schemaJson",
|
|
816
|
+
"description": "Number of schemas for LSDSettings entity",
|
|
817
|
+
"value": 1
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"owner": "schemaJson",
|
|
821
|
+
"description": "Number of schemas for Configuration entity",
|
|
822
|
+
"value": 1
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"owner": "schemaJson",
|
|
826
|
+
"description": "Number of schemas for PxGridCloud entity",
|
|
827
|
+
"value": 1
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"owner": "schemaJson",
|
|
831
|
+
"description": "Number of schemas for TaskService entity",
|
|
832
|
+
"value": 1
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"owner": "schemaJson",
|
|
836
|
+
"description": "Number of schemas for ClassificationRule entity",
|
|
837
|
+
"value": 1
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"owner": "schemaJson",
|
|
841
|
+
"description": "Number of schemas for TrustsecIntegrationRuleDictionaries entity",
|
|
842
|
+
"value": 1
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"owner": "schemaJson",
|
|
846
|
+
"description": "Number of schemas for TrustsecIntegrationRuleDictionaryAttributes entity",
|
|
847
|
+
"value": 1
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"owner": "schemaJson",
|
|
851
|
+
"description": "Number of schemas for InboundRule entity",
|
|
852
|
+
"value": 1
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"owner": "schemaJson",
|
|
856
|
+
"description": "Number of schemas for WorkloadConnection entity",
|
|
857
|
+
"value": 1
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"owner": "schemaJson",
|
|
861
|
+
"description": "Number of schemas for ACIConnection entity",
|
|
862
|
+
"value": 1
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"owner": "schemaJson",
|
|
866
|
+
"description": "Number of schemas for ACIData entity",
|
|
867
|
+
"value": 1
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"owner": "schemaJson",
|
|
871
|
+
"description": "Number of schemas for ExternalConnection entity",
|
|
872
|
+
"value": 1
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"owner": "schemaJson",
|
|
876
|
+
"description": "Number of schemas for TrustSecMatrixPolicy entity",
|
|
877
|
+
"value": 1
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"owner": "schemaJson",
|
|
881
|
+
"description": "Number of schemas for OutboundRule entity",
|
|
882
|
+
"value": 1
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"owner": "schemaJson",
|
|
886
|
+
"description": "Number of schemas for TrustsecIntegrationRuleDefaultTrustsecIntegrationRuleSet entity",
|
|
887
|
+
"value": 1
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"owner": "schemaJson",
|
|
891
|
+
"description": "Number of schemas for SXP entity",
|
|
892
|
+
"value": 1
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"owner": "schemaJson",
|
|
896
|
+
"description": "Number of schemas for RuleFlow entity",
|
|
897
|
+
"value": 1
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"owner": "schemaJson",
|
|
901
|
+
"description": "Number of schemas for RuleSummary entity",
|
|
902
|
+
"value": 1
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"owner": "schemaJson",
|
|
906
|
+
"description": "Number of schemas for Sgt entity",
|
|
907
|
+
"value": 1
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"owner": "schemaJson",
|
|
911
|
+
"description": "Number of schemas for SXPDomainsWithMappingAndDevicesCounts entity",
|
|
912
|
+
"value": 1
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"owner": "schemaJson",
|
|
916
|
+
"description": "Number of schemas for SecurityGroupManagement entity",
|
|
917
|
+
"value": 1
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"owner": "schemaJson",
|
|
921
|
+
"description": "Number of schemas for NBARApplicationManagement entity",
|
|
922
|
+
"value": 1
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"owner": "schemaJson",
|
|
926
|
+
"description": "Number of schemas for SharedMappings entity",
|
|
927
|
+
"value": 1
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"owner": "schemaJson",
|
|
931
|
+
"description": "Number of schemas for VirtualNetworkManagement entity",
|
|
932
|
+
"value": 1
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"owner": "schemaJson",
|
|
936
|
+
"description": "Number of schemas for Upgrade entity",
|
|
937
|
+
"value": 1
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"owner": "schemaJson",
|
|
941
|
+
"description": "Number of schemas for Patch entity",
|
|
942
|
+
"value": 1
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"owner": "schemaJson",
|
|
946
|
+
"description": "Total number of schemas",
|
|
947
|
+
"value": 82
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"owner": "mockdata",
|
|
951
|
+
"description": "Number of mock data files for SgtReservation entity",
|
|
952
|
+
"value": 0
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"owner": "mockdata",
|
|
956
|
+
"description": "Number of mock data files for BackupAndRestore entity",
|
|
957
|
+
"value": 0
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"owner": "mockdata",
|
|
961
|
+
"description": "Number of mock data files for Certificates entity",
|
|
962
|
+
"value": 0
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"owner": "mockdata",
|
|
966
|
+
"description": "Number of mock data files for CustomAttributes entity",
|
|
967
|
+
"value": 0
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"owner": "mockdata",
|
|
971
|
+
"description": "Number of mock data files for DataconnectServices entity",
|
|
972
|
+
"value": 0
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"owner": "mockdata",
|
|
976
|
+
"description": "Number of mock data files for NodeDeployment entity",
|
|
977
|
+
"value": 0
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"owner": "mockdata",
|
|
981
|
+
"description": "Number of mock data files for NodeGroup entity",
|
|
982
|
+
"value": 0
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"owner": "mockdata",
|
|
986
|
+
"description": "Number of mock data files for PANHA entity",
|
|
987
|
+
"value": 0
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"owner": "mockdata",
|
|
991
|
+
"description": "Number of mock data files for NodeServices entity",
|
|
992
|
+
"value": 0
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"owner": "mockdata",
|
|
996
|
+
"description": "Number of mock data files for ActiveDirectories entity",
|
|
997
|
+
"value": 0
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"owner": "mockdata",
|
|
1001
|
+
"description": "Number of mock data files for ADGroups entity",
|
|
1002
|
+
"value": 0
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"owner": "mockdata",
|
|
1006
|
+
"description": "Number of mock data files for DuoIdentitySync entity",
|
|
1007
|
+
"value": 0
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"owner": "mockdata",
|
|
1011
|
+
"description": "Number of mock data files for EndpointStopReplicationService entity",
|
|
1012
|
+
"value": 0
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"owner": "mockdata",
|
|
1016
|
+
"description": "Number of mock data files for Endpoints entity",
|
|
1017
|
+
"value": 0
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"owner": "mockdata",
|
|
1021
|
+
"description": "Number of mock data files for NativeIPsec entity",
|
|
1022
|
+
"value": 0
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"owner": "mockdata",
|
|
1026
|
+
"description": "Number of mock data files for Licensing entity",
|
|
1027
|
+
"value": 0
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"owner": "mockdata",
|
|
1031
|
+
"description": "Number of mock data files for EnableMFA entity",
|
|
1032
|
+
"value": 0
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"owner": "mockdata",
|
|
1036
|
+
"description": "Number of mock data files for DuoMfa entity",
|
|
1037
|
+
"value": 0
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"owner": "mockdata",
|
|
1041
|
+
"description": "Number of mock data files for PatchAndHotPatch entity",
|
|
1042
|
+
"value": 0
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"owner": "mockdata",
|
|
1046
|
+
"description": "Number of mock data files for DeviceAdministrationCommandSets entity",
|
|
1047
|
+
"value": 0
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"owner": "mockdata",
|
|
1051
|
+
"description": "Number of mock data files for DeviceAdministrationConditions entity",
|
|
1052
|
+
"value": 0
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"owner": "mockdata",
|
|
1056
|
+
"description": "Number of mock data files for DeviceAdministrationDictionaryAttributesList entity",
|
|
1057
|
+
"value": 0
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"owner": "mockdata",
|
|
1061
|
+
"description": "Number of mock data files for DeviceAdministrationIdentityStores entity",
|
|
1062
|
+
"value": 0
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"owner": "mockdata",
|
|
1066
|
+
"description": "Number of mock data files for DeviceAdministrationNetworkConditions entity",
|
|
1067
|
+
"value": 0
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"owner": "mockdata",
|
|
1071
|
+
"description": "Number of mock data files for DeviceAdministrationPolicySets entity",
|
|
1072
|
+
"value": 0
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"owner": "mockdata",
|
|
1076
|
+
"description": "Number of mock data files for DeviceAdministrationAuthorizationGlobalExceptionRules entity",
|
|
1077
|
+
"value": 0
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"owner": "mockdata",
|
|
1081
|
+
"description": "Number of mock data files for DeviceAdministrationAuthenticationRules entity",
|
|
1082
|
+
"value": 0
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"owner": "mockdata",
|
|
1086
|
+
"description": "Number of mock data files for DeviceAdministrationAuthorizationRules entity",
|
|
1087
|
+
"value": 0
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"owner": "mockdata",
|
|
1091
|
+
"description": "Number of mock data files for DeviceAdministrationAuthorizationExceptionRules entity",
|
|
1092
|
+
"value": 0
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"owner": "mockdata",
|
|
1096
|
+
"description": "Number of mock data files for DeviceAdminMFARules entity",
|
|
1097
|
+
"value": 0
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"owner": "mockdata",
|
|
1101
|
+
"description": "Number of mock data files for DeviceAdministrationServiceNames entity",
|
|
1102
|
+
"value": 0
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"owner": "mockdata",
|
|
1106
|
+
"description": "Number of mock data files for DeviceAdministrationShellProfiles entity",
|
|
1107
|
+
"value": 0
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"owner": "mockdata",
|
|
1111
|
+
"description": "Number of mock data files for DeviceAdministrationTimeDateConditions entity",
|
|
1112
|
+
"value": 0
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"owner": "mockdata",
|
|
1116
|
+
"description": "Number of mock data files for NetworkAccessAuthorizationProfiles entity",
|
|
1117
|
+
"value": 0
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"owner": "mockdata",
|
|
1121
|
+
"description": "Number of mock data files for NetworkAccessConditions entity",
|
|
1122
|
+
"value": 0
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"owner": "mockdata",
|
|
1126
|
+
"description": "Number of mock data files for NetworkAccessDictionaries entity",
|
|
1127
|
+
"value": 0
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"owner": "mockdata",
|
|
1131
|
+
"description": "Number of mock data files for NetworkAccessDictionaryAttributesList entity",
|
|
1132
|
+
"value": 0
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"owner": "mockdata",
|
|
1136
|
+
"description": "Number of mock data files for NetworkAccessDictionaryAttributes entity",
|
|
1137
|
+
"value": 0
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"owner": "mockdata",
|
|
1141
|
+
"description": "Number of mock data files for NetworkAccessIdentityStores entity",
|
|
1142
|
+
"value": 0
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"owner": "mockdata",
|
|
1146
|
+
"description": "Number of mock data files for NetworkAccessNetworkConditions entity",
|
|
1147
|
+
"value": 0
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"owner": "mockdata",
|
|
1151
|
+
"description": "Number of mock data files for NetworkAccessPolicySets entity",
|
|
1152
|
+
"value": 0
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"owner": "mockdata",
|
|
1156
|
+
"description": "Number of mock data files for NetworkAccessAuthorizationGlobalExceptionRules entity",
|
|
1157
|
+
"value": 0
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"owner": "mockdata",
|
|
1161
|
+
"description": "Number of mock data files for NetworkAccessAuthenticationRules entity",
|
|
1162
|
+
"value": 0
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"owner": "mockdata",
|
|
1166
|
+
"description": "Number of mock data files for NetworkAccessAuthorizationRules entity",
|
|
1167
|
+
"value": 0
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"owner": "mockdata",
|
|
1171
|
+
"description": "Number of mock data files for NetworkAccessAuthorizationExceptionRules entity",
|
|
1172
|
+
"value": 0
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"owner": "mockdata",
|
|
1176
|
+
"description": "Number of mock data files for NetworkAccessMFARules entity",
|
|
1177
|
+
"value": 0
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"owner": "mockdata",
|
|
1181
|
+
"description": "Number of mock data files for NetworkAccessSecurityGroups entity",
|
|
1182
|
+
"value": 0
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"owner": "mockdata",
|
|
1186
|
+
"description": "Number of mock data files for NetworkAccessServiceNames entity",
|
|
1187
|
+
"value": 0
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"owner": "mockdata",
|
|
1191
|
+
"description": "Number of mock data files for NetworkAccessTimeDateConditions entity",
|
|
1192
|
+
"value": 0
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"owner": "mockdata",
|
|
1196
|
+
"description": "Number of mock data files for PrometheusAlertmanager entity",
|
|
1197
|
+
"value": 0
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"owner": "mockdata",
|
|
1201
|
+
"description": "Number of mock data files for PxGridDirect entity",
|
|
1202
|
+
"value": 0
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"owner": "mockdata",
|
|
1206
|
+
"description": "Number of mock data files for Repository entity",
|
|
1207
|
+
"value": 0
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"owner": "mockdata",
|
|
1211
|
+
"description": "Number of mock data files for Proxy entity",
|
|
1212
|
+
"value": 0
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"owner": "mockdata",
|
|
1216
|
+
"description": "Number of mock data files for Telemetry entity",
|
|
1217
|
+
"value": 0
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"owner": "mockdata",
|
|
1221
|
+
"description": "Number of mock data files for UserEquipment entity",
|
|
1222
|
+
"value": 0
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"owner": "mockdata",
|
|
1226
|
+
"description": "Number of mock data files for Subscriber entity",
|
|
1227
|
+
"value": 0
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"owner": "mockdata",
|
|
1231
|
+
"description": "Number of mock data files for LSDSettings entity",
|
|
1232
|
+
"value": 0
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"owner": "mockdata",
|
|
1236
|
+
"description": "Number of mock data files for Configuration entity",
|
|
1237
|
+
"value": 0
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"owner": "mockdata",
|
|
1241
|
+
"description": "Number of mock data files for PxGridCloud entity",
|
|
1242
|
+
"value": 0
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"owner": "mockdata",
|
|
1246
|
+
"description": "Number of mock data files for TaskService entity",
|
|
1247
|
+
"value": 0
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"owner": "mockdata",
|
|
1251
|
+
"description": "Number of mock data files for ClassificationRule entity",
|
|
1252
|
+
"value": 0
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"owner": "mockdata",
|
|
1256
|
+
"description": "Number of mock data files for TrustsecIntegrationRuleDictionaries entity",
|
|
1257
|
+
"value": 0
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"owner": "mockdata",
|
|
1261
|
+
"description": "Number of mock data files for TrustsecIntegrationRuleDictionaryAttributes entity",
|
|
1262
|
+
"value": 0
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"owner": "mockdata",
|
|
1266
|
+
"description": "Number of mock data files for InboundRule entity",
|
|
1267
|
+
"value": 0
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"owner": "mockdata",
|
|
1271
|
+
"description": "Number of mock data files for WorkloadConnection entity",
|
|
1272
|
+
"value": 0
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"owner": "mockdata",
|
|
1276
|
+
"description": "Number of mock data files for ACIConnection entity",
|
|
1277
|
+
"value": 0
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"owner": "mockdata",
|
|
1281
|
+
"description": "Number of mock data files for ACIData entity",
|
|
1282
|
+
"value": 0
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"owner": "mockdata",
|
|
1286
|
+
"description": "Number of mock data files for ExternalConnection entity",
|
|
1287
|
+
"value": 0
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"owner": "mockdata",
|
|
1291
|
+
"description": "Number of mock data files for TrustSecMatrixPolicy entity",
|
|
1292
|
+
"value": 0
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"owner": "mockdata",
|
|
1296
|
+
"description": "Number of mock data files for OutboundRule entity",
|
|
1297
|
+
"value": 0
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"owner": "mockdata",
|
|
1301
|
+
"description": "Number of mock data files for TrustsecIntegrationRuleDefaultTrustsecIntegrationRuleSet entity",
|
|
1302
|
+
"value": 0
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"owner": "mockdata",
|
|
1306
|
+
"description": "Number of mock data files for SXP entity",
|
|
1307
|
+
"value": 0
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"owner": "mockdata",
|
|
1311
|
+
"description": "Number of mock data files for RuleFlow entity",
|
|
1312
|
+
"value": 0
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"owner": "mockdata",
|
|
1316
|
+
"description": "Number of mock data files for RuleSummary entity",
|
|
1317
|
+
"value": 0
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"owner": "mockdata",
|
|
1321
|
+
"description": "Number of mock data files for Sgt entity",
|
|
1322
|
+
"value": 0
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"owner": "mockdata",
|
|
1326
|
+
"description": "Number of mock data files for SXPDomainsWithMappingAndDevicesCounts entity",
|
|
1327
|
+
"value": 0
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"owner": "mockdata",
|
|
1331
|
+
"description": "Number of mock data files for SecurityGroupManagement entity",
|
|
1332
|
+
"value": 0
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"owner": "mockdata",
|
|
1336
|
+
"description": "Number of mock data files for NBARApplicationManagement entity",
|
|
1337
|
+
"value": 0
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"owner": "mockdata",
|
|
1341
|
+
"description": "Number of mock data files for SharedMappings entity",
|
|
1342
|
+
"value": 0
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"owner": "mockdata",
|
|
1346
|
+
"description": "Number of mock data files for VirtualNetworkManagement entity",
|
|
1347
|
+
"value": 0
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"owner": "mockdata",
|
|
1351
|
+
"description": "Number of mock data files for Upgrade entity",
|
|
1352
|
+
"value": 0
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"owner": "mockdata",
|
|
1356
|
+
"description": "Number of mock data files for Patch entity",
|
|
1357
|
+
"value": 0
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"owner": "mockdata",
|
|
1361
|
+
"description": "Total number of mock data files",
|
|
1362
|
+
"value": 0
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"owner": "actionJson",
|
|
1366
|
+
"description": "Number of actions for .system entity",
|
|
1367
|
+
"value": 2
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"owner": "schemaJson",
|
|
1371
|
+
"description": "Number of schemas for .system entity",
|
|
1372
|
+
"value": 3
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"owner": "mockdata",
|
|
1376
|
+
"description": "Number of mock data files for .system entity",
|
|
1377
|
+
"value": 2
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"owner": "System",
|
|
1381
|
+
"description": "System entity files",
|
|
1382
|
+
"value": 6
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"owner": "usecases",
|
|
1386
|
+
"description": "Number of workflows",
|
|
1387
|
+
"value": 0
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"owner": "staticFile",
|
|
1391
|
+
"description": "Number of lines of code in adapterBase.js",
|
|
1392
|
+
"value": 1453
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"owner": "staticFile",
|
|
1396
|
+
"description": "Number of static files added",
|
|
1397
|
+
"value": 37
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"owner": "Overall",
|
|
1401
|
+
"description": "Total lines of Code",
|
|
1402
|
+
"value": 78914
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"owner": "Overall",
|
|
1406
|
+
"description": "Total Tests",
|
|
1407
|
+
"value": 1273
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"owner": "Overall",
|
|
1411
|
+
"description": "Total Files",
|
|
1412
|
+
"value": 216
|
|
1413
|
+
}
|
|
1414
|
+
],
|
|
1415
|
+
"warnings": [],
|
|
1416
|
+
"apiParsingReport": {
|
|
1417
|
+
"no_mockdata": [
|
|
1418
|
+
{
|
|
1419
|
+
"fnName": "getSgtReservedRanges",
|
|
1420
|
+
"method": "get",
|
|
1421
|
+
"path": "/sgt/reservation"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"fnName": "reserveSgtRange",
|
|
1425
|
+
"method": "post",
|
|
1426
|
+
"path": "/sgt/reservation/reserveRange"
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"fnName": "getSgtReservedRange",
|
|
1430
|
+
"method": "get",
|
|
1431
|
+
"path": "/sgt/reservation/{clientID}"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"fnName": "updateReservedRange",
|
|
1435
|
+
"method": "put",
|
|
1436
|
+
"path": "/sgt/reservation/{clientID}"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"fnName": "deleteSgtReserveRange",
|
|
1440
|
+
"method": "delete",
|
|
1441
|
+
"path": "/sgt/reservation/{clientID}"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"fnName": "configBackup",
|
|
1445
|
+
"method": "post",
|
|
1446
|
+
"path": "/backup-restore/config/backup"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"fnName": "cancelBackup",
|
|
1450
|
+
"method": "post",
|
|
1451
|
+
"path": "/backup-restore/config/cancel-backup"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"fnName": "getLastConfigBackupStatus",
|
|
1455
|
+
"method": "get",
|
|
1456
|
+
"path": "/backup-restore/config/last-backup-status"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"fnName": "restoreConfigBackup",
|
|
1460
|
+
"method": "post",
|
|
1461
|
+
"path": "/backup-restore/config/restore"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"fnName": "updateScheduledConfigBackup",
|
|
1465
|
+
"method": "put",
|
|
1466
|
+
"path": "/backup-restore/config/schedule-config-backup"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"fnName": "createScheduledConfigBackup",
|
|
1470
|
+
"method": "post",
|
|
1471
|
+
"path": "/backup-restore/config/schedule-config-backup"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"fnName": "getCSRs",
|
|
1475
|
+
"method": "get",
|
|
1476
|
+
"path": "/certs/certificate-signing-request"
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"fnName": "generateCSR",
|
|
1480
|
+
"method": "post",
|
|
1481
|
+
"path": "/certs/certificate-signing-request"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"fnName": "exportCSR",
|
|
1485
|
+
"method": "get",
|
|
1486
|
+
"path": "/certs/certificate-signing-request/export/{hostname}/{id}"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"fnName": "generateIntermediateCACsr",
|
|
1490
|
+
"method": "post",
|
|
1491
|
+
"path": "/certs/certificate-signing-request/intermediate-ca"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"fnName": "getCSRById",
|
|
1495
|
+
"method": "get",
|
|
1496
|
+
"path": "/certs/certificate-signing-request/{hostName}/{id}"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"fnName": "deleteCSR",
|
|
1500
|
+
"method": "delete",
|
|
1501
|
+
"path": "/certs/certificate-signing-request/{hostName}/{id}"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"fnName": "regenerateISERootCA",
|
|
1505
|
+
"method": "post",
|
|
1506
|
+
"path": "/certs/ise-root-ca/regenerate"
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"fnName": "renewCerts",
|
|
1510
|
+
"method": "post",
|
|
1511
|
+
"path": "/certs/renew-certificate"
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"fnName": "bindCSR",
|
|
1515
|
+
"method": "post",
|
|
1516
|
+
"path": "/certs/signed-certificate/bind"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"fnName": "exportSystemCert",
|
|
1520
|
+
"method": "post",
|
|
1521
|
+
"path": "/certs/system-certificate/export"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"fnName": "generateSelfSignedCertificate",
|
|
1525
|
+
"method": "post",
|
|
1526
|
+
"path": "/certs/system-certificate/generate-selfsigned-certificate"
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"fnName": "importSystemCert",
|
|
1530
|
+
"method": "post",
|
|
1531
|
+
"path": "/certs/system-certificate/import"
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"fnName": "getSystemCertificates",
|
|
1535
|
+
"method": "get",
|
|
1536
|
+
"path": "/certs/system-certificate/{hostName}"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"fnName": "getSystemCertificateById",
|
|
1540
|
+
"method": "get",
|
|
1541
|
+
"path": "/certs/system-certificate/{hostName}/{id}"
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"fnName": "updateSystemCert",
|
|
1545
|
+
"method": "put",
|
|
1546
|
+
"path": "/certs/system-certificate/{hostName}/{id}"
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"fnName": "deleteSystemCertificateById",
|
|
1550
|
+
"method": "delete",
|
|
1551
|
+
"path": "/certs/system-certificate/{hostName}/{id}"
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"fnName": "getTrustedCertificates",
|
|
1555
|
+
"method": "get",
|
|
1556
|
+
"path": "/certs/trusted-certificate"
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"fnName": "exportTrustedCert",
|
|
1560
|
+
"method": "get",
|
|
1561
|
+
"path": "/certs/trusted-certificate/export/{id}"
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"fnName": "importTrustCert",
|
|
1565
|
+
"method": "post",
|
|
1566
|
+
"path": "/certs/trusted-certificate/import"
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"fnName": "getTrustedCertificateById",
|
|
1570
|
+
"method": "get",
|
|
1571
|
+
"path": "/certs/trusted-certificate/{id}"
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"fnName": "updateTrustedCertificate",
|
|
1575
|
+
"method": "put",
|
|
1576
|
+
"path": "/certs/trusted-certificate/{id}"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"fnName": "deleteTrustedCertificateById",
|
|
1580
|
+
"method": "delete",
|
|
1581
|
+
"path": "/certs/trusted-certificate/{id}"
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"fnName": "list",
|
|
1585
|
+
"method": "get",
|
|
1586
|
+
"path": "/endpoint-custom-attribute"
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"fnName": "createCustomAttribute",
|
|
1590
|
+
"method": "post",
|
|
1591
|
+
"path": "/endpoint-custom-attribute"
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"fnName": "rename",
|
|
1595
|
+
"method": "post",
|
|
1596
|
+
"path": "/endpoint-custom-attribute/rename"
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"fnName": "get",
|
|
1600
|
+
"method": "get",
|
|
1601
|
+
"path": "/endpoint-custom-attribute/{name}"
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
"fnName": "delete",
|
|
1605
|
+
"method": "delete",
|
|
1606
|
+
"path": "/endpoint-custom-attribute/{name}"
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"fnName": "getOdbcDetail",
|
|
1610
|
+
"method": "get",
|
|
1611
|
+
"path": "/mnt/data-connect/details"
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"fnName": "getDataconnectService",
|
|
1615
|
+
"method": "get",
|
|
1616
|
+
"path": "/mnt/data-connect/settings"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"fnName": "updateDataconnectPassword",
|
|
1620
|
+
"method": "put",
|
|
1621
|
+
"path": "/mnt/data-connect/settings/password"
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"fnName": "updateDataconnectPasswordExpiry",
|
|
1625
|
+
"method": "put",
|
|
1626
|
+
"path": "/mnt/data-connect/settings/password/expiry"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"fnName": "setDataConnectService",
|
|
1630
|
+
"method": "put",
|
|
1631
|
+
"path": "/mnt/data-connect/settings/status"
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"fnName": "makePrimary",
|
|
1635
|
+
"method": "post",
|
|
1636
|
+
"path": "/deployment/primary"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"fnName": "makeStandalone",
|
|
1640
|
+
"method": "post",
|
|
1641
|
+
"path": "/deployment/standalone"
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"fnName": "getDeploymentNodes",
|
|
1645
|
+
"method": "get",
|
|
1646
|
+
"path": "/deployment/node/"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"fnName": "registerNode",
|
|
1650
|
+
"method": "post",
|
|
1651
|
+
"path": "/deployment/node/"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"fnName": "getNodeDetails",
|
|
1655
|
+
"method": "get",
|
|
1656
|
+
"path": "/deployment/node/{hostname}"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"fnName": "updateDeploymentNode",
|
|
1660
|
+
"method": "put",
|
|
1661
|
+
"path": "/deployment/node/{hostname}"
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"fnName": "deleteDeploymentNode",
|
|
1665
|
+
"method": "delete",
|
|
1666
|
+
"path": "/deployment/node/{hostname}"
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"fnName": "syncNode",
|
|
1670
|
+
"method": "post",
|
|
1671
|
+
"path": "/deployment/sync-node/{hostname}"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"fnName": "promoteNode",
|
|
1675
|
+
"method": "post",
|
|
1676
|
+
"path": "/deployment/promote"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"fnName": "getNodeGroups",
|
|
1680
|
+
"method": "get",
|
|
1681
|
+
"path": "/deployment/node-group"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"fnName": "createNodeGroup",
|
|
1685
|
+
"method": "post",
|
|
1686
|
+
"path": "/deployment/node-group"
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"fnName": "getNodeGroup",
|
|
1690
|
+
"method": "get",
|
|
1691
|
+
"path": "/deployment/node-group/{nodeGroupName}"
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"fnName": "updateNodeGroup",
|
|
1695
|
+
"method": "put",
|
|
1696
|
+
"path": "/deployment/node-group/{nodeGroupName}"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"fnName": "deleteNodeGroup",
|
|
1700
|
+
"method": "delete",
|
|
1701
|
+
"path": "/deployment/node-group/{nodeGroupName}"
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"fnName": "addNode",
|
|
1705
|
+
"method": "post",
|
|
1706
|
+
"path": "/deployment/node-group/{nodeGroupName}/add-node"
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"fnName": "removeNode",
|
|
1710
|
+
"method": "post",
|
|
1711
|
+
"path": "/deployment/node-group/{nodeGroupName}/remove-node"
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"fnName": "getNodes",
|
|
1715
|
+
"method": "get",
|
|
1716
|
+
"path": "/deployment/node-group/{nodeGroupName}/node"
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"fnName": "getPANHaStatus",
|
|
1720
|
+
"method": "get",
|
|
1721
|
+
"path": "/deployment/pan-ha"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"fnName": "updatePanHA",
|
|
1725
|
+
"method": "put",
|
|
1726
|
+
"path": "/deployment/pan-ha"
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"fnName": "getInterfaces",
|
|
1730
|
+
"method": "get",
|
|
1731
|
+
"path": "/node/{hostname}/interface"
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"fnName": "getSxpInterface",
|
|
1735
|
+
"method": "get",
|
|
1736
|
+
"path": "/node/{hostname}/sxp-interface"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"fnName": "setSxpInterface",
|
|
1740
|
+
"method": "put",
|
|
1741
|
+
"path": "/node/{hostname}/sxp-interface"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"fnName": "getProfilerProbeConfig",
|
|
1745
|
+
"method": "get",
|
|
1746
|
+
"path": "/profile/{hostname}"
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"fnName": "setProfilerProbeConfig",
|
|
1750
|
+
"method": "put",
|
|
1751
|
+
"path": "/profile/{hostname}"
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"fnName": "getActiveDirectories",
|
|
1755
|
+
"method": "get",
|
|
1756
|
+
"path": "/duo-identitysync/activedirectories"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"fnName": "getAdgroups",
|
|
1760
|
+
"method": "get",
|
|
1761
|
+
"path": "/duo-identitysync/adgroups/{activeDirectory}"
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"fnName": "getIdentitysync",
|
|
1765
|
+
"method": "get",
|
|
1766
|
+
"path": "/duo-identitysync/identitysync"
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"fnName": "createIdentitysync",
|
|
1770
|
+
"method": "post",
|
|
1771
|
+
"path": "/duo-identitysync/identitysync"
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"fnName": "updateStatus",
|
|
1775
|
+
"method": "put",
|
|
1776
|
+
"path": "/duo-identitysync/identitysync/status/{syncName}"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"fnName": "cancelSync",
|
|
1780
|
+
"method": "get",
|
|
1781
|
+
"path": "/duo-identitysync/identitysync/sync/cancel/{syncName}"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"fnName": "sync",
|
|
1785
|
+
"method": "get",
|
|
1786
|
+
"path": "/duo-identitysync/identitysync/sync/{syncName}"
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"fnName": "getIdentitysyncBySyncName",
|
|
1790
|
+
"method": "get",
|
|
1791
|
+
"path": "/duo-identitysync/identitysync/{syncName}"
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"fnName": "updateIdentitysyncBySyncName",
|
|
1795
|
+
"method": "put",
|
|
1796
|
+
"path": "/duo-identitysync/identitysync/{syncName}"
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"fnName": "deleteIdentitySyncBySyncName",
|
|
1800
|
+
"method": "delete",
|
|
1801
|
+
"path": "/duo-identitysync/identitysync/{syncName}"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"fnName": "getStopReplicationStatus",
|
|
1805
|
+
"method": "get",
|
|
1806
|
+
"path": "/stop-replication"
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"fnName": "setStopReplicationService",
|
|
1810
|
+
"method": "put",
|
|
1811
|
+
"path": "/stop-replication"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"fnName": "list1",
|
|
1815
|
+
"method": "get",
|
|
1816
|
+
"path": "/endpoint"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"fnName": "createEndPoint",
|
|
1820
|
+
"method": "post",
|
|
1821
|
+
"path": "/endpoint"
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"fnName": "updateBulkEndPoints",
|
|
1825
|
+
"method": "put",
|
|
1826
|
+
"path": "/endpoint/bulk"
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"fnName": "createBulkEndPoints",
|
|
1830
|
+
"method": "post",
|
|
1831
|
+
"path": "/endpoint/bulk"
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"fnName": "deleteBulkEndPoints",
|
|
1835
|
+
"method": "delete",
|
|
1836
|
+
"path": "/endpoint/bulk"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"fnName": "getDeviceTypeSummary",
|
|
1840
|
+
"method": "get",
|
|
1841
|
+
"path": "/endpoint/deviceType/summary"
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"fnName": "get1",
|
|
1845
|
+
"method": "get",
|
|
1846
|
+
"path": "/endpoint/{value}"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"fnName": "updateEndpoint",
|
|
1850
|
+
"method": "put",
|
|
1851
|
+
"path": "/endpoint/{value}"
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"fnName": "deleteEndpoint",
|
|
1855
|
+
"method": "delete",
|
|
1856
|
+
"path": "/endpoint/{value}"
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"fnName": "createEndPointTask",
|
|
1860
|
+
"method": "post",
|
|
1861
|
+
"path": "/endpointTask"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"fnName": "getIpsecEnabledNodes",
|
|
1865
|
+
"method": "get",
|
|
1866
|
+
"path": "/ipsec"
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"fnName": "updateIpsecConnectionConfig",
|
|
1870
|
+
"method": "put",
|
|
1871
|
+
"path": "/ipsec"
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"fnName": "createIpsecConnection",
|
|
1875
|
+
"method": "post",
|
|
1876
|
+
"path": "/ipsec"
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"fnName": "bulkIPSecOperation",
|
|
1880
|
+
"method": "post",
|
|
1881
|
+
"path": "/ipsec/bulk"
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"fnName": "getIPSecCertificates",
|
|
1885
|
+
"method": "get",
|
|
1886
|
+
"path": "/ipsec/certificates"
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"fnName": "disableIpsecConnection",
|
|
1890
|
+
"method": "put",
|
|
1891
|
+
"path": "/ipsec/disable/{hostName}/{nadIp}"
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"fnName": "enableIpsecConnection",
|
|
1895
|
+
"method": "put",
|
|
1896
|
+
"path": "/ipsec/enable/{hostName}/{nadIp}"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"fnName": "getIpsecNode",
|
|
1900
|
+
"method": "get",
|
|
1901
|
+
"path": "/ipsec/{hostName}/{nadIp}"
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"fnName": "removeIpsecConnection",
|
|
1905
|
+
"method": "delete",
|
|
1906
|
+
"path": "/ipsec/{hostName}/{nadIp}"
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"fnName": "getConnectionType",
|
|
1910
|
+
"method": "get",
|
|
1911
|
+
"path": "/license/system/connection-type"
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"fnName": "getEvalLicenseInfo",
|
|
1915
|
+
"method": "get",
|
|
1916
|
+
"path": "/license/system/eval-license"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"fnName": "getFeatureToTierMapping",
|
|
1920
|
+
"method": "get",
|
|
1921
|
+
"path": "/license/system/feature-to-tier-mapping"
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"fnName": "getMiscLicenseState",
|
|
1925
|
+
"method": "get",
|
|
1926
|
+
"path": "/license/system/miscellaneous-license"
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"fnName": "handleLicenseOperation",
|
|
1930
|
+
"method": "post",
|
|
1931
|
+
"path": "/license/system/miscellaneous-license"
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"fnName": "getRegistrationInfo",
|
|
1935
|
+
"method": "get",
|
|
1936
|
+
"path": "/license/system/register"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"fnName": "createRegistrationInfo",
|
|
1940
|
+
"method": "post",
|
|
1941
|
+
"path": "/license/system/register"
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"fnName": "getSmartState",
|
|
1945
|
+
"method": "get",
|
|
1946
|
+
"path": "/license/system/smart-state"
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"fnName": "configureSmartState",
|
|
1950
|
+
"method": "post",
|
|
1951
|
+
"path": "/license/system/smart-state"
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"fnName": "getTierStateInfo",
|
|
1955
|
+
"method": "get",
|
|
1956
|
+
"path": "/license/system/tier-state"
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"fnName": "updateTierStateInfo",
|
|
1960
|
+
"method": "post",
|
|
1961
|
+
"path": "/license/system/tier-state"
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"fnName": "enableMFA",
|
|
1965
|
+
"method": "put",
|
|
1966
|
+
"path": "/duo-mfa/enable"
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"fnName": "getMfa",
|
|
1970
|
+
"method": "get",
|
|
1971
|
+
"path": "/duo-mfa/mfa"
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"fnName": "createMfa",
|
|
1975
|
+
"method": "post",
|
|
1976
|
+
"path": "/duo-mfa/mfa"
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"fnName": "testConnection",
|
|
1980
|
+
"method": "post",
|
|
1981
|
+
"path": "/duo-mfa/mfa/testconnection/{connectionName}"
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"fnName": "getMfaByconnectionName",
|
|
1985
|
+
"method": "get",
|
|
1986
|
+
"path": "/duo-mfa/mfa/{connectionName}"
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"fnName": "updateMFaByConnectionName",
|
|
1990
|
+
"method": "put",
|
|
1991
|
+
"path": "/duo-mfa/mfa/{connectionName}"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"fnName": "deleteMfaByConnectionName",
|
|
1995
|
+
"method": "delete",
|
|
1996
|
+
"path": "/duo-mfa/mfa/{connectionName}"
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"fnName": "isMfaEnabled",
|
|
2000
|
+
"method": "get",
|
|
2001
|
+
"path": "/duo-mfa/status"
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"fnName": "listInstalledHotpatches",
|
|
2005
|
+
"method": "get",
|
|
2006
|
+
"path": "/hotpatch"
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"fnName": "installHotpatch",
|
|
2010
|
+
"method": "post",
|
|
2011
|
+
"path": "/hotpatch/install"
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"fnName": "rollbackHotpatch",
|
|
2015
|
+
"method": "post",
|
|
2016
|
+
"path": "/hotpatch/rollback"
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"fnName": "listInstalledPatches",
|
|
2020
|
+
"method": "get",
|
|
2021
|
+
"path": "/patch"
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"fnName": "installPatch",
|
|
2025
|
+
"method": "post",
|
|
2026
|
+
"path": "/patch/install"
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"fnName": "rollbackPatch",
|
|
2030
|
+
"method": "post",
|
|
2031
|
+
"path": "/patch/rollback"
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"fnName": "getDeviceAdminCommandSets",
|
|
2035
|
+
"method": "get",
|
|
2036
|
+
"path": "/policy/device-admin/command-sets"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"fnName": "getDeviceAdminConditions",
|
|
2040
|
+
"method": "get",
|
|
2041
|
+
"path": "/policy/device-admin/condition"
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"fnName": "postDeviceAdminCondition",
|
|
2045
|
+
"method": "post",
|
|
2046
|
+
"path": "/policy/device-admin/condition"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"fnName": "getDeviceAdminConditionsForAuthenticationRule",
|
|
2050
|
+
"method": "get",
|
|
2051
|
+
"path": "/policy/device-admin/condition/authentication"
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"fnName": "getDeviceAdminConditionsForAuthorizationRule",
|
|
2055
|
+
"method": "get",
|
|
2056
|
+
"path": "/policy/device-admin/condition/authorization"
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"fnName": "getDeviceAdminConditionByConditionName",
|
|
2060
|
+
"method": "get",
|
|
2061
|
+
"path": "/policy/device-admin/condition/condition-by-name/{conditionName}"
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"fnName": "putDeviceAdminConditionByConditionName",
|
|
2065
|
+
"method": "put",
|
|
2066
|
+
"path": "/policy/device-admin/condition/condition-by-name/{conditionName}"
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"fnName": "deleteDeviceAdminConditionByConditionName",
|
|
2070
|
+
"method": "delete",
|
|
2071
|
+
"path": "/policy/device-admin/condition/condition-by-name/{conditionName}"
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"fnName": "getDeviceAdminConditionsForPolicySet",
|
|
2075
|
+
"method": "get",
|
|
2076
|
+
"path": "/policy/device-admin/condition/policyset"
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"fnName": "getDeviceAdminConditionByConditionId",
|
|
2080
|
+
"method": "get",
|
|
2081
|
+
"path": "/policy/device-admin/condition/{conditionId}"
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"fnName": "putDeviceAdminConditionByConditionId",
|
|
2085
|
+
"method": "put",
|
|
2086
|
+
"path": "/policy/device-admin/condition/{conditionId}"
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"fnName": "deleteDeviceAdminConditionByConditionId",
|
|
2090
|
+
"method": "delete",
|
|
2091
|
+
"path": "/policy/device-admin/condition/{conditionId}"
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"fnName": "getDeviceAdminDictionariesAuthentication",
|
|
2095
|
+
"method": "get",
|
|
2096
|
+
"path": "/policy/device-admin/dictionaries/authentication"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"fnName": "getDeviceAdminDictionariesAuthorization",
|
|
2100
|
+
"method": "get",
|
|
2101
|
+
"path": "/policy/device-admin/dictionaries/authorization"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"fnName": "getDeviceAdminDictionariesPolicyset",
|
|
2105
|
+
"method": "get",
|
|
2106
|
+
"path": "/policy/device-admin/dictionaries/policyset"
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"fnName": "getDeviceAdminIdentityStores",
|
|
2110
|
+
"method": "get",
|
|
2111
|
+
"path": "/policy/device-admin/identity-stores"
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"fnName": "getDeviceAdminNetworkConditions",
|
|
2115
|
+
"method": "get",
|
|
2116
|
+
"path": "/policy/device-admin/network-condition"
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"fnName": "postDeviceAdminNetworkCondition",
|
|
2120
|
+
"method": "post",
|
|
2121
|
+
"path": "/policy/device-admin/network-condition"
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"fnName": "getDeviceAdminNetworkConditionByConditionId",
|
|
2125
|
+
"method": "get",
|
|
2126
|
+
"path": "/policy/device-admin/network-condition/{conditionId}"
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"fnName": "putDeviceAdminNetworkConditionByConditionId",
|
|
2130
|
+
"method": "put",
|
|
2131
|
+
"path": "/policy/device-admin/network-condition/{conditionId}"
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"fnName": "deleteDeviceAdminNetworkConditionByConditionId",
|
|
2135
|
+
"method": "delete",
|
|
2136
|
+
"path": "/policy/device-admin/network-condition/{conditionId}"
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"fnName": "getDeviceAdminPolicySetList",
|
|
2140
|
+
"method": "get",
|
|
2141
|
+
"path": "/policy/device-admin/policy-set"
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"fnName": "createDeviceAdminPolicySet",
|
|
2145
|
+
"method": "post",
|
|
2146
|
+
"path": "/policy/device-admin/policy-set"
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"fnName": "resetHitCountsDeviceAdminPolicySets",
|
|
2150
|
+
"method": "post",
|
|
2151
|
+
"path": "/policy/device-admin/policy-set/reset-hitcount"
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"fnName": "getDeviceAdminPolicySetById",
|
|
2155
|
+
"method": "get",
|
|
2156
|
+
"path": "/policy/device-admin/policy-set/{policyId}"
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"fnName": "updateDeviceAdminPolicySetById",
|
|
2160
|
+
"method": "put",
|
|
2161
|
+
"path": "/policy/device-admin/policy-set/{policyId}"
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"fnName": "deleteDeviceAdminPolicySetById",
|
|
2165
|
+
"method": "delete",
|
|
2166
|
+
"path": "/policy/device-admin/policy-set/{policyId}"
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"fnName": "getDeviceAdminPolicySetGlobalExceptionRuleList",
|
|
2170
|
+
"method": "get",
|
|
2171
|
+
"path": "/policy/device-admin/policy-set/global-exception"
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"fnName": "createDeviceAdminPolicySetGlobalException",
|
|
2175
|
+
"method": "post",
|
|
2176
|
+
"path": "/policy/device-admin/policy-set/global-exception"
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"fnName": "resetHitCountsDeviceAdminGlobalExceptions",
|
|
2180
|
+
"method": "post",
|
|
2181
|
+
"path": "/policy/device-admin/policy-set/global-exception/reset-hitcount"
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"fnName": "getDeviceAdminPolicySetGlobalExceptionByRuleId",
|
|
2185
|
+
"method": "get",
|
|
2186
|
+
"path": "/policy/device-admin/policy-set/global-exception/{ruleId}"
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"fnName": "putDeviceAdminPolicySetGlobalExceptionByRuleId",
|
|
2190
|
+
"method": "put",
|
|
2191
|
+
"path": "/policy/device-admin/policy-set/global-exception/{ruleId}"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"fnName": "deleteDeviceAdminPolicysetGlobalExceptionByRuleId",
|
|
2195
|
+
"method": "delete",
|
|
2196
|
+
"path": "/policy/device-admin/policy-set/global-exception/{ruleId}"
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"fnName": "getDeviceAdminPolicyByIdAuthenticationRuleList",
|
|
2200
|
+
"method": "get",
|
|
2201
|
+
"path": "/policy/device-admin/policy-set/{policyId}/authentication"
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"fnName": "createDeviceAdminPolicyByIdAuthenticationRule",
|
|
2205
|
+
"method": "post",
|
|
2206
|
+
"path": "/policy/device-admin/policy-set/{policyId}/authentication"
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
"fnName": "resetHitCountsDeviceAdminPolicyByIdAuthenticationRules",
|
|
2210
|
+
"method": "post",
|
|
2211
|
+
"path": "/policy/device-admin/policy-set/{policyId}/authentication/reset-hitcount"
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
"fnName": "getDeviceAdminPolicyByIdAuthenticationRuleById",
|
|
2215
|
+
"method": "get",
|
|
2216
|
+
"path": "/policy/device-admin/policy-set/{policyId}/authentication/{ruleId}"
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"fnName": "updateDeviceAdminPolicyByIdAuthenticationRuleById",
|
|
2220
|
+
"method": "put",
|
|
2221
|
+
"path": "/policy/device-admin/policy-set/{policyId}/authentication/{ruleId}"
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"fnName": "deleteDeviceAdminPolicyByIdAuthenticationRuleById",
|
|
2225
|
+
"method": "delete",
|
|
2226
|
+
"path": "/policy/device-admin/policy-set/{policyId}/authentication/{ruleId}"
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"fnName": "getDeviceAdminPolicyByIdAuthorizationRuleList",
|
|
2230
|
+
"method": "get",
|
|
2231
|
+
"path": "/policy/device-admin/policy-set/{policyId}/authorization"
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
"fnName": "createDeviceAdminPolicyByIdAuthorizationRule",
|
|
2235
|
+
"method": "post",
|
|
2236
|
+
"path": "/policy/device-admin/policy-set/{policyId}/authorization"
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"fnName": "resetHitCountsDeviceAdminPolicyByIdAuthorizationRules",
|
|
2240
|
+
"method": "post",
|
|
2241
|
+
"path": "/policy/device-admin/policy-set/{policyId}/authorization/reset-hitcount"
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"fnName": "getDeviceAdminPolicyByIdAuthorizationRuleById",
|
|
2245
|
+
"method": "get",
|
|
2246
|
+
"path": "/policy/device-admin/policy-set/{policyId}/authorization/{ruleId}"
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"fnName": "updateDeviceAdminPolicyByIdAuthorizationRuleById",
|
|
2250
|
+
"method": "put",
|
|
2251
|
+
"path": "/policy/device-admin/policy-set/{policyId}/authorization/{ruleId}"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"fnName": "deleteDeviceAdminPolicyByIdAuthorizationRuleById",
|
|
2255
|
+
"method": "delete",
|
|
2256
|
+
"path": "/policy/device-admin/policy-set/{policyId}/authorization/{ruleId}"
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"fnName": "getDeviceAdminPolicyByIdLocalExceptionRuleList",
|
|
2260
|
+
"method": "get",
|
|
2261
|
+
"path": "/policy/device-admin/policy-set/{policyId}/exception"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"fnName": "createDeviceAdminPolicyByIdLocalExceptionRule",
|
|
2265
|
+
"method": "post",
|
|
2266
|
+
"path": "/policy/device-admin/policy-set/{policyId}/exception"
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"fnName": "resetHitCountsDeviceAdminPolicyByIdLocalExceptions",
|
|
2270
|
+
"method": "post",
|
|
2271
|
+
"path": "/policy/device-admin/policy-set/{policyId}/exception/reset-hitcount"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"fnName": "getDeviceAdminPolicyByIdLocalExceptionRuleById",
|
|
2275
|
+
"method": "get",
|
|
2276
|
+
"path": "/policy/device-admin/policy-set/{policyId}/exception/{ruleId}"
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"fnName": "updateDeviceAdminPolicyByIdLocalExceptionRuleById",
|
|
2280
|
+
"method": "put",
|
|
2281
|
+
"path": "/policy/device-admin/policy-set/{policyId}/exception/{ruleId}"
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"fnName": "deleteDeviceAdminPolicyByIdLocalExceptionRuleById",
|
|
2285
|
+
"method": "delete",
|
|
2286
|
+
"path": "/policy/device-admin/policy-set/{policyId}/exception/{ruleId}"
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"fnName": "getDeviceAdminPolicyByIdMfaRuleList",
|
|
2290
|
+
"method": "get",
|
|
2291
|
+
"path": "/policy/device-admin/policy-set/{policyId}/mfa"
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"fnName": "createDeviceAdminPolicyByIdMfaRule",
|
|
2295
|
+
"method": "post",
|
|
2296
|
+
"path": "/policy/device-admin/policy-set/{policyId}/mfa"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"fnName": "resetHitCountsDeviceAdminPolicyByIdMfaRules",
|
|
2300
|
+
"method": "post",
|
|
2301
|
+
"path": "/policy/device-admin/policy-set/{policyId}/mfa/reset-hitcount"
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"fnName": "getDeviceAdminPolicyByIdMfaRuleById",
|
|
2305
|
+
"method": "get",
|
|
2306
|
+
"path": "/policy/device-admin/policy-set/{policyId}/mfa/{ruleId}"
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"fnName": "updateDeviceAdminPolicyByIdMfaRuleById",
|
|
2310
|
+
"method": "put",
|
|
2311
|
+
"path": "/policy/device-admin/policy-set/{policyId}/mfa/{ruleId}"
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"fnName": "deleteDeviceAdminPolicyByIdMfaRuleById",
|
|
2315
|
+
"method": "delete",
|
|
2316
|
+
"path": "/policy/device-admin/policy-set/{policyId}/mfa/{ruleId}"
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"fnName": "getDeviceAdminServiceNames",
|
|
2320
|
+
"method": "get",
|
|
2321
|
+
"path": "/policy/device-admin/service-names"
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"fnName": "getDeviceAdminProfiles",
|
|
2325
|
+
"method": "get",
|
|
2326
|
+
"path": "/policy/device-admin/shell-profiles"
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"fnName": "getDeviceAdminTimeConditions",
|
|
2330
|
+
"method": "get",
|
|
2331
|
+
"path": "/policy/device-admin/time-condition"
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"fnName": "postDeviceAdminTimeCondition",
|
|
2335
|
+
"method": "post",
|
|
2336
|
+
"path": "/policy/device-admin/time-condition"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"fnName": "getDeviceAdminTimeConditionByConditionId",
|
|
2340
|
+
"method": "get",
|
|
2341
|
+
"path": "/policy/device-admin/time-condition/{conditionId}"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"fnName": "putDeviceAdminTimeConditionByConditionId",
|
|
2345
|
+
"method": "put",
|
|
2346
|
+
"path": "/policy/device-admin/time-condition/{conditionId}"
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"fnName": "deleteDeviceAdminTimeConditionByConditionId",
|
|
2350
|
+
"method": "delete",
|
|
2351
|
+
"path": "/policy/device-admin/time-condition/{conditionId}"
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"fnName": "getNetworkAccessProfiles",
|
|
2355
|
+
"method": "get",
|
|
2356
|
+
"path": "/policy/network-access/authorization-profiles"
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
"fnName": "getNetworkAccessConditions",
|
|
2360
|
+
"method": "get",
|
|
2361
|
+
"path": "/policy/network-access/condition"
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"fnName": "postNetworkAccessCondition",
|
|
2365
|
+
"method": "post",
|
|
2366
|
+
"path": "/policy/network-access/condition"
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"fnName": "getNetworkAccessConditionsForAuthenticationRule",
|
|
2370
|
+
"method": "get",
|
|
2371
|
+
"path": "/policy/network-access/condition/authentication"
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"fnName": "getNetworkAccessConditionsForAuthorizationRule",
|
|
2375
|
+
"method": "get",
|
|
2376
|
+
"path": "/policy/network-access/condition/authorization"
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"fnName": "getNetworkAccessConditionByConditionName",
|
|
2380
|
+
"method": "get",
|
|
2381
|
+
"path": "/policy/network-access/condition/condition-by-name/{conditionName}"
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"fnName": "putNetworkAccessConditionByConditionName",
|
|
2385
|
+
"method": "put",
|
|
2386
|
+
"path": "/policy/network-access/condition/condition-by-name/{conditionName}"
|
|
2387
|
+
},
|
|
2388
|
+
{
|
|
2389
|
+
"fnName": "deleteNetworkAccessConditionByConditionName",
|
|
2390
|
+
"method": "delete",
|
|
2391
|
+
"path": "/policy/network-access/condition/condition-by-name/{conditionName}"
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"fnName": "getNetworkAccessConditionsForPolicySet",
|
|
2395
|
+
"method": "get",
|
|
2396
|
+
"path": "/policy/network-access/condition/policyset"
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"fnName": "getNetworkAccessConditionByConditionId",
|
|
2400
|
+
"method": "get",
|
|
2401
|
+
"path": "/policy/network-access/condition/{conditionId}"
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"fnName": "putNetworkAccessConditionByConditionId",
|
|
2405
|
+
"method": "put",
|
|
2406
|
+
"path": "/policy/network-access/condition/{conditionId}"
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"fnName": "deleteNetworkAccessConditionByConditionId",
|
|
2410
|
+
"method": "delete",
|
|
2411
|
+
"path": "/policy/network-access/condition/{conditionId}"
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"fnName": "getNetworkAccessDictionaries",
|
|
2415
|
+
"method": "get",
|
|
2416
|
+
"path": "/policy/network-access/dictionaries"
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"fnName": "postNetworkAccessDictionaries",
|
|
2420
|
+
"method": "post",
|
|
2421
|
+
"path": "/policy/network-access/dictionaries"
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"fnName": "getNetworkAccessDictionary",
|
|
2425
|
+
"method": "get",
|
|
2426
|
+
"path": "/policy/network-access/dictionaries/{name}"
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
"fnName": "putNetworkAccessDictionariesByName",
|
|
2430
|
+
"method": "put",
|
|
2431
|
+
"path": "/policy/network-access/dictionaries/{name}"
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"fnName": "deleteNetworkAccessDictionariesByName",
|
|
2435
|
+
"method": "delete",
|
|
2436
|
+
"path": "/policy/network-access/dictionaries/{name}"
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"fnName": "getNetworkAccessDictionariesAuthentication",
|
|
2440
|
+
"method": "get",
|
|
2441
|
+
"path": "/policy/network-access/dictionaries/authentication"
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"fnName": "getNetworkAccessDictionariesAuthorization",
|
|
2445
|
+
"method": "get",
|
|
2446
|
+
"path": "/policy/network-access/dictionaries/authorization"
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"fnName": "getNetworkAccessDictionariesPolicyset",
|
|
2450
|
+
"method": "get",
|
|
2451
|
+
"path": "/policy/network-access/dictionaries/policyset"
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"fnName": "getNetworkAccessDictionaryAttributesByDictionaryName",
|
|
2455
|
+
"method": "get",
|
|
2456
|
+
"path": "/policy/network-access/dictionaries/{dictionaryName}/attribute"
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"fnName": "postNetworkAccessDictionariesByDictionaryNameAttribute",
|
|
2460
|
+
"method": "post",
|
|
2461
|
+
"path": "/policy/network-access/dictionaries/{dictionaryName}/attribute"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"fnName": "getNetworkAccessDictionariesByDictionaryNameAttributeByAttributeName",
|
|
2465
|
+
"method": "get",
|
|
2466
|
+
"path": "/policy/network-access/dictionaries/{dictionaryName}/attribute/{attributeName}"
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
"fnName": "putNetworkAccessDictionariesByDictionaryNameAttributeByAttributeName",
|
|
2470
|
+
"method": "put",
|
|
2471
|
+
"path": "/policy/network-access/dictionaries/{dictionaryName}/attribute/{attributeName}"
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"fnName": "deleteNetworkAccessDictionariesByDictionaryNameAttributeByAttributeName",
|
|
2475
|
+
"method": "delete",
|
|
2476
|
+
"path": "/policy/network-access/dictionaries/{dictionaryName}/attribute/{attributeName}"
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"fnName": "getNetworkAccessIdentityStores",
|
|
2480
|
+
"method": "get",
|
|
2481
|
+
"path": "/policy/network-access/identity-stores"
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"fnName": "getNetworkAccessNetworkConditions",
|
|
2485
|
+
"method": "get",
|
|
2486
|
+
"path": "/policy/network-access/network-condition"
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"fnName": "postNetworkAccessNetworkCondition",
|
|
2490
|
+
"method": "post",
|
|
2491
|
+
"path": "/policy/network-access/network-condition"
|
|
2492
|
+
},
|
|
2493
|
+
{
|
|
2494
|
+
"fnName": "getNetworkAccessNetworkConditionByConditionId",
|
|
2495
|
+
"method": "get",
|
|
2496
|
+
"path": "/policy/network-access/network-condition/{conditionId}"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"fnName": "putNetworkAccessNetworkConditionByConditionId",
|
|
2500
|
+
"method": "put",
|
|
2501
|
+
"path": "/policy/network-access/network-condition/{conditionId}"
|
|
2502
|
+
},
|
|
2503
|
+
{
|
|
2504
|
+
"fnName": "deleteNetworkAccessNetworkConditionByConditionId",
|
|
2505
|
+
"method": "delete",
|
|
2506
|
+
"path": "/policy/network-access/network-condition/{conditionId}"
|
|
2507
|
+
},
|
|
2508
|
+
{
|
|
2509
|
+
"fnName": "getNetworkAccessPolicySetList",
|
|
2510
|
+
"method": "get",
|
|
2511
|
+
"path": "/policy/network-access/policy-set"
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"fnName": "createNetworkAccessPolicySet",
|
|
2515
|
+
"method": "post",
|
|
2516
|
+
"path": "/policy/network-access/policy-set"
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"fnName": "resetHitCountsNetworkAccessPolicySets",
|
|
2520
|
+
"method": "post",
|
|
2521
|
+
"path": "/policy/network-access/policy-set/reset-hitcount"
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"fnName": "getNetworkAccessPolicySetById",
|
|
2525
|
+
"method": "get",
|
|
2526
|
+
"path": "/policy/network-access/policy-set/{policyId}"
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"fnName": "updateNetworkAccessPolicySetById",
|
|
2530
|
+
"method": "put",
|
|
2531
|
+
"path": "/policy/network-access/policy-set/{policyId}"
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"fnName": "deleteNetworkAccessPolicySetById",
|
|
2535
|
+
"method": "delete",
|
|
2536
|
+
"path": "/policy/network-access/policy-set/{policyId}"
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"fnName": "getNetworkAccessPolicySetGlobalExceptionRuleList",
|
|
2540
|
+
"method": "get",
|
|
2541
|
+
"path": "/policy/network-access/policy-set/global-exception"
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
"fnName": "createNetworkAccessPolicySetGlobalExceptionRule",
|
|
2545
|
+
"method": "post",
|
|
2546
|
+
"path": "/policy/network-access/policy-set/global-exception"
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"fnName": "resetHitCountsNetworkAccessGlobalExceptions",
|
|
2550
|
+
"method": "post",
|
|
2551
|
+
"path": "/policy/network-access/policy-set/global-exception/reset-hitcount"
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"fnName": "getNetworkAccessPolicySetGlobalExceptionRuleById",
|
|
2555
|
+
"method": "get",
|
|
2556
|
+
"path": "/policy/network-access/policy-set/global-exception/{ruleId}"
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"fnName": "updateNetworkAccessPolicySetGlobalExceptionRuleById",
|
|
2560
|
+
"method": "put",
|
|
2561
|
+
"path": "/policy/network-access/policy-set/global-exception/{ruleId}"
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"fnName": "deleteNetworkAccessPolicySetGlobalExceptionRuleById",
|
|
2565
|
+
"method": "delete",
|
|
2566
|
+
"path": "/policy/network-access/policy-set/global-exception/{ruleId}"
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"fnName": "getNetworkAccessPolicyByIdAuthenticationRuleList",
|
|
2570
|
+
"method": "get",
|
|
2571
|
+
"path": "/policy/network-access/policy-set/{policyId}/authentication"
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"fnName": "createNetworkAccessPolicyByIdAuthenticationRule",
|
|
2575
|
+
"method": "post",
|
|
2576
|
+
"path": "/policy/network-access/policy-set/{policyId}/authentication"
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"fnName": "resetHitCountsNetworkAccessPolicyByIdAuthenticationRules",
|
|
2580
|
+
"method": "post",
|
|
2581
|
+
"path": "/policy/network-access/policy-set/{policyId}/authentication/reset-hitcount"
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"fnName": "getNetworkAccessPolicyByIdAuthenticationRuleById",
|
|
2585
|
+
"method": "get",
|
|
2586
|
+
"path": "/policy/network-access/policy-set/{policyId}/authentication/{ruleId}"
|
|
2587
|
+
},
|
|
2588
|
+
{
|
|
2589
|
+
"fnName": "updateNetworkAccessPolicyByIdAuthenticationRuleById",
|
|
2590
|
+
"method": "put",
|
|
2591
|
+
"path": "/policy/network-access/policy-set/{policyId}/authentication/{ruleId}"
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
"fnName": "deleteNetworkAccessPolicyByIdAuthenticationRuleById",
|
|
2595
|
+
"method": "delete",
|
|
2596
|
+
"path": "/policy/network-access/policy-set/{policyId}/authentication/{ruleId}"
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
"fnName": "getNetworkAccessPolicyByIdAuthorizationRuleList",
|
|
2600
|
+
"method": "get",
|
|
2601
|
+
"path": "/policy/network-access/policy-set/{policyId}/authorization"
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"fnName": "createNetworkAccessPolicyByIdAuthorizationRule",
|
|
2605
|
+
"method": "post",
|
|
2606
|
+
"path": "/policy/network-access/policy-set/{policyId}/authorization"
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
"fnName": "resetHitCountsNetworkAccessPolicyByIdAuthorizationRules",
|
|
2610
|
+
"method": "post",
|
|
2611
|
+
"path": "/policy/network-access/policy-set/{policyId}/authorization/reset-hitcount"
|
|
2612
|
+
},
|
|
2613
|
+
{
|
|
2614
|
+
"fnName": "getNetworkAccessPolicyByIdAuthorizationRuleById",
|
|
2615
|
+
"method": "get",
|
|
2616
|
+
"path": "/policy/network-access/policy-set/{policyId}/authorization/{ruleId}"
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"fnName": "updateNetworkAccessPolicyByIdAuthorizationRuleById",
|
|
2620
|
+
"method": "put",
|
|
2621
|
+
"path": "/policy/network-access/policy-set/{policyId}/authorization/{ruleId}"
|
|
2622
|
+
},
|
|
2623
|
+
{
|
|
2624
|
+
"fnName": "deleteNetworkAccessPolicyByIdAuthorizationRuleById",
|
|
2625
|
+
"method": "delete",
|
|
2626
|
+
"path": "/policy/network-access/policy-set/{policyId}/authorization/{ruleId}"
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
"fnName": "getNetworkAccessPolicyByIdLocalExceptionRuleList",
|
|
2630
|
+
"method": "get",
|
|
2631
|
+
"path": "/policy/network-access/policy-set/{policyId}/exception"
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"fnName": "createNetworkAccessPolicyByIdLocalExceptionRule",
|
|
2635
|
+
"method": "post",
|
|
2636
|
+
"path": "/policy/network-access/policy-set/{policyId}/exception"
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"fnName": "resetHitCountsNetworkAccessPolicyByIdLocalExceptions",
|
|
2640
|
+
"method": "post",
|
|
2641
|
+
"path": "/policy/network-access/policy-set/{policyId}/exception/reset-hitcount"
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"fnName": "getNetworkAccessPolicyByIdLocalExceptionRuleById",
|
|
2645
|
+
"method": "get",
|
|
2646
|
+
"path": "/policy/network-access/policy-set/{policyId}/exception/{ruleId}"
|
|
2647
|
+
},
|
|
2648
|
+
{
|
|
2649
|
+
"fnName": "updateNetworkAccessPolicyByIdLocalExceptionRuleById",
|
|
2650
|
+
"method": "put",
|
|
2651
|
+
"path": "/policy/network-access/policy-set/{policyId}/exception/{ruleId}"
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
"fnName": "deleteNetworkAccessPolicyByIdLocalExceptionRuleById",
|
|
2655
|
+
"method": "delete",
|
|
2656
|
+
"path": "/policy/network-access/policy-set/{policyId}/exception/{ruleId}"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"fnName": "getNetworkAccessPolicyByIdMfaRuleList",
|
|
2660
|
+
"method": "get",
|
|
2661
|
+
"path": "/policy/network-access/policy-set/{policyId}/mfa"
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"fnName": "createNetworkAccessPolicyByIdMfaRule",
|
|
2665
|
+
"method": "post",
|
|
2666
|
+
"path": "/policy/network-access/policy-set/{policyId}/mfa"
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"fnName": "resetHitCountsNetworkAccessPolicyByIdMfaRules",
|
|
2670
|
+
"method": "post",
|
|
2671
|
+
"path": "/policy/network-access/policy-set/{policyId}/mfa/reset-hitcount"
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"fnName": "getNetworkAccessPolicyByIdMfaRuleById",
|
|
2675
|
+
"method": "get",
|
|
2676
|
+
"path": "/policy/network-access/policy-set/{policyId}/mfa/{ruleId}"
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
"fnName": "updateNetworkAccessPolicyByIdMfaRuleById",
|
|
2680
|
+
"method": "put",
|
|
2681
|
+
"path": "/policy/network-access/policy-set/{policyId}/mfa/{ruleId}"
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"fnName": "deleteNetworkAccessPolicyByIdMfaRuleById",
|
|
2685
|
+
"method": "delete",
|
|
2686
|
+
"path": "/policy/network-access/policy-set/{policyId}/mfa/{ruleId}"
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"fnName": "getNetworkAccessSecurityGroups",
|
|
2690
|
+
"method": "get",
|
|
2691
|
+
"path": "/policy/network-access/security-groups"
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"fnName": "getNetworkAccessServiceNames",
|
|
2695
|
+
"method": "get",
|
|
2696
|
+
"path": "/policy/network-access/service-names"
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"fnName": "getNetworkAccessTimeConditions",
|
|
2700
|
+
"method": "get",
|
|
2701
|
+
"path": "/policy/network-access/time-condition"
|
|
2702
|
+
},
|
|
2703
|
+
{
|
|
2704
|
+
"fnName": "postNetworkAccessTimeCondition",
|
|
2705
|
+
"method": "post",
|
|
2706
|
+
"path": "/policy/network-access/time-condition"
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"fnName": "getNetworkAccessTimeConditionByConditionId",
|
|
2710
|
+
"method": "get",
|
|
2711
|
+
"path": "/policy/network-access/time-condition/{conditionId}"
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
"fnName": "putNetworkAccessTimeConditionByConditionId",
|
|
2715
|
+
"method": "put",
|
|
2716
|
+
"path": "/policy/network-access/time-condition/{conditionId}"
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"fnName": "deleteNetworkAccessTimeConditionByConditionId",
|
|
2720
|
+
"method": "delete",
|
|
2721
|
+
"path": "/policy/network-access/time-condition/{conditionId}"
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"fnName": "alertTrigger",
|
|
2725
|
+
"method": "post",
|
|
2726
|
+
"path": "/prometheus-alertmanager/alertTrigger"
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"fnName": "getReceiverConfigurations",
|
|
2730
|
+
"method": "get",
|
|
2731
|
+
"path": "/prometheus-alertmanager/receiver"
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"fnName": "saveReceiverConfiguration",
|
|
2735
|
+
"method": "post",
|
|
2736
|
+
"path": "/prometheus-alertmanager/receiver"
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"fnName": "getReceiverConfigurationByID",
|
|
2740
|
+
"method": "get",
|
|
2741
|
+
"path": "/prometheus-alertmanager/receiver/{receiverId}"
|
|
2742
|
+
},
|
|
2743
|
+
{
|
|
2744
|
+
"fnName": "updateReceiverConfiguration",
|
|
2745
|
+
"method": "put",
|
|
2746
|
+
"path": "/prometheus-alertmanager/receiver/{receiverId}"
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"fnName": "deleteReceiverConfigurationByID",
|
|
2750
|
+
"method": "delete",
|
|
2751
|
+
"path": "/prometheus-alertmanager/receiver/{receiverId}"
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"fnName": "getRoutes",
|
|
2755
|
+
"method": "get",
|
|
2756
|
+
"path": "/prometheus-alertmanager/route"
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"fnName": "saveRouteConfiguration",
|
|
2760
|
+
"method": "post",
|
|
2761
|
+
"path": "/prometheus-alertmanager/route"
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"fnName": "getRouteConfigurationByID",
|
|
2765
|
+
"method": "get",
|
|
2766
|
+
"path": "/prometheus-alertmanager/route/{routeId}"
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"fnName": "updateRouteConfiguration",
|
|
2770
|
+
"method": "put",
|
|
2771
|
+
"path": "/prometheus-alertmanager/route/{routeId}"
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"fnName": "deleteRouteConfigurationByID",
|
|
2775
|
+
"method": "delete",
|
|
2776
|
+
"path": "/prometheus-alertmanager/route/{routeId}"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"fnName": "getRulesConfigurations",
|
|
2780
|
+
"method": "get",
|
|
2781
|
+
"path": "/prometheus-alertmanager/rule"
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"fnName": "saveRuleConfiguration",
|
|
2785
|
+
"method": "post",
|
|
2786
|
+
"path": "/prometheus-alertmanager/rule"
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"fnName": "getRuleConfigurationByID",
|
|
2790
|
+
"method": "get",
|
|
2791
|
+
"path": "/prometheus-alertmanager/rule/{ruleId}"
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"fnName": "updateRuleConfiguration",
|
|
2795
|
+
"method": "put",
|
|
2796
|
+
"path": "/prometheus-alertmanager/rule/{ruleId}"
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"fnName": "deleteRuleConfigurationByID",
|
|
2800
|
+
"method": "delete",
|
|
2801
|
+
"path": "/prometheus-alertmanager/rule/{ruleId}"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"fnName": "getConnectorConfig",
|
|
2805
|
+
"method": "get",
|
|
2806
|
+
"path": "/pxgrid-direct/connector-config"
|
|
2807
|
+
},
|
|
2808
|
+
{
|
|
2809
|
+
"fnName": "createConnectorConfig",
|
|
2810
|
+
"method": "post",
|
|
2811
|
+
"path": "/pxgrid-direct/connector-config"
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
"fnName": "getConnectorConfigByConnectorName",
|
|
2815
|
+
"method": "get",
|
|
2816
|
+
"path": "/pxgrid-direct/connector-config/{connectorName}"
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"fnName": "updateConnectorConfigByConnectorName",
|
|
2820
|
+
"method": "put",
|
|
2821
|
+
"path": "/pxgrid-direct/connector-config/{connectorName}"
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"fnName": "deleteConnectorConfigByConnectorName",
|
|
2825
|
+
"method": "delete",
|
|
2826
|
+
"path": "/pxgrid-direct/connector-config/{connectorName}"
|
|
2827
|
+
},
|
|
2828
|
+
{
|
|
2829
|
+
"fnName": "getpxgridDirectDictionaryReferences",
|
|
2830
|
+
"method": "get",
|
|
2831
|
+
"path": "/pxgrid-direct/dictionary-references"
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"fnName": "getConnectorConfigSyncNowStatus",
|
|
2835
|
+
"method": "get",
|
|
2836
|
+
"path": "/pxgrid-direct/syncNowStatus/{connectorName}"
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
"fnName": "syncNowConnector",
|
|
2840
|
+
"method": "post",
|
|
2841
|
+
"path": "/pxgrid-direct/syncnow"
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"fnName": "testConnector",
|
|
2845
|
+
"method": "post",
|
|
2846
|
+
"path": "/pxgrid-direct/test-connector"
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"fnName": "getAllPushConnectorName",
|
|
2850
|
+
"method": "get",
|
|
2851
|
+
"path": "/pxgrid-direct/push/{connectorName}"
|
|
2852
|
+
},
|
|
2853
|
+
{
|
|
2854
|
+
"fnName": "bulkOperationPushConnectors",
|
|
2855
|
+
"method": "post",
|
|
2856
|
+
"path": "/pxgrid-direct/push/{connectorName}/bulk"
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"fnName": "getPushConnectorByUniqueId",
|
|
2860
|
+
"method": "get",
|
|
2861
|
+
"path": "/pxgrid-direct/push/{connectorName}/{uniqueId}"
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"fnName": "updatePushConnectorByUniqueId",
|
|
2865
|
+
"method": "put",
|
|
2866
|
+
"path": "/pxgrid-direct/push/{connectorName}/{uniqueId}"
|
|
2867
|
+
},
|
|
2868
|
+
{
|
|
2869
|
+
"fnName": "deletePushConnectorByUniqueId",
|
|
2870
|
+
"method": "delete",
|
|
2871
|
+
"path": "/pxgrid-direct/push/{connectorName}/{uniqueId}"
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"fnName": "getRepositories",
|
|
2875
|
+
"method": "get",
|
|
2876
|
+
"path": "/repository"
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"fnName": "createRepository",
|
|
2880
|
+
"method": "post",
|
|
2881
|
+
"path": "/repository"
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"fnName": "getRepository",
|
|
2885
|
+
"method": "get",
|
|
2886
|
+
"path": "/repository/{repositoryName}"
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
"fnName": "updateRepository",
|
|
2890
|
+
"method": "put",
|
|
2891
|
+
"path": "/repository/{repositoryName}"
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
"fnName": "deleteRepository",
|
|
2895
|
+
"method": "delete",
|
|
2896
|
+
"path": "/repository/{repositoryName}"
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
"fnName": "getRepositoryFiles",
|
|
2900
|
+
"method": "get",
|
|
2901
|
+
"path": "/repository/{repositoryName}/files"
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
"fnName": "getProxyConnection",
|
|
2905
|
+
"method": "get",
|
|
2906
|
+
"path": "/system-settings/proxy"
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"fnName": "updateProxyConnection",
|
|
2910
|
+
"method": "put",
|
|
2911
|
+
"path": "/system-settings/proxy"
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
"fnName": "getTransportGateway",
|
|
2915
|
+
"method": "get",
|
|
2916
|
+
"path": "/system-settings/telemetry/transport-gateway"
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
"fnName": "updateTransportGateway",
|
|
2920
|
+
"method": "put",
|
|
2921
|
+
"path": "/system-settings/telemetry/transport-gateway"
|
|
2922
|
+
},
|
|
2923
|
+
{
|
|
2924
|
+
"fnName": "getUserEquipments",
|
|
2925
|
+
"method": "get",
|
|
2926
|
+
"path": "/fiveg/user-equipment"
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
"fnName": "createUserEquipment",
|
|
2930
|
+
"method": "post",
|
|
2931
|
+
"path": "/fiveg/user-equipment"
|
|
2932
|
+
},
|
|
2933
|
+
{
|
|
2934
|
+
"fnName": "getUserEquipmentById",
|
|
2935
|
+
"method": "get",
|
|
2936
|
+
"path": "/fiveg/user-equipment/{userEquipmentId}"
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"fnName": "updateUserEquipment",
|
|
2940
|
+
"method": "put",
|
|
2941
|
+
"path": "/fiveg/user-equipment/{userEquipmentId}"
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"fnName": "deleteUserEquipment",
|
|
2945
|
+
"method": "delete",
|
|
2946
|
+
"path": "/fiveg/user-equipment/{userEquipmentId}"
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"fnName": "getUserEquipmentsBySubscriberId",
|
|
2950
|
+
"method": "get",
|
|
2951
|
+
"path": "/fiveg/user-equipment/subscriber/{subscriberId}"
|
|
2952
|
+
},
|
|
2953
|
+
{
|
|
2954
|
+
"fnName": "getUserEquipmentByIMEI",
|
|
2955
|
+
"method": "get",
|
|
2956
|
+
"path": "/fiveg/user-equipment/imei/{imei}"
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
"fnName": "createUserEquipmentsFromCSV",
|
|
2960
|
+
"method": "post",
|
|
2961
|
+
"path": "/fiveg/user-equipment/csv"
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"fnName": "bulkUserEquipmentOperation",
|
|
2965
|
+
"method": "post",
|
|
2966
|
+
"path": "/fiveg/user-equipment/bulk"
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
"fnName": "getAllSubscribers",
|
|
2970
|
+
"method": "get",
|
|
2971
|
+
"path": "/fiveg/subscriber"
|
|
2972
|
+
},
|
|
2973
|
+
{
|
|
2974
|
+
"fnName": "createSubscriber",
|
|
2975
|
+
"method": "post",
|
|
2976
|
+
"path": "/fiveg/subscriber"
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"fnName": "getSubscriberById",
|
|
2980
|
+
"method": "get",
|
|
2981
|
+
"path": "/fiveg/subscriber/{subscriberId}"
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"fnName": "updateSubscriber",
|
|
2985
|
+
"method": "put",
|
|
2986
|
+
"path": "/fiveg/subscriber/{subscriberId}"
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"fnName": "deleteSubscriber",
|
|
2990
|
+
"method": "delete",
|
|
2991
|
+
"path": "/fiveg/subscriber/{subscriberId}"
|
|
2992
|
+
},
|
|
2993
|
+
{
|
|
2994
|
+
"fnName": "getSubscriberByIMSI",
|
|
2995
|
+
"method": "get",
|
|
2996
|
+
"path": "/fiveg/subscriber/imsi/{imsi}"
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"fnName": "bulkSubscriberOperation",
|
|
3000
|
+
"method": "post",
|
|
3001
|
+
"path": "/fiveg/subscriber/bulk"
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"fnName": "getConfiguration",
|
|
3005
|
+
"method": "get",
|
|
3006
|
+
"path": "/lsd/updateLsdSettings"
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"fnName": "updateConfiguration",
|
|
3010
|
+
"method": "put",
|
|
3011
|
+
"path": "/lsd/updateLsdSettings"
|
|
3012
|
+
},
|
|
3013
|
+
{
|
|
3014
|
+
"fnName": "getActivationUrl",
|
|
3015
|
+
"method": "get",
|
|
3016
|
+
"path": "/pxgrid/cloud/activation-url"
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"fnName": "unenrollIse",
|
|
3020
|
+
"method": "delete",
|
|
3021
|
+
"path": "/pxgrid/cloud/enroll"
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"fnName": "enrollIse",
|
|
3025
|
+
"method": "post",
|
|
3026
|
+
"path": "/pxgrid/cloud/enroll/{hostname}"
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"fnName": "getEnrolledDeviceInfo",
|
|
3030
|
+
"method": "get",
|
|
3031
|
+
"path": "/pxgrid/cloud/enrollment-info"
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"fnName": "getRegions",
|
|
3035
|
+
"method": "get",
|
|
3036
|
+
"path": "/pxgrid/cloud/regions"
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"fnName": "getAllTaskStatus",
|
|
3040
|
+
"method": "get",
|
|
3041
|
+
"path": "/task"
|
|
3042
|
+
},
|
|
3043
|
+
{
|
|
3044
|
+
"fnName": "getTaskStatus",
|
|
3045
|
+
"method": "get",
|
|
3046
|
+
"path": "/task/{taskId}"
|
|
3047
|
+
},
|
|
3048
|
+
{
|
|
3049
|
+
"fnName": "getClassificationRuleList",
|
|
3050
|
+
"method": "get",
|
|
3051
|
+
"path": "/trustsec/classification-policy"
|
|
3052
|
+
},
|
|
3053
|
+
{
|
|
3054
|
+
"fnName": "createClassificationRuleConfiguration",
|
|
3055
|
+
"method": "post",
|
|
3056
|
+
"path": "/trustsec/classification-policy"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"fnName": "getClassificationRuleFilterPreview",
|
|
3060
|
+
"method": "post",
|
|
3061
|
+
"path": "/trustsec/classification-policy/preview"
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"fnName": "reRankClassificationRules",
|
|
3065
|
+
"method": "post",
|
|
3066
|
+
"path": "/trustsec/classification-policy/re-rank"
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"fnName": "getClassificationRuleById",
|
|
3070
|
+
"method": "get",
|
|
3071
|
+
"path": "/trustsec/classification-policy/{filterId}"
|
|
3072
|
+
},
|
|
3073
|
+
{
|
|
3074
|
+
"fnName": "updateClassificationRuleById",
|
|
3075
|
+
"method": "put",
|
|
3076
|
+
"path": "/trustsec/classification-policy/{filterId}"
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"fnName": "deleteClassificationRuleById",
|
|
3080
|
+
"method": "delete",
|
|
3081
|
+
"path": "/trustsec/classification-policy/{filterId}"
|
|
3082
|
+
},
|
|
3083
|
+
{
|
|
3084
|
+
"fnName": "getCommonPolicyClassificationDictionaries",
|
|
3085
|
+
"method": "get",
|
|
3086
|
+
"path": "/trustsec/classification-policy/dictionaries"
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
"fnName": "getCommonPolicyIngressDictionaries",
|
|
3090
|
+
"method": "get",
|
|
3091
|
+
"path": "/trustsec/inbound-rule/dictionaries"
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
"fnName": "getCommonPolicyEgressDictionaries",
|
|
3095
|
+
"method": "get",
|
|
3096
|
+
"path": "/trustsec/outbound-rule/dictionaries"
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"fnName": "getCommonPolicyClassificationDictionaryAttributesByDictionaryName",
|
|
3100
|
+
"method": "get",
|
|
3101
|
+
"path": "/trustsec/classification-policy/dictionaries/{dictionaryName}/attribute"
|
|
3102
|
+
},
|
|
3103
|
+
{
|
|
3104
|
+
"fnName": "getCommonPolicyClassificationAttributesByDictionaryNameByAttributeName",
|
|
3105
|
+
"method": "get",
|
|
3106
|
+
"path": "/trustsec/classification-policy/dictionaries/{dictionaryName}/attribute/{attributeName}"
|
|
3107
|
+
},
|
|
3108
|
+
{
|
|
3109
|
+
"fnName": "getCommonPolicyIngressDictionaryAttributesByDictionaryName",
|
|
3110
|
+
"method": "get",
|
|
3111
|
+
"path": "/trustsec/inbound-rule/dictionaries/{dictionaryName}/attribute"
|
|
3112
|
+
},
|
|
3113
|
+
{
|
|
3114
|
+
"fnName": "getCommonPolicyIngressAttributesByDictionaryNameByAttributeName",
|
|
3115
|
+
"method": "get",
|
|
3116
|
+
"path": "/trustsec/inbound-rule/dictionaries/{dictionaryName}/attribute/{attributeName}"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"fnName": "getCommonPolicyEgressDictionaryAttributesByDictionaryName",
|
|
3120
|
+
"method": "get",
|
|
3121
|
+
"path": "/trustsec/outbound-rule/dictionaries/{dictionaryName}/attribute"
|
|
3122
|
+
},
|
|
3123
|
+
{
|
|
3124
|
+
"fnName": "getCommonPolicyEgressAttributesByDictionaryNameByAttributeName",
|
|
3125
|
+
"method": "get",
|
|
3126
|
+
"path": "/trustsec/outbound-rule/dictionaries/{dictionaryName}/attribute/{attributeName}"
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"fnName": "getIngressFilterList",
|
|
3130
|
+
"method": "get",
|
|
3131
|
+
"path": "/trustsec/inbound-rule"
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"fnName": "createIngressFilterConfiguration",
|
|
3135
|
+
"method": "post",
|
|
3136
|
+
"path": "/trustsec/inbound-rule"
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
"fnName": "getInboundRuleFilterPreview",
|
|
3140
|
+
"method": "post",
|
|
3141
|
+
"path": "/trustsec/inbound-rule/preview"
|
|
3142
|
+
},
|
|
3143
|
+
{
|
|
3144
|
+
"fnName": "getInboundRuleFilterPreviewById",
|
|
3145
|
+
"method": "post",
|
|
3146
|
+
"path": "/trustsec/inbound-rule/preview/{filterId}"
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"fnName": "getIngressSxpDomains",
|
|
3150
|
+
"method": "post",
|
|
3151
|
+
"path": "/trustsec/inbound-rule/sxp-domain"
|
|
3152
|
+
},
|
|
3153
|
+
{
|
|
3154
|
+
"fnName": "getIngressFilterById",
|
|
3155
|
+
"method": "get",
|
|
3156
|
+
"path": "/trustsec/inbound-rule/{filterId}"
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"fnName": "updateIngressFilterById",
|
|
3160
|
+
"method": "put",
|
|
3161
|
+
"path": "/trustsec/inbound-rule/{filterId}"
|
|
3162
|
+
},
|
|
3163
|
+
{
|
|
3164
|
+
"fnName": "deleteIngressFilterById",
|
|
3165
|
+
"method": "delete",
|
|
3166
|
+
"path": "/trustsec/inbound-rule/{filterId}"
|
|
3167
|
+
},
|
|
3168
|
+
{
|
|
3169
|
+
"fnName": "getPreviewMappingCount",
|
|
3170
|
+
"method": "get",
|
|
3171
|
+
"path": "/trustsec/inbound-rule/previewMappingCount"
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"fnName": "getCloudConnections",
|
|
3175
|
+
"method": "get",
|
|
3176
|
+
"path": "/trustsec/integration/workload-connection"
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
"fnName": "getAttributesForAllConnectors",
|
|
3180
|
+
"method": "get",
|
|
3181
|
+
"path": "/trustsec/integration/workload-connection/attribute"
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"fnName": "getAttributeValues",
|
|
3185
|
+
"method": "get",
|
|
3186
|
+
"path": "/trustsec/integration/workload-connection/attribute/values/{connectionType}/{attributeName}"
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"fnName": "getAttributesForConnectorsByType",
|
|
3190
|
+
"method": "get",
|
|
3191
|
+
"path": "/trustsec/integration/workload-connection/attribute/{connectionType}"
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"fnName": "updateAttributesByType",
|
|
3195
|
+
"method": "put",
|
|
3196
|
+
"path": "/trustsec/integration/workload-connection/attribute/{connectionType}"
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"fnName": "createAWSConnection",
|
|
3200
|
+
"method": "post",
|
|
3201
|
+
"path": "/trustsec/integration/workload-connection/aws"
|
|
3202
|
+
},
|
|
3203
|
+
{
|
|
3204
|
+
"fnName": "getAttributesFromAWS",
|
|
3205
|
+
"method": "post",
|
|
3206
|
+
"path": "/trustsec/integration/workload-connection/aws/attribute/fetch"
|
|
3207
|
+
},
|
|
3208
|
+
{
|
|
3209
|
+
"fnName": "testAWSConnector",
|
|
3210
|
+
"method": "post",
|
|
3211
|
+
"path": "/trustsec/integration/workload-connection/aws/test"
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"fnName": "getAWSConnectionByID",
|
|
3215
|
+
"method": "get",
|
|
3216
|
+
"path": "/trustsec/integration/workload-connection/aws/{connectionId}"
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
"fnName": "updateAWSConnectionByID",
|
|
3220
|
+
"method": "put",
|
|
3221
|
+
"path": "/trustsec/integration/workload-connection/aws/{connectionId}"
|
|
3222
|
+
},
|
|
3223
|
+
{
|
|
3224
|
+
"fnName": "createAzureConnection",
|
|
3225
|
+
"method": "post",
|
|
3226
|
+
"path": "/trustsec/integration/workload-connection/azure"
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"fnName": "getAttributesFromAzure",
|
|
3230
|
+
"method": "post",
|
|
3231
|
+
"path": "/trustsec/integration/workload-connection/azure/attribute/fetch"
|
|
3232
|
+
},
|
|
3233
|
+
{
|
|
3234
|
+
"fnName": "testAzureConnector",
|
|
3235
|
+
"method": "post",
|
|
3236
|
+
"path": "/trustsec/integration/workload-connection/azure/test"
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"fnName": "getAzureConnectionByID",
|
|
3240
|
+
"method": "get",
|
|
3241
|
+
"path": "/trustsec/integration/workload-connection/azure/{connectionId}"
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"fnName": "updateAzureConnectionByID",
|
|
3245
|
+
"method": "put",
|
|
3246
|
+
"path": "/trustsec/integration/workload-connection/azure/{connectionId}"
|
|
3247
|
+
},
|
|
3248
|
+
{
|
|
3249
|
+
"fnName": "fetchNewAttributes",
|
|
3250
|
+
"method": "get",
|
|
3251
|
+
"path": "/trustsec/integration/workload-connection/fetch-new-attributes/{connectionId}"
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"fnName": "createGCPConnection",
|
|
3255
|
+
"method": "post",
|
|
3256
|
+
"path": "/trustsec/integration/workload-connection/gcp"
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
"fnName": "getAttributesFromGCP",
|
|
3260
|
+
"method": "post",
|
|
3261
|
+
"path": "/trustsec/integration/workload-connection/gcp/attribute/fetch"
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
"fnName": "testGCPConnector",
|
|
3265
|
+
"method": "post",
|
|
3266
|
+
"path": "/trustsec/integration/workload-connection/gcp/test"
|
|
3267
|
+
},
|
|
3268
|
+
{
|
|
3269
|
+
"fnName": "getGCPConnectionByID",
|
|
3270
|
+
"method": "get",
|
|
3271
|
+
"path": "/trustsec/integration/workload-connection/gcp/{connectionId}"
|
|
3272
|
+
},
|
|
3273
|
+
{
|
|
3274
|
+
"fnName": "updateGCPConnectionByID",
|
|
3275
|
+
"method": "put",
|
|
3276
|
+
"path": "/trustsec/integration/workload-connection/gcp/{connectionId}"
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"fnName": "getWorkloadConnectionNames",
|
|
3280
|
+
"method": "get",
|
|
3281
|
+
"path": "/trustsec/integration/workload-connection/names"
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"fnName": "startWorkloadConnectorServices",
|
|
3285
|
+
"method": "post",
|
|
3286
|
+
"path": "/trustsec/integration/workload-connection/services/start"
|
|
3287
|
+
},
|
|
3288
|
+
{
|
|
3289
|
+
"fnName": "getWorkloadConnectorServicesStatus",
|
|
3290
|
+
"method": "get",
|
|
3291
|
+
"path": "/trustsec/integration/workload-connection/services/status"
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"fnName": "getWorkloadConnectorThreshold",
|
|
3295
|
+
"method": "get",
|
|
3296
|
+
"path": "/trustsec/integration/workload-connection/services/threshold"
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
"fnName": "createVCenterConnection",
|
|
3300
|
+
"method": "post",
|
|
3301
|
+
"path": "/trustsec/integration/workload-connection/vcenter"
|
|
3302
|
+
},
|
|
3303
|
+
{
|
|
3304
|
+
"fnName": "getAttributesFromVCenter",
|
|
3305
|
+
"method": "post",
|
|
3306
|
+
"path": "/trustsec/integration/workload-connection/vcenter/attribute/fetch"
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
"fnName": "testvCenterConnector",
|
|
3310
|
+
"method": "post",
|
|
3311
|
+
"path": "/trustsec/integration/workload-connection/vcenter/test"
|
|
3312
|
+
},
|
|
3313
|
+
{
|
|
3314
|
+
"fnName": "getVCenterConnectionByID",
|
|
3315
|
+
"method": "get",
|
|
3316
|
+
"path": "/trustsec/integration/workload-connection/vcenter/{connectionId}"
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"fnName": "updateVCenterConnectionByID",
|
|
3320
|
+
"method": "put",
|
|
3321
|
+
"path": "/trustsec/integration/workload-connection/vcenter/{connectionId}"
|
|
3322
|
+
},
|
|
3323
|
+
{
|
|
3324
|
+
"fnName": "deleteCloudConnectionByID",
|
|
3325
|
+
"method": "delete",
|
|
3326
|
+
"path": "/trustsec/integration/workload-connection/{connectionId}"
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"fnName": "connectCloudConnectionByID",
|
|
3330
|
+
"method": "post",
|
|
3331
|
+
"path": "/trustsec/integration/workload-connection/{connectionId}/connect"
|
|
3332
|
+
},
|
|
3333
|
+
{
|
|
3334
|
+
"fnName": "suspendCloudConnectionByID",
|
|
3335
|
+
"method": "post",
|
|
3336
|
+
"path": "/trustsec/integration/workload-connection/{connectionId}/suspend"
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
"fnName": "syncCloudConnectionByID",
|
|
3340
|
+
"method": "post",
|
|
3341
|
+
"path": "/trustsec/integration/workload-connection/{connectionId}/syncnow"
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"fnName": "getACIConnections",
|
|
3345
|
+
"method": "get",
|
|
3346
|
+
"path": "/trustsec/integration/aci-connection"
|
|
3347
|
+
},
|
|
3348
|
+
{
|
|
3349
|
+
"fnName": "saveACIConnection",
|
|
3350
|
+
"method": "post",
|
|
3351
|
+
"path": "/trustsec/integration/aci-connection"
|
|
3352
|
+
},
|
|
3353
|
+
{
|
|
3354
|
+
"fnName": "actionAciConnector",
|
|
3355
|
+
"method": "post",
|
|
3356
|
+
"path": "/trustsec/integration/aci-connection/action"
|
|
3357
|
+
},
|
|
3358
|
+
{
|
|
3359
|
+
"fnName": "saveAndConnectToACI",
|
|
3360
|
+
"method": "post",
|
|
3361
|
+
"path": "/trustsec/integration/aci-connection/connect"
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"fnName": "getContracts",
|
|
3365
|
+
"method": "post",
|
|
3366
|
+
"path": "/trustsec/integration/aci-connection/contract/fetch"
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"fnName": "getAuthDomains",
|
|
3370
|
+
"method": "post",
|
|
3371
|
+
"path": "/trustsec/integration/aci-connection/domain/fetch"
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"fnName": "validateACIReadiness",
|
|
3375
|
+
"method": "get",
|
|
3376
|
+
"path": "/trustsec/integration/aci-connection/ise-readiness"
|
|
3377
|
+
},
|
|
3378
|
+
{
|
|
3379
|
+
"fnName": "getReservedSgtRanges",
|
|
3380
|
+
"method": "get",
|
|
3381
|
+
"path": "/trustsec/integration/aci-connection/sgt-range"
|
|
3382
|
+
},
|
|
3383
|
+
{
|
|
3384
|
+
"fnName": "getAciConnectionStatus",
|
|
3385
|
+
"method": "get",
|
|
3386
|
+
"path": "/trustsec/integration/aci-connection/status"
|
|
3387
|
+
},
|
|
3388
|
+
{
|
|
3389
|
+
"fnName": "testAciConnector",
|
|
3390
|
+
"method": "post",
|
|
3391
|
+
"path": "/trustsec/integration/aci-connection/test"
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"fnName": "getACIConnectionByID",
|
|
3395
|
+
"method": "get",
|
|
3396
|
+
"path": "/trustsec/integration/aci-connection/{connectionId}"
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"fnName": "updateACIConnection",
|
|
3400
|
+
"method": "put",
|
|
3401
|
+
"path": "/trustsec/integration/aci-connection/{connectionId}"
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"fnName": "deleteACIConnectionByID",
|
|
3405
|
+
"method": "delete",
|
|
3406
|
+
"path": "/trustsec/integration/aci-connection/{connectionId}"
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"fnName": "connectACIConnectionByID",
|
|
3410
|
+
"method": "post",
|
|
3411
|
+
"path": "/trustsec/integration/aci-connection/{connectionId}/connect"
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
"fnName": "getConnectionStatusByID",
|
|
3415
|
+
"method": "get",
|
|
3416
|
+
"path": "/trustsec/integration/aci-connection/{connectionId}/status"
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"fnName": "suspendACIConnectionByID",
|
|
3420
|
+
"method": "post",
|
|
3421
|
+
"path": "/trustsec/integration/aci-connection/{connectionId}/suspend"
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"fnName": "getApplicationProfilesPrefetch",
|
|
3425
|
+
"method": "post",
|
|
3426
|
+
"path": "/trustsec/integration/aci-connection/application-profile/fetch"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"fnName": "getEpgsPrefetch",
|
|
3430
|
+
"method": "post",
|
|
3431
|
+
"path": "/trustsec/integration/aci-connection/epg/fetch"
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"fnName": "getApplicationProfilesFilter",
|
|
3435
|
+
"method": "post",
|
|
3436
|
+
"path": "/trustsec/integration/aci-connection/selected-epg/application-profile/get"
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"fnName": "getEpgsFilter",
|
|
3440
|
+
"method": "post",
|
|
3441
|
+
"path": "/trustsec/integration/aci-connection/selected-epg/epg/get"
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"fnName": "getSecurityGroupsFilter",
|
|
3445
|
+
"method": "post",
|
|
3446
|
+
"path": "/trustsec/integration/aci-connection/selected-epg/security-group/get"
|
|
3447
|
+
},
|
|
3448
|
+
{
|
|
3449
|
+
"fnName": "getTenantsFilter",
|
|
3450
|
+
"method": "post",
|
|
3451
|
+
"path": "/trustsec/integration/aci-connection/selected-epg/tenant/get"
|
|
3452
|
+
},
|
|
3453
|
+
{
|
|
3454
|
+
"fnName": "getVirtualNetworksFilter",
|
|
3455
|
+
"method": "post",
|
|
3456
|
+
"path": "/trustsec/integration/aci-connection/selected-epg/virtual-network/get"
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"fnName": "getTenantsPrefetch",
|
|
3460
|
+
"method": "post",
|
|
3461
|
+
"path": "/trustsec/integration/aci-connection/tenant/fetch"
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"fnName": "getVnsPrefetch",
|
|
3465
|
+
"method": "post",
|
|
3466
|
+
"path": "/trustsec/integration/aci-connection/virtual-network/fetch"
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
"fnName": "getAciConnectionL3out",
|
|
3470
|
+
"method": "get",
|
|
3471
|
+
"path": "/trustsec/integration/aci-connection/{connectionId}/l3out"
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
"fnName": "getExternalConnections",
|
|
3475
|
+
"method": "get",
|
|
3476
|
+
"path": "/trustsec/integration/external-connection"
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"fnName": "getDefaultTrustsecMatrixPolicyViewDetails",
|
|
3480
|
+
"method": "get",
|
|
3481
|
+
"path": "/trustsec/matrix/defaultPolicy"
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"fnName": "getTrustsecMatrixPolicyViewDetails",
|
|
3485
|
+
"method": "get",
|
|
3486
|
+
"path": "/trustsec/matrix/matrixPoliciesView"
|
|
3487
|
+
},
|
|
3488
|
+
{
|
|
3489
|
+
"fnName": "getEgressFilterList",
|
|
3490
|
+
"method": "get",
|
|
3491
|
+
"path": "/trustsec/outbound-rule"
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"fnName": "createEgressFilter",
|
|
3495
|
+
"method": "post",
|
|
3496
|
+
"path": "/trustsec/outbound-rule"
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"fnName": "batchConfigureEgressFilter",
|
|
3500
|
+
"method": "post",
|
|
3501
|
+
"path": "/trustsec/outbound-rule/batch"
|
|
3502
|
+
},
|
|
3503
|
+
{
|
|
3504
|
+
"fnName": "getEgressFilterPreview",
|
|
3505
|
+
"method": "post",
|
|
3506
|
+
"path": "/trustsec/outbound-rule/preview"
|
|
3507
|
+
},
|
|
3508
|
+
{
|
|
3509
|
+
"fnName": "getEgressFilterById",
|
|
3510
|
+
"method": "get",
|
|
3511
|
+
"path": "/trustsec/outbound-rule/{filterId}"
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
"fnName": "updateEgressFilterById",
|
|
3515
|
+
"method": "put",
|
|
3516
|
+
"path": "/trustsec/outbound-rule/{filterId}"
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
"fnName": "deleteEgressFilterById",
|
|
3520
|
+
"method": "delete",
|
|
3521
|
+
"path": "/trustsec/outbound-rule/{filterId}"
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"fnName": "getDefaultCDPolicySet",
|
|
3525
|
+
"method": "get",
|
|
3526
|
+
"path": "/trustsec/policy-set/{connectorType}"
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"fnName": "getFiltersForAllSxp",
|
|
3530
|
+
"method": "get",
|
|
3531
|
+
"path": "/trustsec/rule/all-sxp"
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
"fnName": "getFiltersForSxp",
|
|
3535
|
+
"method": "get",
|
|
3536
|
+
"path": "/trustsec/rule/sxp"
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
"fnName": "getSxpDomains",
|
|
3540
|
+
"method": "get",
|
|
3541
|
+
"path": "/trustsec/sxp/domain"
|
|
3542
|
+
},
|
|
3543
|
+
{
|
|
3544
|
+
"fnName": "getFilterFlow",
|
|
3545
|
+
"method": "post",
|
|
3546
|
+
"path": "/trustsec/rule/flow"
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"fnName": "getFilterSummary",
|
|
3550
|
+
"method": "post",
|
|
3551
|
+
"path": "/trustsec/rule/rule-summary"
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"fnName": "getFiltersForSgt",
|
|
3555
|
+
"method": "get",
|
|
3556
|
+
"path": "/trustsec/rule/sgt"
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"fnName": "getSxpDomainsAggregation",
|
|
3560
|
+
"method": "get",
|
|
3561
|
+
"path": "/trustsec/rule/sxp-domains"
|
|
3562
|
+
},
|
|
3563
|
+
{
|
|
3564
|
+
"fnName": "getSecurityGroups",
|
|
3565
|
+
"method": "get",
|
|
3566
|
+
"path": "/trustsec/security-group"
|
|
3567
|
+
},
|
|
3568
|
+
{
|
|
3569
|
+
"fnName": "getNBARAppList",
|
|
3570
|
+
"method": "get",
|
|
3571
|
+
"path": "/trustsec/sgacl/nbarapp"
|
|
3572
|
+
},
|
|
3573
|
+
{
|
|
3574
|
+
"fnName": "createNBARApp",
|
|
3575
|
+
"method": "post",
|
|
3576
|
+
"path": "/trustsec/sgacl/nbarapp"
|
|
3577
|
+
},
|
|
3578
|
+
{
|
|
3579
|
+
"fnName": "getNBARAppById",
|
|
3580
|
+
"method": "get",
|
|
3581
|
+
"path": "/trustsec/sgacl/nbarapp/{id}"
|
|
3582
|
+
},
|
|
3583
|
+
{
|
|
3584
|
+
"fnName": "updateNBARApp",
|
|
3585
|
+
"method": "put",
|
|
3586
|
+
"path": "/trustsec/sgacl/nbarapp/{id}"
|
|
3587
|
+
},
|
|
3588
|
+
{
|
|
3589
|
+
"fnName": "deleteNBARApp",
|
|
3590
|
+
"method": "delete",
|
|
3591
|
+
"path": "/trustsec/sgacl/nbarapp/{id}"
|
|
3592
|
+
},
|
|
3593
|
+
{
|
|
3594
|
+
"fnName": "getAllSharedMappings",
|
|
3595
|
+
"method": "get",
|
|
3596
|
+
"path": "/trustsec/shared-mappings"
|
|
3597
|
+
},
|
|
3598
|
+
{
|
|
3599
|
+
"fnName": "getVirtualNetworkList",
|
|
3600
|
+
"method": "get",
|
|
3601
|
+
"path": "/trustsec/virtualnetwork"
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
"fnName": "createVirtualNetwork",
|
|
3605
|
+
"method": "post",
|
|
3606
|
+
"path": "/trustsec/virtualnetwork"
|
|
3607
|
+
},
|
|
3608
|
+
{
|
|
3609
|
+
"fnName": "bulkCreateVirtualNetworks",
|
|
3610
|
+
"method": "post",
|
|
3611
|
+
"path": "/trustsec/virtualnetwork/bulk/create"
|
|
3612
|
+
},
|
|
3613
|
+
{
|
|
3614
|
+
"fnName": "bulkDeleteVirtualNetworks",
|
|
3615
|
+
"method": "post",
|
|
3616
|
+
"path": "/trustsec/virtualnetwork/bulk/delete"
|
|
3617
|
+
},
|
|
3618
|
+
{
|
|
3619
|
+
"fnName": "bulkUpdateVirtualNetworks",
|
|
3620
|
+
"method": "post",
|
|
3621
|
+
"path": "/trustsec/virtualnetwork/bulk/update"
|
|
3622
|
+
},
|
|
3623
|
+
{
|
|
3624
|
+
"fnName": "getVirtualNetworkById",
|
|
3625
|
+
"method": "get",
|
|
3626
|
+
"path": "/trustsec/virtualnetwork/{id}"
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"fnName": "updateVirtualNetwork",
|
|
3630
|
+
"method": "put",
|
|
3631
|
+
"path": "/trustsec/virtualnetwork/{id}"
|
|
3632
|
+
},
|
|
3633
|
+
{
|
|
3634
|
+
"fnName": "deleteVirtualNetwork",
|
|
3635
|
+
"method": "delete",
|
|
3636
|
+
"path": "/trustsec/virtualnetwork/{id}"
|
|
3637
|
+
},
|
|
3638
|
+
{
|
|
3639
|
+
"fnName": "runPreChecksInPPAN",
|
|
3640
|
+
"method": "post",
|
|
3641
|
+
"path": "/upgrade/prepare/pre-checks"
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"fnName": "getPrecheckStatus",
|
|
3645
|
+
"method": "get",
|
|
3646
|
+
"path": "/upgrade/prepare/get-status"
|
|
3647
|
+
},
|
|
3648
|
+
{
|
|
3649
|
+
"fnName": "initiateUpgradeOnPPAN",
|
|
3650
|
+
"method": "post",
|
|
3651
|
+
"path": "/upgrade/proceed/initiate-upgrade"
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
"fnName": "initiateStagingOnPPAN",
|
|
3655
|
+
"method": "post",
|
|
3656
|
+
"path": "/upgrade/stage/start-stage"
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
"fnName": "cancelStagingOnPPAN",
|
|
3660
|
+
"method": "post",
|
|
3661
|
+
"path": "/upgrade/stage/cancel-stage"
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"fnName": "stageStatus",
|
|
3665
|
+
"method": "get",
|
|
3666
|
+
"path": "/upgrade/stage/get-status"
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"fnName": "proceedStatus",
|
|
3670
|
+
"method": "get",
|
|
3671
|
+
"path": "/upgrade/proceed/get-status"
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"fnName": "upgradeSummary",
|
|
3675
|
+
"method": "get",
|
|
3676
|
+
"path": "/upgrade/summary/get-status"
|
|
3677
|
+
},
|
|
3678
|
+
{
|
|
3679
|
+
"fnName": "runPatchPreChecks",
|
|
3680
|
+
"method": "post",
|
|
3681
|
+
"path": "/upgrade-patch/patch-install/pre-checks"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"fnName": "getPatchPrecheckStatus",
|
|
3685
|
+
"method": "get",
|
|
3686
|
+
"path": "/upgrade-patch/patch-install/pre-checks-status"
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"fnName": "postUpgradePatchPatchInstall",
|
|
3690
|
+
"method": "post",
|
|
3691
|
+
"path": "/upgrade-patch/patch-install"
|
|
3692
|
+
},
|
|
3693
|
+
{
|
|
3694
|
+
"fnName": "patchInstallStatus",
|
|
3695
|
+
"method": "get",
|
|
3696
|
+
"path": "/upgrade-patch/patch-install/get-status"
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"fnName": "getInstalledPatches",
|
|
3700
|
+
"method": "get",
|
|
3701
|
+
"path": "/upgrade-patch/patch-install/list-patch"
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"fnName": "patchRollbackInfo",
|
|
3705
|
+
"method": "get",
|
|
3706
|
+
"path": "/rollback/patch-rollback"
|
|
3707
|
+
},
|
|
3708
|
+
{
|
|
3709
|
+
"fnName": "postRollbackPatchRollback",
|
|
3710
|
+
"method": "post",
|
|
3711
|
+
"path": "/rollback/patch-rollback"
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
"fnName": "runRollbackPreChecks",
|
|
3715
|
+
"method": "post",
|
|
3716
|
+
"path": "/rollback/patch-rollback/pre-checks"
|
|
3717
|
+
},
|
|
3718
|
+
{
|
|
3719
|
+
"fnName": "getRollbackPrecheckStatus",
|
|
3720
|
+
"method": "get",
|
|
3721
|
+
"path": "/rollback/patch-rollback/pre-checks-status"
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"fnName": "patchRollbackSummary",
|
|
3725
|
+
"method": "get",
|
|
3726
|
+
"path": "/rollback/patch-rollback/summary"
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
"fnName": "patchRollbackProceedStatus",
|
|
3730
|
+
"method": "get",
|
|
3731
|
+
"path": "/rollback/patch-rollback/get-status"
|
|
3732
|
+
},
|
|
3733
|
+
{
|
|
3734
|
+
"fnName": "patchSummary",
|
|
3735
|
+
"method": "get",
|
|
3736
|
+
"path": "/upgrade-patch/patch-install/get-summary"
|
|
3737
|
+
}
|
|
3738
|
+
],
|
|
3739
|
+
"errors": [],
|
|
3740
|
+
"warnings": [],
|
|
3741
|
+
"callsTotal": 464,
|
|
3742
|
+
"callsConverted": 464,
|
|
3743
|
+
"no_mockdata_num": 464
|
|
3744
|
+
}
|
|
3745
|
+
}
|