@itentialopensource/adapter-zero_networks 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 +6 -0
- package/.eslintrc.js +18 -0
- package/.gitlab/.gitkeep +0 -0
- package/.gitlab/issue_templates/.gitkeep +0 -0
- package/.gitlab/issue_templates/Default.md +17 -0
- package/.gitlab/issue_templates/bugReportTemplate.md +76 -0
- package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
- package/.jshintrc +0 -0
- package/AUTH.md +39 -0
- package/BROKER.md +199 -0
- package/CALLS.md +5576 -0
- package/CHANGELOG.md +9 -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 +641 -0
- package/README.md +346 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +11 -0
- package/TAB1.md +5 -0
- package/TAB2.md +6798 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +78448 -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/Activities/action.json +295 -0
- package/entities/Activities/mockdatafiles/rPCActivitiesInterfaceCandidatesFiltersList-default.json +126 -0
- package/entities/Activities/mockdatafiles/rPCActivitiesOperationFiltersList-default.json +24 -0
- package/entities/Activities/schema.json +87 -0
- package/entities/Asset/action.json +3528 -0
- package/entities/Asset/mockdatafiles/assetRPCActivitiesInterfaceCandidatesFiltersList-default.json +52 -0
- package/entities/Asset/mockdatafiles/assetRPCActivitiesOperationFiltersList-default.json +78 -0
- package/entities/Asset/schema.json +288 -0
- package/entities/AssetOTIoT/action.json +3206 -0
- package/entities/AssetOTIoT/mockdatafiles/assetOTRPCActivitiesInterfaceCandidatesFiltersList-default.json +32 -0
- package/entities/AssetOTIoT/mockdatafiles/assetOTRPCActivitiesOperationFiltersList-default.json +46 -0
- package/entities/AssetOTIoT/schema.json +272 -0
- package/entities/Assets/action.json +1336 -0
- package/entities/Assets/mockdatafiles/assetsStatisticsGet-default.json +39 -0
- package/entities/Assets/schema.json +138 -0
- package/entities/AssetsOTIoT/action.json +106 -0
- package/entities/AssetsOTIoT/schema.json +78 -0
- package/entities/Audit/action.json +87 -0
- package/entities/Audit/schema.json +77 -0
- package/entities/Auth/action.json +64 -0
- package/entities/Auth/schema.json +21 -0
- package/entities/Entity/action.json +67 -0
- package/entities/Entity/schema.json +21 -0
- package/entities/Group/action.json +2565 -0
- package/entities/Group/schema.json +241 -0
- package/entities/Groups/action.json +378 -0
- package/entities/Groups/schema.json +124 -0
- package/entities/GroupsActiveDirectory/action.json +66 -0
- package/entities/GroupsActiveDirectory/schema.json +21 -0
- package/entities/GroupsCustom/action.json +125 -0
- package/entities/GroupsCustom/schema.json +68 -0
- package/entities/GroupsTags/action.json +24 -0
- package/entities/GroupsTags/schema.json +19 -0
- package/entities/MFA/action.json +46 -0
- package/entities/MFA/schema.json +20 -0
- package/entities/MFAInbound/action.json +379 -0
- package/entities/MFAInbound/schema.json +113 -0
- package/entities/MFAOutbound/action.json +379 -0
- package/entities/MFAOutbound/schema.json +102 -0
- package/entities/Profile/action.json +46 -0
- package/entities/Profile/schema.json +20 -0
- package/entities/Rules/action.json +227 -0
- package/entities/Rules/schema.json +29 -0
- package/entities/RulesIdentity/action.json +273 -0
- package/entities/RulesIdentity/schema.json +119 -0
- package/entities/RulesInboundAllow/action.json +293 -0
- package/entities/RulesInboundAllow/schema.json +120 -0
- package/entities/RulesInboundBlock/action.json +293 -0
- package/entities/RulesInboundBlock/schema.json +120 -0
- package/entities/RulesOutboundAllow/action.json +314 -0
- package/entities/RulesOutboundAllow/schema.json +121 -0
- package/entities/RulesOutboundBlock/action.json +293 -0
- package/entities/RulesOutboundBlock/schema.json +120 -0
- package/entities/RulesRPC/action.json +315 -0
- package/entities/RulesRPC/schema.json +121 -0
- package/entities/Sessions/action.json +66 -0
- package/entities/Sessions/schema.json +54 -0
- package/entities/Settings/action.json +66 -0
- package/entities/Settings/schema.json +21 -0
- package/entities/SettingsAI/action.json +189 -0
- package/entities/SettingsAI/schema.json +60 -0
- package/entities/SettingsAIRulesReview/action.json +45 -0
- package/entities/SettingsAIRulesReview/schema.json +20 -0
- package/entities/SettingsAccessTokens/action.json +85 -0
- package/entities/SettingsAccessTokens/schema.json +22 -0
- package/entities/SettingsActivities/action.json +45 -0
- package/entities/SettingsActivities/schema.json +20 -0
- package/entities/SettingsAssetManagement/action.json +533 -0
- package/entities/SettingsAssetManagement/schema.json +88 -0
- package/entities/SettingsAssetManagers/action.json +65 -0
- package/entities/SettingsAssetManagers/schema.json +43 -0
- package/entities/SettingsBreakGlass/action.json +45 -0
- package/entities/SettingsBreakGlass/schema.json +20 -0
- package/entities/SettingsCloudConnector/action.json +85 -0
- package/entities/SettingsCloudConnector/mockdatafiles/cloudConnectorAccessTokensCreate-default.json +9 -0
- package/entities/SettingsCloudConnector/mockdatafiles/cloudConnectorAccessTokensRegenerate-default.json +9 -0
- package/entities/SettingsCloudConnector/schema.json +22 -0
- package/entities/SettingsConnect/action.json +395 -0
- package/entities/SettingsConnect/schema.json +81 -0
- package/entities/SettingsFirewall/action.json +168 -0
- package/entities/SettingsFirewall/schema.json +26 -0
- package/entities/SettingsIdentityProviders/action.json +126 -0
- package/entities/SettingsIdentityProviders/schema.json +24 -0
- package/entities/SettingsInternalSubnets/action.json +86 -0
- package/entities/SettingsInternalSubnets/schema.json +22 -0
- package/entities/SettingsLearning/action.json +45 -0
- package/entities/SettingsLearning/schema.json +20 -0
- package/entities/SettingsMFA/action.json +86 -0
- package/entities/SettingsMFA/schema.json +22 -0
- package/entities/SettingsMailNotifications/action.json +45 -0
- package/entities/SettingsMailNotifications/schema.json +20 -0
- package/entities/SettingsPortalSecurity/action.json +45 -0
- package/entities/SettingsPortalSecurity/schema.json +20 -0
- package/entities/SettingsPrivilegedPorts/action.json +25 -0
- package/entities/SettingsPrivilegedPorts/schema.json +19 -0
- package/entities/SettingsProtectionPolicies/action.json +106 -0
- package/entities/SettingsProtectionPolicies/schema.json +56 -0
- package/entities/SettingsPushNotifications/action.json +85 -0
- package/entities/SettingsPushNotifications/schema.json +22 -0
- package/entities/SettingsRoles/action.json +86 -0
- package/entities/SettingsRoles/schema.json +55 -0
- package/entities/SettingsSegementServers/action.json +25 -0
- package/entities/SettingsSegementServers/schema.json +19 -0
- package/entities/SettingsServiceNow/action.json +85 -0
- package/entities/SettingsServiceNow/mockdatafiles/serviceNowAccessTokensCreate-default.json +9 -0
- package/entities/SettingsServiceNow/mockdatafiles/serviceNowAccessTokensRegenerate-default.json +9 -0
- package/entities/SettingsServiceNow/schema.json +22 -0
- package/entities/SettingsTrustedInternet/action.json +229 -0
- package/entities/SettingsTrustedInternet/schema.json +29 -0
- package/entities/SettingsZPA/action.json +45 -0
- package/entities/SettingsZPA/schema.json +20 -0
- package/entities/User/action.json +688 -0
- package/entities/User/schema.json +150 -0
- package/entities/Users/action.json +479 -0
- package/entities/Users/schema.json +107 -0
- package/error.json +190 -0
- package/metadata.json +56 -0
- package/package.json +83 -0
- package/pronghorn.json +55566 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1569 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/ZeroNetworks-openapi (1).yaml-OpenApi3Json.json +94523 -0
- package/report/adapterInfo.json +10 -0
- package/report/creationReport.json +5425 -0
- package/sampleProperties.json +256 -0
- package/test/integration/adapterTestBasicGet.js +83 -0
- package/test/integration/adapterTestConnectivity.js +142 -0
- package/test/integration/adapterTestIntegration.js +23777 -0
- package/test/unit/adapterBaseTestUnit.js +1024 -0
- package/test/unit/adapterTestUnit.js +35451 -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
package/entities/Asset/mockdatafiles/assetRPCActivitiesInterfaceCandidatesFiltersList-default.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "string",
|
|
4
|
+
"name": "string",
|
|
5
|
+
"placeholder": "string",
|
|
6
|
+
"disableExcludeSupport": false,
|
|
7
|
+
"enableBulkSelection": false,
|
|
8
|
+
"allowedCharactersRegex": "string",
|
|
9
|
+
"selections": [
|
|
10
|
+
{
|
|
11
|
+
"id": "string",
|
|
12
|
+
"name": "string"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "string",
|
|
16
|
+
"name": "string"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "string",
|
|
20
|
+
"name": "string"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "string",
|
|
24
|
+
"name": "string"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "string",
|
|
28
|
+
"name": "string"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "string",
|
|
32
|
+
"name": "string"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "string",
|
|
36
|
+
"name": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": "string",
|
|
40
|
+
"name": "string"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "string",
|
|
44
|
+
"name": "string"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"id": "string",
|
|
48
|
+
"name": "string"
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
]
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "string",
|
|
4
|
+
"name": "string",
|
|
5
|
+
"placeholder": "string",
|
|
6
|
+
"disableExcludeSupport": false,
|
|
7
|
+
"enableBulkSelection": true,
|
|
8
|
+
"allowedCharactersRegex": "string",
|
|
9
|
+
"selections": [
|
|
10
|
+
{
|
|
11
|
+
"id": "string",
|
|
12
|
+
"name": "string"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "string",
|
|
16
|
+
"name": "string"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "string",
|
|
20
|
+
"name": "string"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "string",
|
|
24
|
+
"name": "string"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "string",
|
|
28
|
+
"name": "string"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "string",
|
|
32
|
+
"name": "string"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "string",
|
|
36
|
+
"name": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": "string",
|
|
40
|
+
"name": "string"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "string",
|
|
44
|
+
"name": "string"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": "string",
|
|
50
|
+
"name": "string",
|
|
51
|
+
"placeholder": "string",
|
|
52
|
+
"disableExcludeSupport": true,
|
|
53
|
+
"enableBulkSelection": true,
|
|
54
|
+
"allowedCharactersRegex": "string",
|
|
55
|
+
"selections": [
|
|
56
|
+
{
|
|
57
|
+
"id": "string",
|
|
58
|
+
"name": "string"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "string",
|
|
62
|
+
"name": "string"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"id": "string",
|
|
66
|
+
"name": "string"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": "string",
|
|
70
|
+
"name": "string"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "string",
|
|
74
|
+
"name": "string"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
]
|
|
@@ -0,0 +1,288 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": true,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "assetGet",
|
|
12
|
+
"enum": [
|
|
13
|
+
"assetGet",
|
|
14
|
+
"assetActiveSet",
|
|
15
|
+
"assetInactiveSet",
|
|
16
|
+
"assetNetworkSegmentProtect",
|
|
17
|
+
"assetNetworkSegmentValidate",
|
|
18
|
+
"assetExtendNetworkQueue",
|
|
19
|
+
"assetNetworkQueue",
|
|
20
|
+
"assetRetryHealthInvoke",
|
|
21
|
+
"assetNetworkSegmentUnprotect",
|
|
22
|
+
"assetNetworkUnprotectValidate",
|
|
23
|
+
"assetRpcMonitoringAdd",
|
|
24
|
+
"assetRpcSegmentAdd",
|
|
25
|
+
"assetRpcMonitoringDelete",
|
|
26
|
+
"assetRpcSegmentDelete",
|
|
27
|
+
"assetLogonActivitiesList",
|
|
28
|
+
"assetLogonActivitiesExport",
|
|
29
|
+
"assetLogonActivitiesExportGet",
|
|
30
|
+
"assetLogonActivitiesFiltersList",
|
|
31
|
+
"assetNetworkActivitiesList",
|
|
32
|
+
"assetNetworkActivitiesExport",
|
|
33
|
+
"assetNetworkActivitiesExportGet",
|
|
34
|
+
"assetNetworkActivitiesFiltersList",
|
|
35
|
+
"assetRPCActivitiesList",
|
|
36
|
+
"assetRPCActivitiesExport",
|
|
37
|
+
"assetRPCActivitiesExportGet",
|
|
38
|
+
"assetRPCActivitiesFiltersList",
|
|
39
|
+
"assetRPCActivitiesInterfaceCandidatesFiltersList",
|
|
40
|
+
"assetRPCActivitiesOperationFiltersList",
|
|
41
|
+
"assetMemberOfGet",
|
|
42
|
+
"assetAnalysisGet",
|
|
43
|
+
"assetAnalysisExport",
|
|
44
|
+
"assetAnalysisExportGet",
|
|
45
|
+
"assetAuditGet",
|
|
46
|
+
"assetAuditExport",
|
|
47
|
+
"assetAuditExportGet",
|
|
48
|
+
"assetAuditsFiltersList",
|
|
49
|
+
"assetListeningPortsList",
|
|
50
|
+
"assetAssetManagersList",
|
|
51
|
+
"assetAssetManagersAdd",
|
|
52
|
+
"assetAssetManagersDelete",
|
|
53
|
+
"assetAssetManagersCandidatesList",
|
|
54
|
+
"assetIdentityProtect",
|
|
55
|
+
"assetIdentityProtectValidate",
|
|
56
|
+
"assetIdentityUnprotect",
|
|
57
|
+
"assetIdentityUnprotectValidate",
|
|
58
|
+
"assetIdentityRulesList",
|
|
59
|
+
"assetIdentityRulesCreate",
|
|
60
|
+
"assetIdentityRulesAssetsCandidatesList",
|
|
61
|
+
"assetIdentityRulesExcludedAssetsCandidatesList",
|
|
62
|
+
"assetIdentityRulesExport",
|
|
63
|
+
"assetIdentityRulesExportGet",
|
|
64
|
+
"assetIdentityRulesFiltersList",
|
|
65
|
+
"assetIdentityRulesAssetsCandidatesFiltersList",
|
|
66
|
+
"assetIdentityRulesUserCandidatesFiltersList",
|
|
67
|
+
"assetIdentityRulesUserCandidatesList",
|
|
68
|
+
"assetIdentityRulesGet",
|
|
69
|
+
"assetIdentityRulesUpdate",
|
|
70
|
+
"assetIdentityRulesDelete",
|
|
71
|
+
"assetMFAInboundPoliciesList",
|
|
72
|
+
"assetMFAInboundPoliciesCreate",
|
|
73
|
+
"assetMFAInboundPoliciesGet",
|
|
74
|
+
"assetMFAInboundPoliciesUpdate",
|
|
75
|
+
"assetMFAInboundPoliciesDelete",
|
|
76
|
+
"assetMFAInboundPoliciesDestinationCandidatesList",
|
|
77
|
+
"assetMFAInboundPoliciesExcludedSourceCandidatesList",
|
|
78
|
+
"assetMFAInboundPoliciesFiltersList",
|
|
79
|
+
"assetMFAInboundPoliciesDestinationCandidatesFiltersList",
|
|
80
|
+
"assetMFAInboundPoliciesSourceCandidatesFiltersList",
|
|
81
|
+
"assetMFAInboundPoliciesSourceUsersCandidatesFiltersList",
|
|
82
|
+
"assetMFAInboundPoliciesMFAMethodsList",
|
|
83
|
+
"assetMFAInboundPoliciesSourceCandidatesList",
|
|
84
|
+
"assetMFAInboundPoliciesSourceUserCandidatesList",
|
|
85
|
+
"assetMFAOutboundPoliciesList",
|
|
86
|
+
"assetMFAOutboundPoliciesCreate",
|
|
87
|
+
"assetMFAOutboundPoliciesGet",
|
|
88
|
+
"assetMFAOutboundPoliciesUpdate",
|
|
89
|
+
"assetMFAOutboundPoliciesDelete",
|
|
90
|
+
"assetMFAOutboundPoliciesDestinationCandidatesList",
|
|
91
|
+
"assetMFAOutboundPoliciesExcludedSourceCandidatesList",
|
|
92
|
+
"assetMFAOutboundPoliciesFiltersGet",
|
|
93
|
+
"assetMFAOutboundPoliciesDestinationCandidatesFiltersList",
|
|
94
|
+
"assetMFAOutboundPoliciesSourceCandidatesFiltersList",
|
|
95
|
+
"assetMFAOutboundPoliciesSourceUsersCandidatesFiltersList",
|
|
96
|
+
"assetMFAOutboundPoliciesMFAMethodsList",
|
|
97
|
+
"assetMFAOutboundPoliciesSourceCandidatesList",
|
|
98
|
+
"assetMFAOutboundPoliciesSourceUserCandidatesList",
|
|
99
|
+
"assetRPCRulesList",
|
|
100
|
+
"assetRPCRulesCreate",
|
|
101
|
+
"assetRPCRuleGet",
|
|
102
|
+
"assetRPCRuleUpdate",
|
|
103
|
+
"assetRPCRuleDelete",
|
|
104
|
+
"assetRPCRulesExcludedDestinationCandidatesList",
|
|
105
|
+
"assetRPCRulesExport",
|
|
106
|
+
"assetRPCRulesExportGet",
|
|
107
|
+
"assetRPCRulesFiltersList",
|
|
108
|
+
"assetRPCRulesDesinationCandidatesFiltersList",
|
|
109
|
+
"assetRPCRulesSourceCandidatesFiltersList",
|
|
110
|
+
"assetRPCRulesUserCandidatesFiltersList",
|
|
111
|
+
"assetRPCRulesDestinationCandidatesList",
|
|
112
|
+
"assetRPCRulesSourceCandidatesList",
|
|
113
|
+
"assetRPCRulesUserCandidatesList",
|
|
114
|
+
"assetRulesDistributionGet",
|
|
115
|
+
"assetRulesHistoryGet",
|
|
116
|
+
"assetInboundAllowRulesList",
|
|
117
|
+
"assetInboundAllowRulesCreate",
|
|
118
|
+
"assetInboundAllowRulesExport",
|
|
119
|
+
"assetInboundAllowRulesExportGet",
|
|
120
|
+
"assetInboundAllowRuleGet",
|
|
121
|
+
"assetInboundAllowRuleUpdate",
|
|
122
|
+
"assetInboundAllowRuleDelete",
|
|
123
|
+
"assetInboundAllowRulesReviewApprove",
|
|
124
|
+
"assetInboundAllowRulesReviewApproveWithChanges",
|
|
125
|
+
"assetInboundAllowRulesReviewDeny",
|
|
126
|
+
"assetInboundAllowRulesFiltersList",
|
|
127
|
+
"assetInboundAllowRulesExcludedDestinationCandidatesList",
|
|
128
|
+
"assetInboundAllowRulesDestinationCandidatesList",
|
|
129
|
+
"assetInboundAllowRulesDesinationCandidatesFiltersList",
|
|
130
|
+
"assetInboundAllowRulesSourceCandidatesList",
|
|
131
|
+
"assetInboundAllowRulesSourceCandidatesFiltersList",
|
|
132
|
+
"assetInboundBlockRulesList",
|
|
133
|
+
"assetInboundBlockRulesCreate",
|
|
134
|
+
"assetInboundBlockRulesExport",
|
|
135
|
+
"assetInboundBlockRulesExportGet",
|
|
136
|
+
"assetInboundBlockRuleGet",
|
|
137
|
+
"assetInboundBlockRuleUpdate",
|
|
138
|
+
"assetInboundBlockRuleDelete",
|
|
139
|
+
"assetInboundBlockRulesReviewApprove",
|
|
140
|
+
"assetInboundBlockRulesReviewApproveWithChanges",
|
|
141
|
+
"assetInboundBlockRulesReviewDeny",
|
|
142
|
+
"assetInboundBlockRulesFiltersGet",
|
|
143
|
+
"assetInboundBlockRulesExcludedDestinationCandidatesList",
|
|
144
|
+
"assetInboundBlockRulesDestinationCandidatesList",
|
|
145
|
+
"assetInboundBlockRulesDestinationCandidatesFiltersList",
|
|
146
|
+
"assetInboundBlockRulesSourceCandidatesList",
|
|
147
|
+
"assetInboundBlockRulesSourceCandidatesFiltersList",
|
|
148
|
+
"assetOutboundBlockRulesList",
|
|
149
|
+
"assetOutboundBlockRulesCreate",
|
|
150
|
+
"assetOutboundBlockRulesExport",
|
|
151
|
+
"assetOutboundBlockRulesExportGet",
|
|
152
|
+
"assetOutboundBlockRuleGet",
|
|
153
|
+
"assetOutboundBlockRuleUpdate",
|
|
154
|
+
"assetOutboundBlockRuleDelete",
|
|
155
|
+
"assetOutboundBlockRulesReviewApprove",
|
|
156
|
+
"assetOutboundBlockRulesReviewApproveWithChanges",
|
|
157
|
+
"assetOutboundBlockRulesReviewDeny",
|
|
158
|
+
"assetOutboundBlockRulesFiltersList",
|
|
159
|
+
"assetOutboundBlockRulesExcludedSourceCandidatesList",
|
|
160
|
+
"assetOutboundBlockRulesSourceCandidatesList",
|
|
161
|
+
"assetOutboundBlockRulesSourceCandidatesFiltersList",
|
|
162
|
+
"assetOutboundBlockRulesDestinationCandidatesList",
|
|
163
|
+
"assetOutboundBlockRulesDestinationCandidatesFiltersList",
|
|
164
|
+
"assetOutboundAllowRulesList",
|
|
165
|
+
"assetOutboundAllowRulesCreate",
|
|
166
|
+
"assetOutboundAllowRulesExport",
|
|
167
|
+
"assetOutboundAllowRulesExportGet",
|
|
168
|
+
"assetOutboundAllowRuleGet",
|
|
169
|
+
"assetOutboundAllowRuleUpdate",
|
|
170
|
+
"assetOutboundAllowRuleDelete",
|
|
171
|
+
"assetOutboundAllowRulesReviewApprove",
|
|
172
|
+
"assetOutboundAllowRulesReviewApproveWithChanges",
|
|
173
|
+
"assetOutboundAllowRulesReviewDeny",
|
|
174
|
+
"assetOutboundAllowRulesFiltersList",
|
|
175
|
+
"assetOutboundAllowRulesExcludedSourceCandidatesList",
|
|
176
|
+
"assetOutboundAllowRulesExcludedSourceCandidatesFiltersList",
|
|
177
|
+
"assetOutboundAllowRulesSourceCandidatesList",
|
|
178
|
+
"assetOutboundAllowRulesSourceCandidatesFiltersList",
|
|
179
|
+
"assetOutboundAllowRulesDestinationCandidatesList",
|
|
180
|
+
"assetOutboundAllowRulesDestinationCandidatesFiltersList",
|
|
181
|
+
"assetTagsGet",
|
|
182
|
+
"assetClusterInfoGet",
|
|
183
|
+
"assetOtExtendNetworkQueue"
|
|
184
|
+
],
|
|
185
|
+
"external_name": "ph_request_type"
|
|
186
|
+
},
|
|
187
|
+
"limit": {
|
|
188
|
+
"type": "number",
|
|
189
|
+
"description": "Limit the return results",
|
|
190
|
+
"parse": false,
|
|
191
|
+
"encode": false,
|
|
192
|
+
"encrypt": {
|
|
193
|
+
"type": "AES",
|
|
194
|
+
"key": ""
|
|
195
|
+
},
|
|
196
|
+
"external_name": "_limit"
|
|
197
|
+
},
|
|
198
|
+
"cursor": {
|
|
199
|
+
"type": "number",
|
|
200
|
+
"description": "cursor position to start at",
|
|
201
|
+
"parse": false,
|
|
202
|
+
"encode": false,
|
|
203
|
+
"encrypt": {
|
|
204
|
+
"type": "AES",
|
|
205
|
+
"key": ""
|
|
206
|
+
},
|
|
207
|
+
"external_name": "_cursor"
|
|
208
|
+
},
|
|
209
|
+
"search": {
|
|
210
|
+
"type": "string",
|
|
211
|
+
"description": "Test to search for",
|
|
212
|
+
"parse": false,
|
|
213
|
+
"encode": false,
|
|
214
|
+
"encrypt": {
|
|
215
|
+
"type": "AES",
|
|
216
|
+
"key": ""
|
|
217
|
+
},
|
|
218
|
+
"external_name": "_search"
|
|
219
|
+
},
|
|
220
|
+
"entityId": {
|
|
221
|
+
"type": "string",
|
|
222
|
+
"description": "entityId to filter on",
|
|
223
|
+
"parse": false,
|
|
224
|
+
"encode": false,
|
|
225
|
+
"encrypt": {
|
|
226
|
+
"type": "AES",
|
|
227
|
+
"key": ""
|
|
228
|
+
},
|
|
229
|
+
"external_name": "_entityId"
|
|
230
|
+
},
|
|
231
|
+
"filters": {
|
|
232
|
+
"type": "string",
|
|
233
|
+
"description": "JSON string URI encoded set of fiters",
|
|
234
|
+
"parse": false,
|
|
235
|
+
"encode": false,
|
|
236
|
+
"encrypt": {
|
|
237
|
+
"type": "AES",
|
|
238
|
+
"key": ""
|
|
239
|
+
},
|
|
240
|
+
"external_name": "_filters"
|
|
241
|
+
},
|
|
242
|
+
"offset": {
|
|
243
|
+
"type": "number",
|
|
244
|
+
"description": "Used to page through results",
|
|
245
|
+
"parse": false,
|
|
246
|
+
"encode": false,
|
|
247
|
+
"encrypt": {
|
|
248
|
+
"type": "AES",
|
|
249
|
+
"key": ""
|
|
250
|
+
},
|
|
251
|
+
"external_name": "_offset"
|
|
252
|
+
},
|
|
253
|
+
"withCount": {
|
|
254
|
+
"type": "boolean",
|
|
255
|
+
"description": "return count of objects",
|
|
256
|
+
"parse": false,
|
|
257
|
+
"encode": false,
|
|
258
|
+
"encrypt": {
|
|
259
|
+
"type": "AES",
|
|
260
|
+
"key": ""
|
|
261
|
+
},
|
|
262
|
+
"external_name": "with_count"
|
|
263
|
+
},
|
|
264
|
+
"addBuiltins": {
|
|
265
|
+
"type": "boolean",
|
|
266
|
+
"description": "show global rules",
|
|
267
|
+
"parse": false,
|
|
268
|
+
"encode": false,
|
|
269
|
+
"encrypt": {
|
|
270
|
+
"type": "AES",
|
|
271
|
+
"key": ""
|
|
272
|
+
},
|
|
273
|
+
"external_name": "_add_builtins"
|
|
274
|
+
},
|
|
275
|
+
"addAncestors": {
|
|
276
|
+
"type": "boolean",
|
|
277
|
+
"description": "show rules where the asset is part of a group",
|
|
278
|
+
"parse": false,
|
|
279
|
+
"encode": false,
|
|
280
|
+
"encrypt": {
|
|
281
|
+
"type": "AES",
|
|
282
|
+
"key": ""
|
|
283
|
+
},
|
|
284
|
+
"external_name": "_add_ancestors"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"definitions": {}
|
|
288
|
+
}
|