@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,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "getDefaultCDPolicySet",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/trustsec/policy-set/{pathv1}?{query}",
|
|
8
|
+
"requestSchema": "schema.json",
|
|
9
|
+
"responseSchema": "schema.json",
|
|
10
|
+
"timeout": 0,
|
|
11
|
+
"sendEmpty": false,
|
|
12
|
+
"sendGetBody": false,
|
|
13
|
+
"requestDatatype": "JSON",
|
|
14
|
+
"responseDatatype": "JSON",
|
|
15
|
+
"headers": {},
|
|
16
|
+
"responseObjects": [
|
|
17
|
+
{
|
|
18
|
+
"type": "default",
|
|
19
|
+
"key": "",
|
|
20
|
+
"mockFile": ""
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": false,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "getDefaultCDPolicySet",
|
|
12
|
+
"enum": [
|
|
13
|
+
"getDefaultCDPolicySet"
|
|
14
|
+
],
|
|
15
|
+
"external_name": "ph_request_type"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"definitions": {}
|
|
19
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "getCommonPolicyClassificationDictionaries",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/trustsec/classification-policy/dictionaries?{query}",
|
|
8
|
+
"requestSchema": "schema.json",
|
|
9
|
+
"responseSchema": "schema.json",
|
|
10
|
+
"timeout": 0,
|
|
11
|
+
"sendEmpty": false,
|
|
12
|
+
"sendGetBody": false,
|
|
13
|
+
"requestDatatype": "JSON",
|
|
14
|
+
"responseDatatype": "JSON",
|
|
15
|
+
"headers": {},
|
|
16
|
+
"responseObjects": [
|
|
17
|
+
{
|
|
18
|
+
"type": "default",
|
|
19
|
+
"key": "",
|
|
20
|
+
"mockFile": ""
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "getCommonPolicyIngressDictionaries",
|
|
26
|
+
"protocol": "REST",
|
|
27
|
+
"method": "GET",
|
|
28
|
+
"entitypath": "{base_path}/{version}/trustsec/inbound-rule/dictionaries?{query}",
|
|
29
|
+
"requestSchema": "schema.json",
|
|
30
|
+
"responseSchema": "schema.json",
|
|
31
|
+
"timeout": 0,
|
|
32
|
+
"sendEmpty": false,
|
|
33
|
+
"sendGetBody": false,
|
|
34
|
+
"requestDatatype": "JSON",
|
|
35
|
+
"responseDatatype": "JSON",
|
|
36
|
+
"headers": {},
|
|
37
|
+
"responseObjects": [
|
|
38
|
+
{
|
|
39
|
+
"type": "default",
|
|
40
|
+
"key": "",
|
|
41
|
+
"mockFile": ""
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "getCommonPolicyEgressDictionaries",
|
|
47
|
+
"protocol": "REST",
|
|
48
|
+
"method": "GET",
|
|
49
|
+
"entitypath": "{base_path}/{version}/trustsec/outbound-rule/dictionaries?{query}",
|
|
50
|
+
"requestSchema": "schema.json",
|
|
51
|
+
"responseSchema": "schema.json",
|
|
52
|
+
"timeout": 0,
|
|
53
|
+
"sendEmpty": false,
|
|
54
|
+
"sendGetBody": false,
|
|
55
|
+
"requestDatatype": "JSON",
|
|
56
|
+
"responseDatatype": "JSON",
|
|
57
|
+
"headers": {},
|
|
58
|
+
"responseObjects": [
|
|
59
|
+
{
|
|
60
|
+
"type": "default",
|
|
61
|
+
"key": "",
|
|
62
|
+
"mockFile": ""
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": false,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "getCommonPolicyClassificationDictionaries",
|
|
12
|
+
"enum": [
|
|
13
|
+
"getCommonPolicyClassificationDictionaries",
|
|
14
|
+
"getCommonPolicyIngressDictionaries",
|
|
15
|
+
"getCommonPolicyEgressDictionaries"
|
|
16
|
+
],
|
|
17
|
+
"external_name": "ph_request_type"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"definitions": {}
|
|
21
|
+
}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "getCommonPolicyClassificationDictionaryAttributesByDictionaryName",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/trustsec/classification-policy/dictionaries/{pathv1}/attribute?{query}",
|
|
8
|
+
"requestSchema": "schema.json",
|
|
9
|
+
"responseSchema": "schema.json",
|
|
10
|
+
"timeout": 0,
|
|
11
|
+
"sendEmpty": false,
|
|
12
|
+
"sendGetBody": false,
|
|
13
|
+
"requestDatatype": "JSON",
|
|
14
|
+
"responseDatatype": "JSON",
|
|
15
|
+
"headers": {},
|
|
16
|
+
"responseObjects": [
|
|
17
|
+
{
|
|
18
|
+
"type": "default",
|
|
19
|
+
"key": "",
|
|
20
|
+
"mockFile": ""
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "getCommonPolicyClassificationAttributesByDictionaryNameByAttributeName",
|
|
26
|
+
"protocol": "REST",
|
|
27
|
+
"method": "GET",
|
|
28
|
+
"entitypath": "{base_path}/{version}/trustsec/classification-policy/dictionaries/{pathv1}/attribute/{pathv2}?{query}",
|
|
29
|
+
"requestSchema": "schema.json",
|
|
30
|
+
"responseSchema": "schema.json",
|
|
31
|
+
"timeout": 0,
|
|
32
|
+
"sendEmpty": false,
|
|
33
|
+
"sendGetBody": false,
|
|
34
|
+
"requestDatatype": "JSON",
|
|
35
|
+
"responseDatatype": "JSON",
|
|
36
|
+
"headers": {},
|
|
37
|
+
"responseObjects": [
|
|
38
|
+
{
|
|
39
|
+
"type": "default",
|
|
40
|
+
"key": "",
|
|
41
|
+
"mockFile": ""
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "getCommonPolicyIngressDictionaryAttributesByDictionaryName",
|
|
47
|
+
"protocol": "REST",
|
|
48
|
+
"method": "GET",
|
|
49
|
+
"entitypath": "{base_path}/{version}/trustsec/inbound-rule/dictionaries/{pathv1}/attribute?{query}",
|
|
50
|
+
"requestSchema": "schema.json",
|
|
51
|
+
"responseSchema": "schema.json",
|
|
52
|
+
"timeout": 0,
|
|
53
|
+
"sendEmpty": false,
|
|
54
|
+
"sendGetBody": false,
|
|
55
|
+
"requestDatatype": "JSON",
|
|
56
|
+
"responseDatatype": "JSON",
|
|
57
|
+
"headers": {},
|
|
58
|
+
"responseObjects": [
|
|
59
|
+
{
|
|
60
|
+
"type": "default",
|
|
61
|
+
"key": "",
|
|
62
|
+
"mockFile": ""
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "getCommonPolicyIngressAttributesByDictionaryNameByAttributeName",
|
|
68
|
+
"protocol": "REST",
|
|
69
|
+
"method": "GET",
|
|
70
|
+
"entitypath": "{base_path}/{version}/trustsec/inbound-rule/dictionaries/{pathv1}/attribute/{pathv2}?{query}",
|
|
71
|
+
"requestSchema": "schema.json",
|
|
72
|
+
"responseSchema": "schema.json",
|
|
73
|
+
"timeout": 0,
|
|
74
|
+
"sendEmpty": false,
|
|
75
|
+
"sendGetBody": false,
|
|
76
|
+
"requestDatatype": "JSON",
|
|
77
|
+
"responseDatatype": "JSON",
|
|
78
|
+
"headers": {},
|
|
79
|
+
"responseObjects": [
|
|
80
|
+
{
|
|
81
|
+
"type": "default",
|
|
82
|
+
"key": "",
|
|
83
|
+
"mockFile": ""
|
|
84
|
+
}
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "getCommonPolicyEgressDictionaryAttributesByDictionaryName",
|
|
89
|
+
"protocol": "REST",
|
|
90
|
+
"method": "GET",
|
|
91
|
+
"entitypath": "{base_path}/{version}/trustsec/outbound-rule/dictionaries/{pathv1}/attribute?{query}",
|
|
92
|
+
"requestSchema": "schema.json",
|
|
93
|
+
"responseSchema": "schema.json",
|
|
94
|
+
"timeout": 0,
|
|
95
|
+
"sendEmpty": false,
|
|
96
|
+
"sendGetBody": false,
|
|
97
|
+
"requestDatatype": "JSON",
|
|
98
|
+
"responseDatatype": "JSON",
|
|
99
|
+
"headers": {},
|
|
100
|
+
"responseObjects": [
|
|
101
|
+
{
|
|
102
|
+
"type": "default",
|
|
103
|
+
"key": "",
|
|
104
|
+
"mockFile": ""
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "getCommonPolicyEgressAttributesByDictionaryNameByAttributeName",
|
|
110
|
+
"protocol": "REST",
|
|
111
|
+
"method": "GET",
|
|
112
|
+
"entitypath": "{base_path}/{version}/trustsec/outbound-rule/dictionaries/{pathv1}/attribute/{pathv2}?{query}",
|
|
113
|
+
"requestSchema": "schema.json",
|
|
114
|
+
"responseSchema": "schema.json",
|
|
115
|
+
"timeout": 0,
|
|
116
|
+
"sendEmpty": false,
|
|
117
|
+
"sendGetBody": false,
|
|
118
|
+
"requestDatatype": "JSON",
|
|
119
|
+
"responseDatatype": "JSON",
|
|
120
|
+
"headers": {},
|
|
121
|
+
"responseObjects": [
|
|
122
|
+
{
|
|
123
|
+
"type": "default",
|
|
124
|
+
"key": "",
|
|
125
|
+
"mockFile": ""
|
|
126
|
+
}
|
|
127
|
+
]
|
|
128
|
+
}
|
|
129
|
+
]
|
|
130
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": false,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "getCommonPolicyClassificationDictionaryAttributesByDictionaryName",
|
|
12
|
+
"enum": [
|
|
13
|
+
"getCommonPolicyClassificationDictionaryAttributesByDictionaryName",
|
|
14
|
+
"getCommonPolicyClassificationAttributesByDictionaryNameByAttributeName",
|
|
15
|
+
"getCommonPolicyIngressDictionaryAttributesByDictionaryName",
|
|
16
|
+
"getCommonPolicyIngressAttributesByDictionaryNameByAttributeName",
|
|
17
|
+
"getCommonPolicyEgressDictionaryAttributesByDictionaryName",
|
|
18
|
+
"getCommonPolicyEgressAttributesByDictionaryNameByAttributeName"
|
|
19
|
+
],
|
|
20
|
+
"external_name": "ph_request_type"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"definitions": {}
|
|
24
|
+
}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "runPreChecksInPPAN",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "POST",
|
|
7
|
+
"entitypath": "/{version}/upgrade/prepare/pre-checks?{query}",
|
|
8
|
+
"requestSchema": "schema.json",
|
|
9
|
+
"responseSchema": "schema.json",
|
|
10
|
+
"timeout": 0,
|
|
11
|
+
"sendEmpty": false,
|
|
12
|
+
"requestDatatype": "JSON",
|
|
13
|
+
"responseDatatype": "JSON",
|
|
14
|
+
"headers": {},
|
|
15
|
+
"responseObjects": [
|
|
16
|
+
{
|
|
17
|
+
"type": "default",
|
|
18
|
+
"key": "",
|
|
19
|
+
"mockFile": ""
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "getPrecheckStatus",
|
|
25
|
+
"protocol": "REST",
|
|
26
|
+
"method": "GET",
|
|
27
|
+
"entitypath": "/{version}/upgrade/prepare/get-status?{query}",
|
|
28
|
+
"requestSchema": "schema.json",
|
|
29
|
+
"responseSchema": "schema.json",
|
|
30
|
+
"timeout": 0,
|
|
31
|
+
"sendEmpty": false,
|
|
32
|
+
"sendGetBody": false,
|
|
33
|
+
"requestDatatype": "JSON",
|
|
34
|
+
"responseDatatype": "JSON",
|
|
35
|
+
"headers": {},
|
|
36
|
+
"responseObjects": [
|
|
37
|
+
{
|
|
38
|
+
"type": "default",
|
|
39
|
+
"key": "",
|
|
40
|
+
"mockFile": ""
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "initiateUpgradeOnPPAN",
|
|
46
|
+
"protocol": "REST",
|
|
47
|
+
"method": "POST",
|
|
48
|
+
"entitypath": "/{version}/upgrade/proceed/initiate-upgrade?{query}",
|
|
49
|
+
"requestSchema": "schema.json",
|
|
50
|
+
"responseSchema": "schema.json",
|
|
51
|
+
"timeout": 0,
|
|
52
|
+
"sendEmpty": false,
|
|
53
|
+
"requestDatatype": "JSON",
|
|
54
|
+
"responseDatatype": "JSON",
|
|
55
|
+
"headers": {},
|
|
56
|
+
"responseObjects": [
|
|
57
|
+
{
|
|
58
|
+
"type": "default",
|
|
59
|
+
"key": "",
|
|
60
|
+
"mockFile": ""
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "initiateStagingOnPPAN",
|
|
66
|
+
"protocol": "REST",
|
|
67
|
+
"method": "POST",
|
|
68
|
+
"entitypath": "/{version}/upgrade/stage/start-stage?{query}",
|
|
69
|
+
"requestSchema": "schema.json",
|
|
70
|
+
"responseSchema": "schema.json",
|
|
71
|
+
"timeout": 0,
|
|
72
|
+
"sendEmpty": false,
|
|
73
|
+
"requestDatatype": "JSON",
|
|
74
|
+
"responseDatatype": "JSON",
|
|
75
|
+
"headers": {},
|
|
76
|
+
"responseObjects": [
|
|
77
|
+
{
|
|
78
|
+
"type": "default",
|
|
79
|
+
"key": "",
|
|
80
|
+
"mockFile": ""
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "cancelStagingOnPPAN",
|
|
86
|
+
"protocol": "REST",
|
|
87
|
+
"method": "POST",
|
|
88
|
+
"entitypath": "/{version}/upgrade/stage/cancel-stage?{query}",
|
|
89
|
+
"requestSchema": "schema.json",
|
|
90
|
+
"responseSchema": "schema.json",
|
|
91
|
+
"timeout": 0,
|
|
92
|
+
"sendEmpty": false,
|
|
93
|
+
"requestDatatype": "JSON",
|
|
94
|
+
"responseDatatype": "JSON",
|
|
95
|
+
"headers": {},
|
|
96
|
+
"responseObjects": [
|
|
97
|
+
{
|
|
98
|
+
"type": "default",
|
|
99
|
+
"key": "",
|
|
100
|
+
"mockFile": ""
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "stageStatus",
|
|
106
|
+
"protocol": "REST",
|
|
107
|
+
"method": "GET",
|
|
108
|
+
"entitypath": "/{version}/upgrade/stage/get-status?{query}",
|
|
109
|
+
"requestSchema": "schema.json",
|
|
110
|
+
"responseSchema": "schema.json",
|
|
111
|
+
"timeout": 0,
|
|
112
|
+
"sendEmpty": false,
|
|
113
|
+
"sendGetBody": false,
|
|
114
|
+
"requestDatatype": "JSON",
|
|
115
|
+
"responseDatatype": "JSON",
|
|
116
|
+
"headers": {},
|
|
117
|
+
"responseObjects": [
|
|
118
|
+
{
|
|
119
|
+
"type": "default",
|
|
120
|
+
"key": "",
|
|
121
|
+
"mockFile": ""
|
|
122
|
+
}
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "proceedStatus",
|
|
127
|
+
"protocol": "REST",
|
|
128
|
+
"method": "GET",
|
|
129
|
+
"entitypath": "/{version}/upgrade/proceed/get-status?{query}",
|
|
130
|
+
"requestSchema": "schema.json",
|
|
131
|
+
"responseSchema": "schema.json",
|
|
132
|
+
"timeout": 0,
|
|
133
|
+
"sendEmpty": false,
|
|
134
|
+
"sendGetBody": false,
|
|
135
|
+
"requestDatatype": "JSON",
|
|
136
|
+
"responseDatatype": "JSON",
|
|
137
|
+
"headers": {},
|
|
138
|
+
"responseObjects": [
|
|
139
|
+
{
|
|
140
|
+
"type": "default",
|
|
141
|
+
"key": "",
|
|
142
|
+
"mockFile": ""
|
|
143
|
+
}
|
|
144
|
+
]
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "upgradeSummary",
|
|
148
|
+
"protocol": "REST",
|
|
149
|
+
"method": "GET",
|
|
150
|
+
"entitypath": "/{version}/upgrade/summary/get-status?{query}",
|
|
151
|
+
"requestSchema": "schema.json",
|
|
152
|
+
"responseSchema": "schema.json",
|
|
153
|
+
"timeout": 0,
|
|
154
|
+
"sendEmpty": false,
|
|
155
|
+
"sendGetBody": false,
|
|
156
|
+
"requestDatatype": "JSON",
|
|
157
|
+
"responseDatatype": "JSON",
|
|
158
|
+
"headers": {},
|
|
159
|
+
"responseObjects": [
|
|
160
|
+
{
|
|
161
|
+
"type": "default",
|
|
162
|
+
"key": "",
|
|
163
|
+
"mockFile": ""
|
|
164
|
+
}
|
|
165
|
+
]
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": false,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "runPreChecksInPPAN",
|
|
12
|
+
"enum": [
|
|
13
|
+
"runPreChecksInPPAN",
|
|
14
|
+
"getPrecheckStatus",
|
|
15
|
+
"initiateUpgradeOnPPAN",
|
|
16
|
+
"initiateStagingOnPPAN",
|
|
17
|
+
"cancelStagingOnPPAN",
|
|
18
|
+
"stageStatus",
|
|
19
|
+
"proceedStatus",
|
|
20
|
+
"upgradeSummary"
|
|
21
|
+
],
|
|
22
|
+
"external_name": "ph_request_type"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"definitions": {}
|
|
26
|
+
}
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "getUserEquipments",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "/{version}/fiveg/user-equipment?{query}",
|
|
8
|
+
"requestSchema": "schema.json",
|
|
9
|
+
"responseSchema": "schema.json",
|
|
10
|
+
"timeout": 0,
|
|
11
|
+
"sendEmpty": false,
|
|
12
|
+
"sendGetBody": false,
|
|
13
|
+
"requestDatatype": "JSON",
|
|
14
|
+
"responseDatatype": "JSON",
|
|
15
|
+
"headers": {},
|
|
16
|
+
"responseObjects": [
|
|
17
|
+
{
|
|
18
|
+
"type": "default",
|
|
19
|
+
"key": "",
|
|
20
|
+
"mockFile": ""
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "createUserEquipment",
|
|
26
|
+
"protocol": "REST",
|
|
27
|
+
"method": "POST",
|
|
28
|
+
"entitypath": "/{version}/fiveg/user-equipment?{query}",
|
|
29
|
+
"requestSchema": "schema.json",
|
|
30
|
+
"responseSchema": "schema.json",
|
|
31
|
+
"timeout": 0,
|
|
32
|
+
"sendEmpty": false,
|
|
33
|
+
"requestDatatype": "JSON",
|
|
34
|
+
"responseDatatype": "JSON",
|
|
35
|
+
"headers": {},
|
|
36
|
+
"responseObjects": [
|
|
37
|
+
{
|
|
38
|
+
"type": "default",
|
|
39
|
+
"key": "",
|
|
40
|
+
"mockFile": ""
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "getUserEquipmentById",
|
|
46
|
+
"protocol": "REST",
|
|
47
|
+
"method": "GET",
|
|
48
|
+
"entitypath": "/{version}/fiveg/user-equipment/{pathv1}?{query}",
|
|
49
|
+
"requestSchema": "schema.json",
|
|
50
|
+
"responseSchema": "schema.json",
|
|
51
|
+
"timeout": 0,
|
|
52
|
+
"sendEmpty": false,
|
|
53
|
+
"sendGetBody": false,
|
|
54
|
+
"requestDatatype": "JSON",
|
|
55
|
+
"responseDatatype": "JSON",
|
|
56
|
+
"headers": {},
|
|
57
|
+
"responseObjects": [
|
|
58
|
+
{
|
|
59
|
+
"type": "default",
|
|
60
|
+
"key": "",
|
|
61
|
+
"mockFile": ""
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "updateUserEquipment",
|
|
67
|
+
"protocol": "REST",
|
|
68
|
+
"method": "PUT",
|
|
69
|
+
"entitypath": "/{version}/fiveg/user-equipment/{pathv1}?{query}",
|
|
70
|
+
"requestSchema": "schema.json",
|
|
71
|
+
"responseSchema": "schema.json",
|
|
72
|
+
"timeout": 0,
|
|
73
|
+
"sendEmpty": false,
|
|
74
|
+
"requestDatatype": "JSON",
|
|
75
|
+
"responseDatatype": "JSON",
|
|
76
|
+
"headers": {},
|
|
77
|
+
"responseObjects": [
|
|
78
|
+
{
|
|
79
|
+
"type": "default",
|
|
80
|
+
"key": "",
|
|
81
|
+
"mockFile": ""
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "deleteUserEquipment",
|
|
87
|
+
"protocol": "REST",
|
|
88
|
+
"method": "DELETE",
|
|
89
|
+
"entitypath": "/{version}/fiveg/user-equipment/{pathv1}?{query}",
|
|
90
|
+
"requestSchema": "schema.json",
|
|
91
|
+
"responseSchema": "schema.json",
|
|
92
|
+
"timeout": 0,
|
|
93
|
+
"sendEmpty": false,
|
|
94
|
+
"requestDatatype": "JSON",
|
|
95
|
+
"responseDatatype": "JSON",
|
|
96
|
+
"headers": {},
|
|
97
|
+
"responseObjects": [
|
|
98
|
+
{
|
|
99
|
+
"type": "default",
|
|
100
|
+
"key": "",
|
|
101
|
+
"mockFile": ""
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "getUserEquipmentsBySubscriberId",
|
|
107
|
+
"protocol": "REST",
|
|
108
|
+
"method": "GET",
|
|
109
|
+
"entitypath": "/{version}/fiveg/user-equipment/subscriber/{pathv1}?{query}",
|
|
110
|
+
"requestSchema": "schema.json",
|
|
111
|
+
"responseSchema": "schema.json",
|
|
112
|
+
"timeout": 0,
|
|
113
|
+
"sendEmpty": false,
|
|
114
|
+
"sendGetBody": false,
|
|
115
|
+
"requestDatatype": "JSON",
|
|
116
|
+
"responseDatatype": "JSON",
|
|
117
|
+
"headers": {},
|
|
118
|
+
"responseObjects": [
|
|
119
|
+
{
|
|
120
|
+
"type": "default",
|
|
121
|
+
"key": "",
|
|
122
|
+
"mockFile": ""
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "getUserEquipmentByIMEI",
|
|
128
|
+
"protocol": "REST",
|
|
129
|
+
"method": "GET",
|
|
130
|
+
"entitypath": "/{version}/fiveg/user-equipment/imei/{pathv1}?{query}",
|
|
131
|
+
"requestSchema": "schema.json",
|
|
132
|
+
"responseSchema": "schema.json",
|
|
133
|
+
"timeout": 0,
|
|
134
|
+
"sendEmpty": false,
|
|
135
|
+
"sendGetBody": false,
|
|
136
|
+
"requestDatatype": "JSON",
|
|
137
|
+
"responseDatatype": "JSON",
|
|
138
|
+
"headers": {},
|
|
139
|
+
"responseObjects": [
|
|
140
|
+
{
|
|
141
|
+
"type": "default",
|
|
142
|
+
"key": "",
|
|
143
|
+
"mockFile": ""
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "createUserEquipmentsFromCSV",
|
|
149
|
+
"protocol": "REST",
|
|
150
|
+
"method": "POST",
|
|
151
|
+
"entitypath": "/{version}/fiveg/user-equipment/csv?{query}",
|
|
152
|
+
"requestSchema": "schema.json",
|
|
153
|
+
"responseSchema": "schema.json",
|
|
154
|
+
"timeout": 0,
|
|
155
|
+
"sendEmpty": false,
|
|
156
|
+
"requestDatatype": "FORM",
|
|
157
|
+
"responseDatatype": "JSON",
|
|
158
|
+
"headers": {},
|
|
159
|
+
"responseObjects": [
|
|
160
|
+
{
|
|
161
|
+
"type": "default",
|
|
162
|
+
"key": "",
|
|
163
|
+
"mockFile": ""
|
|
164
|
+
}
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "bulkUserEquipmentOperation",
|
|
169
|
+
"protocol": "REST",
|
|
170
|
+
"method": "POST",
|
|
171
|
+
"entitypath": "/{version}/fiveg/user-equipment/bulk?{query}",
|
|
172
|
+
"requestSchema": "schema.json",
|
|
173
|
+
"responseSchema": "schema.json",
|
|
174
|
+
"timeout": 0,
|
|
175
|
+
"sendEmpty": false,
|
|
176
|
+
"requestDatatype": "JSON",
|
|
177
|
+
"responseDatatype": "JSON",
|
|
178
|
+
"headers": {},
|
|
179
|
+
"responseObjects": [
|
|
180
|
+
{
|
|
181
|
+
"type": "default",
|
|
182
|
+
"key": "",
|
|
183
|
+
"mockFile": ""
|
|
184
|
+
}
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
]
|
|
188
|
+
}
|