@itentialopensource/adapter-zero_networks 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/.eslintignore +0 -1
  2. package/.jshintrc +3 -0
  3. package/AUTH.md +14 -18
  4. package/BROKER.md +31 -19
  5. package/CALLS.md +1175 -23
  6. package/CHANGELOG.md +16 -1
  7. package/PROPERTIES.md +5 -0
  8. package/README.md +60 -63
  9. package/SYSTEMINFO.md +14 -6
  10. package/TAB1.md +8 -0
  11. package/TAB2.md +83 -6564
  12. package/adapter.js +16661 -39
  13. package/entities/Asset/action.json +872 -0
  14. package/entities/Asset/schema.json +43 -1
  15. package/entities/AssetOTIoT/action.json +851 -0
  16. package/entities/AssetOTIoT/schema.json +42 -1
  17. package/entities/Assets/action.json +83 -0
  18. package/entities/Assets/schema.json +5 -1
  19. package/entities/Download/action.json +88 -0
  20. package/entities/Download/schema.json +22 -0
  21. package/entities/Group/action.json +518 -0
  22. package/entities/Group/schema.json +26 -1
  23. package/entities/Groups/action.json +354 -0
  24. package/entities/Groups/schema.json +18 -1
  25. package/entities/GroupsCustom/action.json +20 -0
  26. package/entities/GroupsCustom/schema.json +2 -1
  27. package/entities/GroupsTag/action.json +45 -0
  28. package/entities/GroupsTag/schema.json +20 -0
  29. package/entities/MFAIdentity/action.json +295 -0
  30. package/entities/MFAIdentity/schema.json +32 -0
  31. package/entities/MFAInbound/action.json +21 -0
  32. package/entities/MFAInbound/schema.json +2 -1
  33. package/entities/MFAOutbound/action.json +21 -0
  34. package/entities/MFAOutbound/schema.json +2 -1
  35. package/entities/Rules/action.json +40 -0
  36. package/entities/Rules/schema.json +3 -1
  37. package/entities/RulesInbound/action.json +293 -0
  38. package/entities/RulesInbound/schema.json +32 -0
  39. package/entities/RulesOutboundAllow/action.json +21 -0
  40. package/entities/RulesOutboundAllow/schema.json +2 -1
  41. package/entities/SettingsInactiveAssets/action.json +45 -0
  42. package/entities/SettingsInactiveAssets/schema.json +20 -0
  43. package/entities/SettingsLicenses/action.json +25 -0
  44. package/entities/SettingsLicenses/schema.json +19 -0
  45. package/entities/User/action.json +291 -0
  46. package/entities/User/schema.json +15 -1
  47. package/entities/Users/action.json +21 -0
  48. package/entities/Users/schema.json +2 -1
  49. package/metadata.json +14 -3
  50. package/package.json +7 -9
  51. package/pronghorn.json +12801 -490
  52. package/propertiesSchema.json +133 -36
  53. package/refs?service=git-upload-pack +0 -0
  54. package/report/adapter-openapi.json +115977 -0
  55. package/report/adapterInfo.json +7 -7
  56. package/report/updateReport1715609939167.json +120 -0
  57. package/sampleProperties.json +43 -31
  58. package/test/integration/adapterTestIntegration.js +4700 -0
  59. package/test/unit/adapterTestUnit.js +8581 -4
  60. package/utils/artifactize.js +0 -0
@@ -3523,6 +3523,878 @@
3523
3523
  "mockFile": ""
3524
3524
  }
3525
3525
  ]
3526
+ },
3527
+ {
3528
+ "name": "assetHealthStateGet",
3529
+ "protocol": "REST",
3530
+ "method": "GET",
3531
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/health-state?{query}",
3532
+ "requestSchema": "schema.json",
3533
+ "responseSchema": "schema.json",
3534
+ "timeout": 0,
3535
+ "sendEmpty": false,
3536
+ "sendGetBody": false,
3537
+ "requestDatatype": "JSON",
3538
+ "responseDatatype": "JSON",
3539
+ "headers": {},
3540
+ "responseObjects": [
3541
+ {
3542
+ "type": "default",
3543
+ "key": "",
3544
+ "mockFile": ""
3545
+ }
3546
+ ]
3547
+ },
3548
+ {
3549
+ "name": "assetMFAIdentityPoliciesList",
3550
+ "protocol": "REST",
3551
+ "method": "GET",
3552
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity/reactive-policies?{query}",
3553
+ "requestSchema": "schema.json",
3554
+ "responseSchema": "schema.json",
3555
+ "timeout": 0,
3556
+ "sendEmpty": false,
3557
+ "sendGetBody": false,
3558
+ "requestDatatype": "JSON",
3559
+ "responseDatatype": "JSON",
3560
+ "headers": {},
3561
+ "responseObjects": [
3562
+ {
3563
+ "type": "default",
3564
+ "key": "",
3565
+ "mockFile": ""
3566
+ }
3567
+ ]
3568
+ },
3569
+ {
3570
+ "name": "assetMFAIdentityPoliciesCreate",
3571
+ "protocol": "REST",
3572
+ "method": "POST",
3573
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity/reactive-policies?{query}",
3574
+ "requestSchema": "schema.json",
3575
+ "responseSchema": "schema.json",
3576
+ "timeout": 0,
3577
+ "sendEmpty": false,
3578
+ "requestDatatype": "JSON",
3579
+ "responseDatatype": "JSON",
3580
+ "headers": {},
3581
+ "responseObjects": [
3582
+ {
3583
+ "type": "default",
3584
+ "key": "",
3585
+ "mockFile": ""
3586
+ }
3587
+ ]
3588
+ },
3589
+ {
3590
+ "name": "assetMFAIdentityPoliciesGet",
3591
+ "protocol": "REST",
3592
+ "method": "GET",
3593
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity/reactive-policies/{pathv2}?{query}",
3594
+ "requestSchema": "schema.json",
3595
+ "responseSchema": "schema.json",
3596
+ "timeout": 0,
3597
+ "sendEmpty": false,
3598
+ "sendGetBody": false,
3599
+ "requestDatatype": "JSON",
3600
+ "responseDatatype": "JSON",
3601
+ "headers": {},
3602
+ "responseObjects": [
3603
+ {
3604
+ "type": "default",
3605
+ "key": "",
3606
+ "mockFile": ""
3607
+ }
3608
+ ]
3609
+ },
3610
+ {
3611
+ "name": "assetMFAIdentityPoliciesUpdate",
3612
+ "protocol": "REST",
3613
+ "method": "PUT",
3614
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity/reactive-policies/{pathv2}?{query}",
3615
+ "requestSchema": "schema.json",
3616
+ "responseSchema": "schema.json",
3617
+ "timeout": 0,
3618
+ "sendEmpty": false,
3619
+ "requestDatatype": "JSON",
3620
+ "responseDatatype": "JSON",
3621
+ "headers": {},
3622
+ "responseObjects": [
3623
+ {
3624
+ "type": "default",
3625
+ "key": "",
3626
+ "mockFile": ""
3627
+ }
3628
+ ]
3629
+ },
3630
+ {
3631
+ "name": "assetMFAIdentityPoliciesDelete",
3632
+ "protocol": "REST",
3633
+ "method": "DELETE",
3634
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity/reactive-policies/{pathv2}?{query}",
3635
+ "requestSchema": "schema.json",
3636
+ "responseSchema": "schema.json",
3637
+ "timeout": 0,
3638
+ "sendEmpty": false,
3639
+ "requestDatatype": "JSON",
3640
+ "responseDatatype": "JSON",
3641
+ "headers": {},
3642
+ "responseObjects": [
3643
+ {
3644
+ "type": "default",
3645
+ "key": "",
3646
+ "mockFile": ""
3647
+ }
3648
+ ]
3649
+ },
3650
+ {
3651
+ "name": "assetMFAIdentityPoliciesDestinationCandidatesList",
3652
+ "protocol": "REST",
3653
+ "method": "GET",
3654
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity/reactive-policies/dst-asset-candidates?{query}",
3655
+ "requestSchema": "schema.json",
3656
+ "responseSchema": "schema.json",
3657
+ "timeout": 0,
3658
+ "sendEmpty": false,
3659
+ "sendGetBody": false,
3660
+ "requestDatatype": "JSON",
3661
+ "responseDatatype": "JSON",
3662
+ "headers": {},
3663
+ "responseObjects": [
3664
+ {
3665
+ "type": "default",
3666
+ "key": "",
3667
+ "mockFile": ""
3668
+ }
3669
+ ]
3670
+ },
3671
+ {
3672
+ "name": "assetMFAIdentityPoliciesExcludedSourceCandidatesList",
3673
+ "protocol": "REST",
3674
+ "method": "GET",
3675
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity/reactive-policies/excluded-src-asset-candidates?{query}",
3676
+ "requestSchema": "schema.json",
3677
+ "responseSchema": "schema.json",
3678
+ "timeout": 0,
3679
+ "sendEmpty": false,
3680
+ "sendGetBody": false,
3681
+ "requestDatatype": "JSON",
3682
+ "responseDatatype": "JSON",
3683
+ "headers": {},
3684
+ "responseObjects": [
3685
+ {
3686
+ "type": "default",
3687
+ "key": "",
3688
+ "mockFile": ""
3689
+ }
3690
+ ]
3691
+ },
3692
+ {
3693
+ "name": "assetMFAIdentityPoliciesFiltersList",
3694
+ "protocol": "REST",
3695
+ "method": "GET",
3696
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity/reactive-policies/filters?{query}",
3697
+ "requestSchema": "schema.json",
3698
+ "responseSchema": "schema.json",
3699
+ "timeout": 0,
3700
+ "sendEmpty": false,
3701
+ "sendGetBody": false,
3702
+ "requestDatatype": "JSON",
3703
+ "responseDatatype": "JSON",
3704
+ "headers": {},
3705
+ "responseObjects": [
3706
+ {
3707
+ "type": "default",
3708
+ "key": "",
3709
+ "mockFile": ""
3710
+ }
3711
+ ]
3712
+ },
3713
+ {
3714
+ "name": "assetMFAIdentityPoliciesDestinationCandidatesFiltersList",
3715
+ "protocol": "REST",
3716
+ "method": "GET",
3717
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity/reactive-policies/filters/dst-asset-candidates?{query}",
3718
+ "requestSchema": "schema.json",
3719
+ "responseSchema": "schema.json",
3720
+ "timeout": 0,
3721
+ "sendEmpty": false,
3722
+ "sendGetBody": false,
3723
+ "requestDatatype": "JSON",
3724
+ "responseDatatype": "JSON",
3725
+ "headers": {},
3726
+ "responseObjects": [
3727
+ {
3728
+ "type": "default",
3729
+ "key": "",
3730
+ "mockFile": ""
3731
+ }
3732
+ ]
3733
+ },
3734
+ {
3735
+ "name": "assetMFAIdentityPoliciesSourceCandidatesFiltersList",
3736
+ "protocol": "REST",
3737
+ "method": "GET",
3738
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity/reactive-policies/filters/src-asset-candidates?{query}",
3739
+ "requestSchema": "schema.json",
3740
+ "responseSchema": "schema.json",
3741
+ "timeout": 0,
3742
+ "sendEmpty": false,
3743
+ "sendGetBody": false,
3744
+ "requestDatatype": "JSON",
3745
+ "responseDatatype": "JSON",
3746
+ "headers": {},
3747
+ "responseObjects": [
3748
+ {
3749
+ "type": "default",
3750
+ "key": "",
3751
+ "mockFile": ""
3752
+ }
3753
+ ]
3754
+ },
3755
+ {
3756
+ "name": "assetMFAIdentityPoliciesSourceUsersCandidatesFiltersList",
3757
+ "protocol": "REST",
3758
+ "method": "GET",
3759
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity/reactive-policies/filters/src-users-candidates?{query}",
3760
+ "requestSchema": "schema.json",
3761
+ "responseSchema": "schema.json",
3762
+ "timeout": 0,
3763
+ "sendEmpty": false,
3764
+ "sendGetBody": false,
3765
+ "requestDatatype": "JSON",
3766
+ "responseDatatype": "JSON",
3767
+ "headers": {},
3768
+ "responseObjects": [
3769
+ {
3770
+ "type": "default",
3771
+ "key": "",
3772
+ "mockFile": ""
3773
+ }
3774
+ ]
3775
+ },
3776
+ {
3777
+ "name": "assetMFAIdentityPoliciesMFAMethodsList",
3778
+ "protocol": "REST",
3779
+ "method": "GET",
3780
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity/reactive-policies/mfa-methods?{query}",
3781
+ "requestSchema": "schema.json",
3782
+ "responseSchema": "schema.json",
3783
+ "timeout": 0,
3784
+ "sendEmpty": false,
3785
+ "sendGetBody": false,
3786
+ "requestDatatype": "JSON",
3787
+ "responseDatatype": "JSON",
3788
+ "headers": {},
3789
+ "responseObjects": [
3790
+ {
3791
+ "type": "default",
3792
+ "key": "",
3793
+ "mockFile": ""
3794
+ }
3795
+ ]
3796
+ },
3797
+ {
3798
+ "name": "assetMFAIdentityPoliciesSourceCandidatesList",
3799
+ "protocol": "REST",
3800
+ "method": "GET",
3801
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity/reactive-policies/src-asset-candidates?{query}",
3802
+ "requestSchema": "schema.json",
3803
+ "responseSchema": "schema.json",
3804
+ "timeout": 0,
3805
+ "sendEmpty": false,
3806
+ "sendGetBody": false,
3807
+ "requestDatatype": "JSON",
3808
+ "responseDatatype": "JSON",
3809
+ "headers": {},
3810
+ "responseObjects": [
3811
+ {
3812
+ "type": "default",
3813
+ "key": "",
3814
+ "mockFile": ""
3815
+ }
3816
+ ]
3817
+ },
3818
+ {
3819
+ "name": "assetMFAIdentityPoliciesSourceUserCandidatesList",
3820
+ "protocol": "REST",
3821
+ "method": "GET",
3822
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity/reactive-policies/src-users-candidates?{query}",
3823
+ "requestSchema": "schema.json",
3824
+ "responseSchema": "schema.json",
3825
+ "timeout": 0,
3826
+ "sendEmpty": false,
3827
+ "sendGetBody": false,
3828
+ "requestDatatype": "JSON",
3829
+ "responseDatatype": "JSON",
3830
+ "headers": {},
3831
+ "responseObjects": [
3832
+ {
3833
+ "type": "default",
3834
+ "key": "",
3835
+ "mockFile": ""
3836
+ }
3837
+ ]
3838
+ },
3839
+ {
3840
+ "name": "assetMFAInboundPoliciesSimulateTest",
3841
+ "protocol": "REST",
3842
+ "method": "GET",
3843
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/simulate?{query}",
3844
+ "requestSchema": "schema.json",
3845
+ "responseSchema": "schema.json",
3846
+ "timeout": 0,
3847
+ "sendEmpty": false,
3848
+ "sendGetBody": false,
3849
+ "requestDatatype": "JSON",
3850
+ "responseDatatype": "JSON",
3851
+ "headers": {},
3852
+ "responseObjects": [
3853
+ {
3854
+ "type": "default",
3855
+ "key": "",
3856
+ "mockFile": ""
3857
+ }
3858
+ ]
3859
+ },
3860
+ {
3861
+ "name": "assetMFAInboundPoliciesSimulateDestinationCandidatesList",
3862
+ "protocol": "REST",
3863
+ "method": "GET",
3864
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/simulate/dst-candidates?{query}",
3865
+ "requestSchema": "schema.json",
3866
+ "responseSchema": "schema.json",
3867
+ "timeout": 0,
3868
+ "sendEmpty": false,
3869
+ "sendGetBody": false,
3870
+ "requestDatatype": "JSON",
3871
+ "responseDatatype": "JSON",
3872
+ "headers": {},
3873
+ "responseObjects": [
3874
+ {
3875
+ "type": "default",
3876
+ "key": "",
3877
+ "mockFile": ""
3878
+ }
3879
+ ]
3880
+ },
3881
+ {
3882
+ "name": "assetMFAInboundPoliciesSimulateResolveGet",
3883
+ "protocol": "REST",
3884
+ "method": "GET",
3885
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/simulate/resolve?{query}",
3886
+ "requestSchema": "schema.json",
3887
+ "responseSchema": "schema.json",
3888
+ "timeout": 0,
3889
+ "sendEmpty": false,
3890
+ "sendGetBody": false,
3891
+ "requestDatatype": "JSON",
3892
+ "responseDatatype": "JSON",
3893
+ "headers": {},
3894
+ "responseObjects": [
3895
+ {
3896
+ "type": "default",
3897
+ "key": "",
3898
+ "mockFile": ""
3899
+ }
3900
+ ]
3901
+ },
3902
+ {
3903
+ "name": "assetMFAInboundPoliciesSimulateSourceCandidatesList",
3904
+ "protocol": "REST",
3905
+ "method": "GET",
3906
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/simulate/src-candidates?{query}",
3907
+ "requestSchema": "schema.json",
3908
+ "responseSchema": "schema.json",
3909
+ "timeout": 0,
3910
+ "sendEmpty": false,
3911
+ "sendGetBody": false,
3912
+ "requestDatatype": "JSON",
3913
+ "responseDatatype": "JSON",
3914
+ "headers": {},
3915
+ "responseObjects": [
3916
+ {
3917
+ "type": "default",
3918
+ "key": "",
3919
+ "mockFile": ""
3920
+ }
3921
+ ]
3922
+ },
3923
+ {
3924
+ "name": "assetMFAInboundPoliciesSimulateSourceUserCandidatesList",
3925
+ "protocol": "REST",
3926
+ "method": "GET",
3927
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/simulate/src-users-candidates?{query}",
3928
+ "requestSchema": "schema.json",
3929
+ "responseSchema": "schema.json",
3930
+ "timeout": 0,
3931
+ "sendEmpty": false,
3932
+ "sendGetBody": false,
3933
+ "requestDatatype": "JSON",
3934
+ "responseDatatype": "JSON",
3935
+ "headers": {},
3936
+ "responseObjects": [
3937
+ {
3938
+ "type": "default",
3939
+ "key": "",
3940
+ "mockFile": ""
3941
+ }
3942
+ ]
3943
+ },
3944
+ {
3945
+ "name": "assetMFAOutboundPoliciesSimulateTest",
3946
+ "protocol": "REST",
3947
+ "method": "GET",
3948
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/simulate?{query}",
3949
+ "requestSchema": "schema.json",
3950
+ "responseSchema": "schema.json",
3951
+ "timeout": 0,
3952
+ "sendEmpty": false,
3953
+ "sendGetBody": false,
3954
+ "requestDatatype": "JSON",
3955
+ "responseDatatype": "JSON",
3956
+ "headers": {},
3957
+ "responseObjects": [
3958
+ {
3959
+ "type": "default",
3960
+ "key": "",
3961
+ "mockFile": ""
3962
+ }
3963
+ ]
3964
+ },
3965
+ {
3966
+ "name": "assetMFAOutboundPoliciesSimulateDestinationCandidatesList",
3967
+ "protocol": "REST",
3968
+ "method": "GET",
3969
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/simulate/dst-candidates?{query}",
3970
+ "requestSchema": "schema.json",
3971
+ "responseSchema": "schema.json",
3972
+ "timeout": 0,
3973
+ "sendEmpty": false,
3974
+ "sendGetBody": false,
3975
+ "requestDatatype": "JSON",
3976
+ "responseDatatype": "JSON",
3977
+ "headers": {},
3978
+ "responseObjects": [
3979
+ {
3980
+ "type": "default",
3981
+ "key": "",
3982
+ "mockFile": ""
3983
+ }
3984
+ ]
3985
+ },
3986
+ {
3987
+ "name": "assetMFAOutboundPoliciesSimulateResolveGet",
3988
+ "protocol": "REST",
3989
+ "method": "GET",
3990
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/simulate/resolve?{query}",
3991
+ "requestSchema": "schema.json",
3992
+ "responseSchema": "schema.json",
3993
+ "timeout": 0,
3994
+ "sendEmpty": false,
3995
+ "sendGetBody": false,
3996
+ "requestDatatype": "JSON",
3997
+ "responseDatatype": "JSON",
3998
+ "headers": {},
3999
+ "responseObjects": [
4000
+ {
4001
+ "type": "default",
4002
+ "key": "",
4003
+ "mockFile": ""
4004
+ }
4005
+ ]
4006
+ },
4007
+ {
4008
+ "name": "assetMFAOutboundPoliciesSimulateSourceCandidatesList",
4009
+ "protocol": "REST",
4010
+ "method": "GET",
4011
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/simulate/src-candidates?{query}",
4012
+ "requestSchema": "schema.json",
4013
+ "responseSchema": "schema.json",
4014
+ "timeout": 0,
4015
+ "sendEmpty": false,
4016
+ "sendGetBody": false,
4017
+ "requestDatatype": "JSON",
4018
+ "responseDatatype": "JSON",
4019
+ "headers": {},
4020
+ "responseObjects": [
4021
+ {
4022
+ "type": "default",
4023
+ "key": "",
4024
+ "mockFile": ""
4025
+ }
4026
+ ]
4027
+ },
4028
+ {
4029
+ "name": "assetMFAOutboundPoliciesSimulateSourceUserCandidatesList",
4030
+ "protocol": "REST",
4031
+ "method": "GET",
4032
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/simulate/src-users-candidates?{query}",
4033
+ "requestSchema": "schema.json",
4034
+ "responseSchema": "schema.json",
4035
+ "timeout": 0,
4036
+ "sendEmpty": false,
4037
+ "sendGetBody": false,
4038
+ "requestDatatype": "JSON",
4039
+ "responseDatatype": "JSON",
4040
+ "headers": {},
4041
+ "responseObjects": [
4042
+ {
4043
+ "type": "default",
4044
+ "key": "",
4045
+ "mockFile": ""
4046
+ }
4047
+ ]
4048
+ },
4049
+ {
4050
+ "name": "assetInboundRulesList",
4051
+ "protocol": "REST",
4052
+ "method": "GET",
4053
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound?{query}",
4054
+ "requestSchema": "schema.json",
4055
+ "responseSchema": "schema.json",
4056
+ "timeout": 0,
4057
+ "sendEmpty": false,
4058
+ "sendGetBody": false,
4059
+ "requestDatatype": "JSON",
4060
+ "responseDatatype": "JSON",
4061
+ "headers": {},
4062
+ "responseObjects": [
4063
+ {
4064
+ "type": "default",
4065
+ "key": "",
4066
+ "mockFile": ""
4067
+ }
4068
+ ]
4069
+ },
4070
+ {
4071
+ "name": "assetInboundRulesCreate",
4072
+ "protocol": "REST",
4073
+ "method": "POST",
4074
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound?{query}",
4075
+ "requestSchema": "schema.json",
4076
+ "responseSchema": "schema.json",
4077
+ "timeout": 0,
4078
+ "sendEmpty": false,
4079
+ "requestDatatype": "JSON",
4080
+ "responseDatatype": "JSON",
4081
+ "headers": {},
4082
+ "responseObjects": [
4083
+ {
4084
+ "type": "default",
4085
+ "key": "",
4086
+ "mockFile": ""
4087
+ }
4088
+ ]
4089
+ },
4090
+ {
4091
+ "name": "assetInboundRulesExport",
4092
+ "protocol": "REST",
4093
+ "method": "POST",
4094
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound/export?{query}",
4095
+ "requestSchema": "schema.json",
4096
+ "responseSchema": "schema.json",
4097
+ "timeout": 0,
4098
+ "sendEmpty": false,
4099
+ "requestDatatype": "JSON",
4100
+ "responseDatatype": "JSON",
4101
+ "headers": {},
4102
+ "responseObjects": [
4103
+ {
4104
+ "type": "default",
4105
+ "key": "",
4106
+ "mockFile": ""
4107
+ }
4108
+ ]
4109
+ },
4110
+ {
4111
+ "name": "assetInboundRulesExportGet",
4112
+ "protocol": "REST",
4113
+ "method": "GET",
4114
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound/export/csv/{pathv2}?{query}",
4115
+ "requestSchema": "schema.json",
4116
+ "responseSchema": "schema.json",
4117
+ "timeout": 0,
4118
+ "sendEmpty": false,
4119
+ "sendGetBody": false,
4120
+ "requestDatatype": "JSON",
4121
+ "responseDatatype": "JSON",
4122
+ "headers": {},
4123
+ "responseObjects": [
4124
+ {
4125
+ "type": "default",
4126
+ "key": "",
4127
+ "mockFile": ""
4128
+ }
4129
+ ]
4130
+ },
4131
+ {
4132
+ "name": "assetInboundRuleGet",
4133
+ "protocol": "REST",
4134
+ "method": "GET",
4135
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound/{pathv2}?{query}",
4136
+ "requestSchema": "schema.json",
4137
+ "responseSchema": "schema.json",
4138
+ "timeout": 0,
4139
+ "sendEmpty": false,
4140
+ "sendGetBody": false,
4141
+ "requestDatatype": "JSON",
4142
+ "responseDatatype": "JSON",
4143
+ "headers": {},
4144
+ "responseObjects": [
4145
+ {
4146
+ "type": "default",
4147
+ "key": "",
4148
+ "mockFile": ""
4149
+ }
4150
+ ]
4151
+ },
4152
+ {
4153
+ "name": "assetInboundRuleUpdate",
4154
+ "protocol": "REST",
4155
+ "method": "PUT",
4156
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound/{pathv2}?{query}",
4157
+ "requestSchema": "schema.json",
4158
+ "responseSchema": "schema.json",
4159
+ "timeout": 0,
4160
+ "sendEmpty": false,
4161
+ "requestDatatype": "JSON",
4162
+ "responseDatatype": "JSON",
4163
+ "headers": {},
4164
+ "responseObjects": [
4165
+ {
4166
+ "type": "default",
4167
+ "key": "",
4168
+ "mockFile": ""
4169
+ }
4170
+ ]
4171
+ },
4172
+ {
4173
+ "name": "assetInboundRuleDelete",
4174
+ "protocol": "REST",
4175
+ "method": "DELETE",
4176
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound/{pathv2}?{query}",
4177
+ "requestSchema": "schema.json",
4178
+ "responseSchema": "schema.json",
4179
+ "timeout": 0,
4180
+ "sendEmpty": false,
4181
+ "requestDatatype": "JSON",
4182
+ "responseDatatype": "JSON",
4183
+ "headers": {},
4184
+ "responseObjects": [
4185
+ {
4186
+ "type": "default",
4187
+ "key": "",
4188
+ "mockFile": ""
4189
+ }
4190
+ ]
4191
+ },
4192
+ {
4193
+ "name": "assetInboundRulesReviewApprove",
4194
+ "protocol": "REST",
4195
+ "method": "PUT",
4196
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound/review/approve/{pathv2}?{query}",
4197
+ "requestSchema": "schema.json",
4198
+ "responseSchema": "schema.json",
4199
+ "timeout": 0,
4200
+ "sendEmpty": false,
4201
+ "requestDatatype": "JSON",
4202
+ "responseDatatype": "JSON",
4203
+ "headers": {},
4204
+ "responseObjects": [
4205
+ {
4206
+ "type": "default",
4207
+ "key": "",
4208
+ "mockFile": ""
4209
+ }
4210
+ ]
4211
+ },
4212
+ {
4213
+ "name": "assetInboundRulesReviewApproveWithChanges",
4214
+ "protocol": "REST",
4215
+ "method": "PUT",
4216
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound/review/approve-with-changes/{pathv2}?{query}",
4217
+ "requestSchema": "schema.json",
4218
+ "responseSchema": "schema.json",
4219
+ "timeout": 0,
4220
+ "sendEmpty": false,
4221
+ "requestDatatype": "JSON",
4222
+ "responseDatatype": "JSON",
4223
+ "headers": {},
4224
+ "responseObjects": [
4225
+ {
4226
+ "type": "default",
4227
+ "key": "",
4228
+ "mockFile": ""
4229
+ }
4230
+ ]
4231
+ },
4232
+ {
4233
+ "name": "assetInboundRulesReviewDeny",
4234
+ "protocol": "REST",
4235
+ "method": "DELETE",
4236
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound/review/reject/{pathv2}?{query}",
4237
+ "requestSchema": "schema.json",
4238
+ "responseSchema": "schema.json",
4239
+ "timeout": 0,
4240
+ "sendEmpty": false,
4241
+ "requestDatatype": "JSON",
4242
+ "responseDatatype": "JSON",
4243
+ "headers": {},
4244
+ "responseObjects": [
4245
+ {
4246
+ "type": "default",
4247
+ "key": "",
4248
+ "mockFile": ""
4249
+ }
4250
+ ]
4251
+ },
4252
+ {
4253
+ "name": "assetInboundRulesFiltersList",
4254
+ "protocol": "REST",
4255
+ "method": "GET",
4256
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound/filters?{query}",
4257
+ "requestSchema": "schema.json",
4258
+ "responseSchema": "schema.json",
4259
+ "timeout": 0,
4260
+ "sendEmpty": false,
4261
+ "sendGetBody": false,
4262
+ "requestDatatype": "JSON",
4263
+ "responseDatatype": "JSON",
4264
+ "headers": {},
4265
+ "responseObjects": [
4266
+ {
4267
+ "type": "default",
4268
+ "key": "",
4269
+ "mockFile": ""
4270
+ }
4271
+ ]
4272
+ },
4273
+ {
4274
+ "name": "assetInboundRulesExcludedDestinationCandidatesList",
4275
+ "protocol": "REST",
4276
+ "method": "GET",
4277
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound/excluded-local-candidates?{query}",
4278
+ "requestSchema": "schema.json",
4279
+ "responseSchema": "schema.json",
4280
+ "timeout": 0,
4281
+ "sendEmpty": false,
4282
+ "sendGetBody": false,
4283
+ "requestDatatype": "JSON",
4284
+ "responseDatatype": "JSON",
4285
+ "headers": {},
4286
+ "responseObjects": [
4287
+ {
4288
+ "type": "default",
4289
+ "key": "",
4290
+ "mockFile": ""
4291
+ }
4292
+ ]
4293
+ },
4294
+ {
4295
+ "name": "assetInboundRulesDestinationCandidatesList",
4296
+ "protocol": "REST",
4297
+ "method": "GET",
4298
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound/local-candidates?{query}",
4299
+ "requestSchema": "schema.json",
4300
+ "responseSchema": "schema.json",
4301
+ "timeout": 0,
4302
+ "sendEmpty": false,
4303
+ "sendGetBody": false,
4304
+ "requestDatatype": "JSON",
4305
+ "responseDatatype": "JSON",
4306
+ "headers": {},
4307
+ "responseObjects": [
4308
+ {
4309
+ "type": "default",
4310
+ "key": "",
4311
+ "mockFile": ""
4312
+ }
4313
+ ]
4314
+ },
4315
+ {
4316
+ "name": "assetInboundRulesDesinationCandidatesFiltersList",
4317
+ "protocol": "REST",
4318
+ "method": "GET",
4319
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound/filters/local-candidates?{query}",
4320
+ "requestSchema": "schema.json",
4321
+ "responseSchema": "schema.json",
4322
+ "timeout": 0,
4323
+ "sendEmpty": false,
4324
+ "sendGetBody": false,
4325
+ "requestDatatype": "JSON",
4326
+ "responseDatatype": "JSON",
4327
+ "headers": {},
4328
+ "responseObjects": [
4329
+ {
4330
+ "type": "default",
4331
+ "key": "",
4332
+ "mockFile": ""
4333
+ }
4334
+ ]
4335
+ },
4336
+ {
4337
+ "name": "assetInboundRulesSourceCandidatesList",
4338
+ "protocol": "REST",
4339
+ "method": "GET",
4340
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound/remote-candidates?{query}",
4341
+ "requestSchema": "schema.json",
4342
+ "responseSchema": "schema.json",
4343
+ "timeout": 0,
4344
+ "sendEmpty": false,
4345
+ "sendGetBody": false,
4346
+ "requestDatatype": "JSON",
4347
+ "responseDatatype": "JSON",
4348
+ "headers": {},
4349
+ "responseObjects": [
4350
+ {
4351
+ "type": "default",
4352
+ "key": "",
4353
+ "mockFile": ""
4354
+ }
4355
+ ]
4356
+ },
4357
+ {
4358
+ "name": "assetInboundRulesSourceCandidatesFiltersList",
4359
+ "protocol": "REST",
4360
+ "method": "GET",
4361
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound/filters/remote-candidates?{query}",
4362
+ "requestSchema": "schema.json",
4363
+ "responseSchema": "schema.json",
4364
+ "timeout": 0,
4365
+ "sendEmpty": false,
4366
+ "sendGetBody": false,
4367
+ "requestDatatype": "JSON",
4368
+ "responseDatatype": "JSON",
4369
+ "headers": {},
4370
+ "responseObjects": [
4371
+ {
4372
+ "type": "default",
4373
+ "key": "",
4374
+ "mockFile": ""
4375
+ }
4376
+ ]
4377
+ },
4378
+ {
4379
+ "name": "assetOutboundAllowRulesDestinationCandidatesListV2",
4380
+ "protocol": "REST",
4381
+ "method": "GET",
4382
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/remote-candidates?{query}",
4383
+ "requestSchema": "schema.json",
4384
+ "responseSchema": "schema.json",
4385
+ "timeout": 0,
4386
+ "sendEmpty": false,
4387
+ "sendGetBody": false,
4388
+ "requestDatatype": "JSON",
4389
+ "responseDatatype": "JSON",
4390
+ "headers": {},
4391
+ "responseObjects": [
4392
+ {
4393
+ "type": "default",
4394
+ "key": "",
4395
+ "mockFile": ""
4396
+ }
4397
+ ]
3526
4398
  }
3527
4399
  ]
3528
4400
  }